home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 March: Reference Library / Dev.CD Mar OO RLDisk 1.toast / mac / About this CD / Mar 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-02-11  |  3.7 MB  |  95,834 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Mar 00 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. icon@
  7. select
  8. quickt@
  9. architecture
  10. based
  11. cancelwindowcheckout@
  12. card@
  13. describes@
  14. fixing@
  15. images@
  16. improving
  17. national@
  18. overview@
  19. pool@
  20. quit@
  21. simpler@
  22. summary@
  23. summary
  24. maccalendar
  25. control
  26. strip
  27. module
  28. displays
  29. summary
  30. xcmds
  31. xfcns
  32. perform
  33. summary
  34. allows
  35. developer
  36. monitor
  37. therefore@
  38. versions@
  39. within@
  40. debug@
  41. network@
  42. stack@
  43. disposeresource
  44. debugging
  45. resource
  46. handles@
  47. multi-processing@
  48. appleevent@
  49. HBAM3016AUG95@
  50. APPLESCRIPT_BROWSER
  51. APPLESCRIPT_OPEN
  52. CDDATE
  53. CDNAME
  54. CDTITLE
  55. CONSTANT
  56. CONTENTS
  57. CURCNT
  58. CURREC
  59. CUSTOMSEARCH
  60. DESCRIPTION
  61.         FINDFIELD
  62. KEYWORDS
  63. KEYWORDSCALC
  64. NEWREVISEDCALC
  65. PATHNAME
  66. PATHNAMECALC
  67. PORTALCOLOR
  68. PORTALFILTERCALC
  69. PORTALSELECTIONCALC
  70. RECEIVED
  71. RECORDID
  72. REQUIREMENTS
  73. SEARCHSELECTED
  74. SHOWPATHNAME
  75. SHOWTEXT
  76. STATUS
  77. UPDATED
  78. WEB_FTP_URL
  79. _COLOR
  80. _CONTENT
  81. _CUSTOMFIND
  82. 2)    _HELPTEXT
  83.     _KEYWORDS
  84. _NAME
  85. _PORTALCLICK
  86. _PORTALFILTER
  87. _PORTALFILTERFIND
  88. _PORTALSELECTION
  89. _PORTALSELECTIONMATCH
  90.     _RECEIVED
  91. _REQUIREMENTS
  92. _SEARCH
  93. _SEARCHFIELD
  94. _SEARCHPACKAGE
  95. _SHOWPATHFLAG
  96. _UPDATED
  97. Sunday
  98. Monday
  99. Tuesday
  100.     Wednesday
  101. Thursday
  102. Friday
  103. Saturday
  104. January
  105. February
  106. March
  107. April
  108. August
  109.     September
  110. October
  111. November
  112. December
  113. 1st Quarter
  114. 2nd Quarter
  115. 3rd Quarter
  116. 4th Quarter
  117. ?P9W#P
  118. 2/11/009
  119. Closing Screen
  120. Intro
  121. Browser
  122. Package Info
  123. @>A    Developer
  124. Find Fewer Choices
  125. Find More Choices
  126. RecordID
  127. Custom Find
  128. Browser Custom Search
  129. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  130. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  131.  "") & "
  132. ! & "
  133.  "new") 
  134.  "updated") 
  135.  "New & Revised" 
  136.  "" )
  137. All Packages
  138. Mac OS SDK Edition
  139. Tool Chest Edition
  140. Reference Library Edition
  141. System Software Edition
  142. updatedG
  143. New & Revised
  144. PortalSelectionCalc
  145. ^("") )
  146. NameB
  147. CurCntB
  148. CurRecB
  149. DescriptionB
  150. ContentsB
  151. ReceivedB
  152. UpdatedB
  153. RequirementsB
  154. KeywordsB
  155. PathNameB
  156. PathNamecalcB
  157. ) - 1 )
  158. " & " - ")
  159. _SearchB
  160. SearchSelectedB
  161. _PortalClickB
  162. _ShowPathFlagB
  163. ShowTextB
  164.  = 1 
  165.  "Hide Path" 
  166.  "Show Path" )
  167.     Hide Path
  168.     Show Path2
  169. RecordIDB
  170. 33307
  171. _ColorB
  172. ConstantB
  173. A    FindFieldB
  174.  & " " & 
  175.      & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180.  & " " & 
  181. PortalColorB
  182.  "" )
  183. _PortalSelectionMatchB
  184. ShowPathNameB
  185.  = 1 
  186.  "" )
  187. CDDateB
  188. CDNameB
  189.  3) + 1 
  190.  1) - 
  191.  " " 
  192.  3 ) - 1 )
  193. _SearchFieldB
  194. _SearchPackageB
  195. CustomSearchB
  196.  "Custom Search"
  197.  "" )
  198. Custom Search
  199.  "new")
  200.  "New"  
  201.  "updated") 
  202.  "Revised" 
  203.  "" )
  204. updatedG
  205. Revised
  206. AppleScript_OpenB
  207. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  208.  "" & "
  209. "try" & "
  210. "    tell application ""Finder""" & "
  211. "        open item """ & 
  212.  & """
  213. "        activate" & "
  214. "    end tell" & "
  215. "on error errMsg number errNum" & "
  216. "    --enter statements to perform when no records are found such as..." & "
  217. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  218. "    return" & "
  219. "end try"
  220. A--set theItem to choose file -- uncomment to test in an AS editor
  221.     tell application "Finder"
  222.         open item "
  223.         activate
  224.     end tell
  225. on error errMsg number errNum
  226. F    --enter statements to perform when no records are found such as...
  227. E    display dialog "Sorry, the item you selected could not be found."
  228.     return
  229. end try
  230. AppleScript_BrowserB
  231. StatusB
  232. KeywordsCalcB
  233.  ", " 
  234. _NameB
  235. _PortalFilterFindB
  236. _DescriptionB
  237. _RequirementsB
  238. +A    _KeywordsB
  239. ,A    _ReceivedB
  240. _UpdatedB
  241. _ContentB
  242. Web_FTP_URLB
  243. _WebB
  244. CDTitleB
  245.  1) - 1 )
  246. l Packages
  247. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  248.  "" & "
  249.  "try" & "
  250. "    tell application ""Finder""" & "
  251. "        open item """ & 
  252.  & """
  253. "        activate" & "
  254. "    end tell" & "
  255. "on error errMsg number errNum" & "
  256. "    --enter statements to perform when no records are found such as..." & "
  257. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  258. "    return" & "
  259. "end try"
  260. A--set theItem to choose file -- uncomment to test in an AS editor
  261.     tell application "Finder"
  262.         open item "
  263.         activate
  264.     end tell
  265. on error errMsg number errNum
  266. F    --enter statements to perform when no records are found such as...
  267. G    display dialog "Sorry, the folder you selected could not be found."
  268.     return
  269. end try
  270. elds then click Find or hit Enter.
  271. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  272.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  273.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  274. ackages list on the Browser screen.
  275. 0_    Any Field`
  276. All Packages
  277. HelpB
  278.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  279. IntroB
  280. Homem
  281. Quitn
  282. Browsero
  283. Find...p
  284. Homem
  285. Quitn
  286. Browsero
  287. Find...
  288. BrowserB
  289. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  290. navigating content on the Developer CD Series from Apple Developer Connection.
  291. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  292. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  293. tly to the package folder on the CD.
  294. The Find... button allows you to do full-text searches on all content available on the 
  295. Developer CD Series.
  296. More complete usage instructions are accessed by clicking the Help button.
  297. To quit the Developer CD Series Assistant, click Quit.
  298. Helpe
  299. Find...f
  300. Quith
  301. Browser
  302. Package InfoB
  303. Current Selection:{    <<
  304. ABBF>>
  305. F!Double-click title for more info.
  306. Find...
  307. Open Folder
  308. Package Info
  309. Export List
  310. Browser
  311. Open Folder
  312. Package Info
  313. Export List
  314. A    DeveloperB
  315. DescriptionR
  316. Revision InfoS
  317. FilesV
  318. RequirementsW
  319. Keywords[    Released:\
  320. Revised:b
  321. ABAI>> of <<
  322. ABAH>>h
  323. Current Selection: <<
  324. ABAB>>o    <<
  325. ABCC>>
  326. Web/FTP URL
  327. Open Folder
  328. Find...
  329. ABBF>>
  330. Browser
  331. Find Fewer ChoicesB
  332. A    DeveloperC
  333. Package InfoH
  334. HelpI
  335. Find...J
  336. Open Folder
  337. Current Selection:Q
  338. (Double-click to open)T
  339. QuitY    <<
  340. ABBF>>[.Import with auto update for record ID numbers.`
  341. Portal Selectiona
  342. Show Path Flagd
  343. Click Selecth
  344. Color for Portal Row Selectionk
  345. Show Portal Path}    Released:~
  346. Revised:
  347. Open Folder
  348. ABAI>> of <<
  349. ABAH>>
  350. From Package Info
  351. From Browser
  352. From Browser
  353. From Package Info
  354. Browser
  355. A    DeveloperC
  356. Package InfoH
  357. HelpI
  358. Find...J
  359. Open Folder
  360. Current Selection:Q
  361. (Double-click to open)T
  362. QuitY    <<
  363. ABBF>>[.Import with auto update for record ID numbers.`
  364. Portal Selectiona
  365. Show Path Flagd
  366. Click Selecth
  367. Color for Portal Row Selectionk
  368. Show Portal Path}    Released:~
  369. Revised:
  370. Open Folder
  371. ABAI>> of <<
  372. ABAH>>
  373. From Package Info
  374. From Browser
  375. From Browser
  376. From Package Info
  377. Browser
  378. Find...
  379. Open Folder
  380. ABBF>>
  381. Rectangle Buttons
  382. Find...
  383. Status:
  384. Joint Solutions
  385. Marketing
  386. Specialists
  387. in Web, Print 
  388. and Electronic
  389. Media
  390. 831.471.1500
  391. info@jointsolutions.com
  392. www.jointsolutions.com
  393. Database design: Sheila Kliewer
  394. Data Wizard 831 336-2129
  395. sheilasgk@aol.com
  396. www.DataWizardFMP.com
  397. Find More ChoicesB
  398. Find any package containing:
  399. Cancel
  400. containst    any field
  401. Cancel
  402. More Choices
  403. To search for specific text within package title, package descriptions, or filenames:
  404.  To search any field for a keyword, enter your desired search criteria.
  405.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  406. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  407. Find (fewer choices)
  408. RecordIDB
  409. RecordID
  410. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  411. HTML Text Extractor
  412.  and 
  413. PDF Text Extractor
  414. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  415. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  416. Description
  417. Revision Info
  418. Files
  419. Requirements
  420. Keywords
  421. Released
  422. Revised
  423. Disk/Edition
  424. Web/FTP URL
  425. Cancel
  426. Fewer Choices
  427. Find (more choices)
  428. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  429. gress.
  430. d by your search will appear in the packages listB
  431.  on the Browser screen.
  432. masterB
  433. Unlock Status Bar
  434. Intro
  435. Quit Button
  436. Quit JSM
  437. Browser
  438. Package Info
  439.  = "Custom Search"
  440. Custom Search
  441. Browser Portal
  442. ) = 0    
  443. Show Path
  444. Browser Portal Validation
  445. ) > 0
  446. A    Auto Open
  447. "New & Revised"
  448. New & RevisedB
  449. Go To Record Next
  450. Go To Record First
  451. Go To Record Last
  452. Go To Record Previous
  453. A    Developer
  454. Find Cancel
  455. "All Packages"
  456. All Packages
  457. Find More Choices
  458. Find Fewer Choices
  459. "Any Field"
  460.     Any FieldB.
  461. "All Packages"
  462. All Packages
  463. Find...
  464. "Any Field"
  465.     Any FieldC.
  466. "All Packages"
  467. All PackagesD
  468. Find Execute
  469. A    Find None
  470. )  = 0    
  471.     Try Againgl
  472. cript"
  473.  "1")
  474. CanceloggleDoScript
  475. Toggle
  476. No packages match your request.C+
  477. ) = 1    
  478. "All Packages"
  479. All Packages
  480. A    Find Some
  481. "Custom Search"
  482. Custom Search
  483. A    Find Prep
  484. "Custom Search"
  485. Custom Search
  486. A    Find Prep
  487. Find Request
  488. Find Request
  489. Package Open Folder
  490. Browser Open Folder OLD
  491. ) = "Browser"    
  492. Browser
  493. Z] ow templates in Ne
  494. Canceldialog`
  495. Select a Package to open.D>
  496. ) =  "Package Info"    
  497. Package Info
  498. Import From Master
  499. ) = "Find More Choices"    
  500. Find More Choices
  501.   = "All Packages"
  502. All Packages
  503.  = "Any Field"
  504.     Any Field
  505.  = "Package Title"
  506. Package Title
  507.  = "Any File Name"
  508. Any File Name
  509. Find More Clear
  510. Find More Find
  511. Export List
  512. Cancel
  513. Save the current list to a text file called "Developer CD Search Results"?B+
  514. ) = 2    
  515. AppleScript_Browser
  516. AppleScript_Open
  517. -nulltell application "Developer CD Series Assistant"
  518.     set CDTitle to get data cell "CDTitle" of current record
  519. end tell
  520. tell application "Finder"
  521.     if (disk CDTitle exists) is false then
  522.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  523. end tellFasdUAS 1.101.10
  524. -nulltell application "Developer CD Series Assistant"
  525.     set CDTitle to get data cell "CDTitle" of current record
  526. end tell
  527. tell application "Finder"
  528.     if (disk CDTitle exists) is false then
  529.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  530. end tellFasdUAS 1.101.10
  531. .coregetd****
  532. CDTitle
  533. cdtitle
  534. CDTitle
  535. Developer CD Series Assistant
  536. eAFDCT
  537. Patagrande
  538. Developer CD Series Assistant
  539. 'APPLAFDC
  540. Developer CD S
  541. eries Assistant 
  542. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  543. :Developer CD Series Assistant
  544. Net Ref Zone
  545. tyler.jointsolutions.com
  546. Patagrande
  547. Tyler Stone
  548. .coredoexbool
  549. cdtitle
  550. CDTitle
  551. boovfals
  552. .sysodlogaskr
  553. AThe item you selected could not be found. Please insert the CD - 
  554. cdtitle
  555. CDTitle
  556. Cancel
  557. Continue
  558. Continue
  559.     thechoice
  560.     theChoice
  561. Finder
  562. Patagrande
  563. Finder
  564.     l@FNDRMACS
  565. System Folder
  566. Patagrande:System Folder:Finder
  567. Ref Zone
  568. tyler.jointsolutions.com
  569. Patagrande
  570. Tyler Stone
  571. .aevtoappnull
  572. .aevtoappnull
  573. .coregetd****
  574. cdtitle
  575. CDTitle
  576. .coredoexbool
  577. Button: Web
  578. Browser Portal OLD
  579. Find Prep OLD
  580. .coregetd****
  581. CDTitle
  582. cdtitle
  583. CDTitle
  584. Developer CD Series Assistant
  585. Patagrande
  586. Developer CD Series Assistant
  587. 'APPLAFDC
  588. Developer CD S
  589. eries Assistant 
  590. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  591. :Developer CD Series Assistant
  592. Net Ref Zone
  593. tyler.jointsolutions.com
  594. Patagrande
  595. Tyler Stone
  596. .coredoexbool
  597. cdtitle
  598. CDTitle
  599. boovfals
  600. .sysodlogaskr
  601. AThe item you selected could not be found. Please insert the CD - 
  602. cdtitle
  603. CDTitle
  604. Cancel
  605. Continue
  606. Continue
  607.     thechoice
  608.     theChoice
  609. Finder_
  610. Patagrande
  611. Finder
  612.     l@FNDRMACS
  613. System Folder
  614. Patagrande:System Folder:Finder
  615. Ref Zone
  616. tyler.jointsolutions.com
  617. Patagrande
  618. Tyler Stone
  619. .aevtoappnull
  620. .aevtoappnull
  621. .coregetd****
  622. cdtitle
  623. CDTitle
  624. .coredoexbool
  625. .sysodlogaskr
  626.     thechoice
  627.     theChoice
  628. ) = -128    
  629. cdtitle
  630. CDTitle
  631. boovfals
  632. .sysodlogaskr
  633. Import From Master
  634.     Developer
  635. Unlock Status Bar
  636.     Auto Open
  637. Intro
  638. Package Info
  639. Browser
  640. Quit Button
  641. Quit JSM
  642. Button: Web
  643. Package Open Folder
  644. Browser Open Folder OLD
  645. Browser Portal
  646. Browser Show Path
  647. Browser Portal Validation
  648. Go To Record First
  649. Go To Record Previous
  650. Go To Record Next
  651. Go To Record Last
  652. Find Cancel
  653. Find More Choices
  654. Find Fewer Choices
  655. Find...
  656. Find Execute
  657. :    Find Prep
  658. Find Request
  659. >    Find None
  660. @    Find Some
  661. Find More Clear
  662. Find More Find
  663. Export List
  664. AppleScript_Browser
  665. AppleScript_Open
  666. Browser Portal OLD
  667. Find Prep OLD
  668. _    Any Field`
  669. All Packagesg
  670. sample code
  671. oqtutwS6
  672. ingVfp;
  673. mtiEi]B
  674. {M{nH
  675. nro`v6Z
  676. nrruq'
  677. nrquj 
  678. nrvxj11*i
  679. ncSitmc-n
  680. peEFQ`h0Gj>Y
  681. xON\mu5MqA`
  682. lpoid
  683. yrrq0b
  684. glnnopn:m
  685. .RPTH
  686. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  687. FaliA
  688. Current
  689. CD_Catalog.FP3
  690. FMP3FMP3
  691. Joint Solns Apple 10/99
  692. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  693. MSPCA
  694. NAMEA
  695. CD_Catalog.FP3
  696. RPTHA
  697. CD_Catalog.FP3
  698. alisA
  699. Current
  700. CD_Catalog.FP3
  701. FMP3FMP3
  702. Joint Solns Apple 10/99
  703. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  704. .RPTH
  705. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  706. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  707. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  708. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  709. y~Yh&2?IPd
  710. ?)04&
  711. ~VB}z}
  712. |t_V]`^UY[XU\``[ZX\ba!=`]NN]ZUZ]A)+
  713. Sb`^U\L
  714. %--/.+--+//+1&
  715. *&)1& 2#
  716. /,/1-,,
  717. *--+/00-/-+--,+.0/+.+&.#
  718. ")*+"DcaNR\WV^`XV\ZU[\XV]YZZ
  719. htC;7AHh
  720. h`bjSB=!4Qk
  721. fN>FD8P;^
  722. wR:,TQR[|
  723. z0"@V
  724. >EFWG
  725. $*2",0&$Fdha[eb
  726. Wjg_hi_^glh[XG@FIF>BDB>EHIDCBFKJ
  727. -IF;:FD<?DG1
  728. ?KKH@F:
  729. "#%# ## %%!&
  730. '$!!%"%'
  731. !"!$%%"$" ""! #%$ #!
  732. .IF8;B>=DD?>A@=AB?=B@AAB EeNZgfiY
  733.  4Jkga\^_]_GP *>MRRb^\d]dge^\ec\\df^c
  734. w6)*.&
  735. OPPQXl
  736. oqtutwS6
  737. ingVfp;
  738. mtiEi]B
  739. {M{nH
  740. nro`v6Z
  741. nrruq'
  742. nrquj 
  743. nrvxj11*i
  744. ncSitmc-n
  745. peEFQ`h0Gj>Y
  746. xON\mu5MqA`
  747. lpoidcb+`
  748. yrrq0b
  749. glnnopn:m
  750. UUc\U
  751. \[QRUUQRZc5
  752. ,\RTTRPXRTZJ@:7)&%((02(*
  753. )8DVTPXVRSPTYTPSVSRNGWRR[WPSTURSSPUWRTRTSTQNISS\ZKL>2X6
  754. $Z`bJ );OO\PGWPRVQV[WRVTPL
  755. [\VPSTRTRA0EUBFMD-71B5'0249
  756. .8\XFQWT[XQUPVUIVQZ_VYP$(QTYHB\UURV^GA\ULD\RTUP[`WRXRFWL!
  757. JXVQX`_YV`XS^\
  758. packages@
  759. chest@
  760. edition@
  761. library@
  762. edition@
  763. revised
  764. packages@
  765. reference@
  766. reference
  767. library
  768. edition@
  769. tool@
  770. chest
  771. edition@
  772. 1.5b16@
  773. 32-bit@
  774. 5thcolumn@
  775. 145b@
  776. 7.5.2
  777. 7.5.2
  778. 7200/9500@
  779. 7.5.3
  780. 4400/200@
  781. 7200/9500@
  782. a-law
  783. sdec/scom@
  784. analyzer@
  785. apple
  786. developer
  787. archive@
  788. applesingle/appledou
  789. format@
  790. bbedit
  791. cfm-68k@
  792. chinese
  793. handwriting
  794. client@
  795. applescript@
  796. FaliA
  797. VDEFA
  798. VDEFA
  799. RPTXTIXSQXXOW\XPWUPV\ZSWZPiRXUFT\ZF.I^P^[T^US*%2<<HBI=0Z^HN\OOZ?B]PFDLZT^[RUXUJTTSZVNOSTORVTPOTUXVR+BZVVJFG@8+-,,CNHNRNTXRVTSZNGWTPRQ
  800. NRWYRSZVP2>TU;$0?0T
  801. O&JRU_\TQ^]ZPQSTRP[QGOUZS;TV(8
  802. PS[VQRX[Q]F
  803. `_VWZZVW_f8
  804. *aXYYXV\WY_PG@@<</,>;?593,6@JZYU\[WXVY^YVXZXXTK\XW`
  805. \UXZZWWXUZ\XYXYXYWTNYXcZ- 
  806. 9TaUK\VW[V[`\X[YUP``[UXYWZVC+6H6513-2
  807.  8`\KU[X^\VZUZXLZV^bZ]S'*TY\KD^ZYWZaLD`ZQ
  808. H`VXZU^c[W\VI[R4!N\ZV\bb\Zb\X``WUY\XL]XV\]U\`\V\ZU[_^X\^VW]XJY`^4
  809. +B9>78@23
  810. -:*4F2.B,&8*,//GXb`WY\YNXZX_[TUYZUW[YVTYZ][
  811. W3H^VJ6/11+
  812. 4;19BHY]X[XX^RK\YUXVXXYTX[]XX^[U:>QSB24E;PL,MXZc`YWa`^VVXYWV`ULUZ^Y>RU'<( VY`[WW]_V`M-01!+
  813. GF@@BC@@FL*
  814. +GABB@?D@BF:4./;J5.I=,$'
  815. $.6BB?DC@A?BDA@ABA@>8DA@GD>ABB@BB?CDABACBCA?:CBKC
  816. )BKA:GABFBFKHCFDA>LLFADECEB?,3C0
  817. -$)',
  818. 2MI:CHELICFBGG@HCLPHJB"&BFJ<;NGGDHP<8NGA<MDFGCMRJDJE:HA$
  819. >IGCJPPJGQJFOMDBFIF<JEBIJAHMJBHFBGLKDHJBCHG:ELJ'
  820. +(( [&+
  821. 4CLIBDFD;BDBHD??BB?@CB@?BBEC@
  822. #4DNVIDD@?9<;8FKCJRKAC@BA@E<8CA>@?
  823. @ >@CD@@DC?#
  824. 3ABHFA@GFD??*@A@?F>8>BE?6VU*9
  825. >AFB@?DF?G6
  826. dXc_]Xly[GGDn
  827.  8F.-+0/3k
  828. _vqSB2`
  829. <,R`X>7
  830. yB/@MUk^cS6|vb
  831. pr|~d<(,@g
  832. _DESCRIPTION
  833. )    _HELPTEXT
  834.     _KEYWORDS
  835. _NAME
  836. _PORTALCLICK
  837. _PORTALFILTER
  838. _PORTALFILTERFIND
  839. _PORTALSELECTION
  840. _PORTALSELECTIONMATCH
  841.     _RECEIVED
  842. _REQUIREMENTS
  843. _SEARCH
  844. _SEARCHFIELD
  845. _SEARCHPACKAGE
  846. _SHOWPATHFLAG
  847. _UPDATED
  848. ^heGJm
  849. db]cdo
  850. mTJLEc
  851. 8?K3,&I
  852. (5jidV
  853. RlXG/%09<MC@9&EHAqd@fc@MDH_Mf
  854. }hPQj~
  855. @]g\..]B<g`9
  856. V'-+ !-9++'+*-[
  857. UERkUTH^eD@IIQz
  858. KX\vFGf
  859. *#'$#"#1Tr
  860. R;?I}
  861. 8IA;877@
  862. ,ZZ@EB
  863. _9% .!
  864. wM2B=MgZ^S<yd
  865. ^tp_wv
  866. cReZbfjjlt
  867. vW3 #&W
  868. Yi`<n
  869. _EGHENhq
  870. !;?*.2
  871. Q+aqa\ M^dG2(0,5IA=8'C?^yITiFGC?SR_>'.()
  872. ([)4Ka|
  873. HefU1QhCOhe3p
  874. .:5410/5m
  875. G[~e\ZQ>:S[MPOY
  876. %%$&)$
  877. y/RPA!
  878. G.1%#?8)*(
  879. PCebaOPBZiNX
  880. Z8DBB[NRLIui
  881. _hlWmz
  882. W5KIM`_Z]kaY_fX
  883. teeXNzt[ZX>`
  884. F?TYSNKP
  885. C3XDL8;+@YG<
  886. 1Jvl[
  887. hQ7*1-0?875-@HzcCaJA@:JQY6
  888.   "*+))-(#%&
  889. cKdj^CXjDDke1j
  890. c%579
  891. <(,("31
  892. zokk]/1K]orYIr
  893. "!*,&w
  894. % ,#)22B
  895. tE*#/:DX
  896. #ZFPEG<H75K;;
  897. kJ;C5D<FBZjz
  898. kvk]mShreL5CTFOUM@PVUitn
  899. Bc\DVIaRYhm
  900.     (RQ-A060@+&2,5
  901. TN]`@0+.)/+1-4?Y}HMP?A7FJA*
  902. '"%'%
  903. %(&-/,d
  904. BFeeXFZT@YoX1
  905. ' +%'-,6z
  906. m_aG.4C[qjDEVz
  907. "%,0-.#m
  908. '<26:669z
  909. P9MG5
  910. $TYC-K,
  911. JBU|ge
  912. yi@9983=Bi`
  913. ]hQnZdjF6@BHME@@VZhrstp
  914. hD^:Rzlrypq
  915. d)7=h
  916. #F7+"H(
  917. 2*/[RX
  918. #\NRbL@.()'%-+<?ld=G;C:@A(
  919. a9akZ9D;D]tF5
  920. $4.140/.a
  921. s]\b_WX]G>I=]iR]lWbo
  922. ',.02'6
  923. s[0>1F}
  924. =8400+4p
  925. l)>Ql
  926. _.n74@e/
  927. tq;<8/4Nih
  928. ceH\a[]52HMEM;8EL^jpuwpo
  929. c,_1yroee^n
  930. g:G:y
  931. a#(?m
  932. K1g' 9`"
  933. pPPYSGM*+'"(0<JmB?5=?:5
  934.  !(./11*6
  935. :Ip[I`<[me/L
  936. ~\J.80>d
  937. 40/++&,Z
  938. eGTXNZcKCR=Wds
  939. sLGqrko
  940. "+*'&)+*!
  941. l9173(% 
  942. (CD# 09\
  943. k<:/1a]{q]P@_TA59LQDFH@Qfia`bfed
  944. }n}t[\S2
  945. 6@;fG?JR[
  946. m\yL;b
  947. KDa_Z\n
  948. `+E1<
  949. e[IUUFSH**#&9;WM<71A5#
  950. $& !#
  951. #,.+**,+'s
  952. \2D`iphgl;+r
  953. Z3,/.'%$
  954. t`]Tfvz[HN?Tt
  955. nQTPJ<Iq
  956. '.--0/.+
  957. /-<)/+
  958. NSmio}Ze
  959. _94@iXqWb>ZL.0DFNK;7A]mmkpkieU|
  960. sp}ZdbB?1
  961. ;UNMUn
  962. QOMH=D^u
  963. [/@f,
  964. v,5RNU{XS
  965. U[GL[KAV=)'-=;L;A.?1
  966. '././-,+!I
  967. qP?PX[Z=)\
  968. .-4&-,
  969. \`aSg{
  970. wUCDh[DKTWXaRXv
  971. !%!#(,*+
  972. E,QJh
  973. WJBU{Tr$
  974. vz]~wgn
  975. G3`cSVcHUM#;OQLMA/DW[SVageeW^
  976. t<^\p
  977. VJLJO9
  978. WFMRSZORdz
  979. V=*s?I
  980. g6.*9r6W!
  981. iOL>SRBCR2(=>8:C3<2
  982. &(%%)+**#4
  983. *d'"%"$
  984. ZPPQcf`m|xhil46FICJOV~
  985. "6kBd
  986. >2RK8!
  987. ",+-,&%&$"
  988. LVqrlw
  989. ^6></O~VH
  990. 0'E~i
  991. nazX/lWL\U@F
  992. #<DEC@8Vhikg_^_YWP
  993. t\SWH
  994. DEQH=ELSi
  995. |GP-Z`
  996. +x Gz6+
  997. !%AiX
  998. wKA<SK?M;'E92A<0.
  999. -a+)()
  1000. :'&( 
  1001. t`I;3^np{
  1002. }vbTp
  1003. 2/4#6
  1004. C"(01/.+(&
  1005. H;3*<{
  1006. 4cU`GM\w
  1007. dY]r`fU2aNJR??*8KSMNOEFeilnlifc[J\
  1008. |zjJ>$
  1009. $66+3
  1010. |=UEA]%`
  1011. 6\7<0,>i
  1012. fG;=K@C6$=53;/+
  1013. &284/*"
  1014. ),..,,+*)
  1015. ~&66,2
  1016. *[mkWz
  1017. G:Q?M+p
  1018. t_yjw
  1019. o' %&'$
  1020. 8ePT:?O$"$2X(6OFJ
  1021. /2"8SloP
  1022. reXcOVVYY=OIE3=6H\fihhba]GOVX\_ZKPK
  1023. kfU9F
  1024. /077R>>
  1025. lSLJj
  1026. ;V\[C:-
  1027. .Z))8/.zr
  1028. -BY[9
  1029. \754@7:9<<)433&*'7DJJHFB=4%$%%')'"$
  1030. 0289O==
  1031. ^TYJLe
  1032. P?r68o|gn
  1033. @?cG^~<+Km
  1034. tYhpp
  1035. sg^^j
  1036. tM:.EG
  1037. eV4bi$
  1038.     >S0^l#
  1039. hTT_a[ZGMYhPHD44>EVRUWROcsreORTSTRR@
  1040. djqAD
  1041. 7KIRD%H
  1042. l[Vdm
  1043. lgywagmi}
  1044. jNpxnijq
  1045. B9'LR
  1046. #!"*326=K:43'$,7@97510?PQA/&$%
  1047. 7IFND(C
  1048. ]A4-;>l
  1049. ndwnlbYzN@
  1050. =$&##
  1051. aI7;a
  1052. /GK_op3
  1053. >LQQ{
  1054. aP[\8E^aF?ENKSNI:>09jvxrfab]YXE_
  1055. }WBVz
  1056. 3-8cE0/
  1057. {I462?F@@[
  1058. k.+AM
  1059. &.)C^i1
  1060. &%52""(%/@A-+1::7*#
  1061. -9FIA,*
  1062. xO>36O*
  1063. 4-8\C01%
  1064. j\li_T@IfOI
  1065. @($&53]
  1066. !"#+?A*#
  1067. vRObu
  1068. !'/(%#
  1069. J7C]72
  1070. .9M]Z5
  1071. {JFH[LDTh
  1072. xpF(k^Bu
  1073. SBIKR=1;T[_f`_`XNKGM
  1074. P/-<Q
  1075. U8][A1A
  1076. ?4<>560BJM'
  1077. [7>DXalhXR>Cv
  1078. -&5H,$
  1079. $'0CC&    
  1080. }7$''+
  1081. 6\;  "&
  1082. &'%(,/*'$#
  1083. ?3;=652<:>&
  1084. $'+*&#
  1085. ydZMPG[WTWvneczoz
  1086. vMfsTr}
  1087. m3##+93z
  1088. &0-)#
  1089. ]:>LXw
  1090. y296b
  1091. tH.Kwvx
  1092. k?BOFOe
  1093. n`6~u`
  1094. 7OGQN13_ohd]WSNGDF9
  1095. lI2m|mX<?s
  1096. [1:131;jkZi
  1097. 9EM?JdodO98NJ@
  1098. vv}id\jx
  1099. T$6;V-
  1100. O\4&    
  1101. |dU=Xk}
  1102. X,%%'-)
  1103. ,+%h|
  1104. )/-+(%$$! !
  1105. QkE.!$
  1106. 8UVKh
  1107. jeylhaVT_cY\lb]bv
  1108. {7.-06,)x
  1109. &21/.*%# 
  1110. f:@He
  1111. B>2-(
  1112. %)4)"
  1113. dlVE?X]}H
  1114. q-)]\SL
  1115. 2qy].ReV5
  1116. pDX[X
  1117. sAsxa
  1118. 7N>JC/Yrojje]TOOK4h
  1119. hC6/~zhe_K+@ceQ
  1120. `,3kVKt
  1121. D=XWC\rjdJOWl[P
  1122. stzja{
  1123. |\GMn
  1124. lHN;,)<?n?
  1125. _*-P53B
  1126. 1><0|
  1127. c;S@U
  1128. e,')(,&&e^
  1129. '1/,,+)&$$!
  1130. 42-,*+"
  1131. _-3gTGf|
  1132. #%.'"
  1133. xn][O\b\hYazpbnkh
  1134. @*.127[
  1135. |!9!4
  1136. ()(*)'"
  1137. &C=6.%
  1138. uYadR
  1139. -FC6##/2.
  1140. \|:%3C
  1141. \F@[p
  1142. jP=FYEg
  1143. 9OE48;\\`c`]SKHDBl
  1144. d1(Cq
  1145. zmcTMMI]HA
  1146. 7XcWb
  1147. y^UktkN@
  1148. x@Kif|
  1149. @MQKBE5
  1150. Lc, $/
  1151. kS80EVn3
  1152. 68vzW
  1153. tU6);q
  1154. 4%+*'3Rv
  1155. i#0#1
  1156. "62/+*%##"*
  1157. e<wtm
  1158. '+#)981$#,/-!
  1159. }x:CjdegQJ
  1160. hGlmM
  1161. BOMS_KIcmtv
  1162. v6?A:(
  1163. o`srmcv
  1164. 5NFVQ5Omd;,y
  1165. @OE7A5.;CRq
  1166. >LI,1U\SMNMRE9W~
  1167. y\GM>@<_
  1168. 9SdRt
  1169. iQUSF>Tq
  1170. g_p^o
  1171. S?DBE;I
  1172. q!IFPJ
  1173. 16RU+!]x
  1174. mRE->War
  1175. r()&)
  1176. ^-463*)
  1177. %+".:4)!# 
  1178. _lspcT^
  1179. \</!)
  1180. ?Ip}gX_icmft
  1181. W&) N
  1182. 1.+&"
  1183. ;9.94)#
  1184. {\gd`u
  1185. n1%&2-(YjK
  1186. =HW_O;ONJ_bx
  1187. E9?3Eqme_ZPFK
  1188. |vfun`UA45V
  1189. c<iaE
  1190. yS-GSC7
  1191. g@<=8K
  1192. 2+HA+
  1193. s^cQ^ln
  1194. r3Ru|
  1195. G$)%E
  1196. 0/,*("
  1197. 00,1*0+'
  1198. Fu]hus]V
  1199. [         B
  1200. =45/&"
  1201. vX^Um
  1202. FB.!"SdP7
  1203. <aTm)
  1204. SE}xIRJm
  1205. @675QZVSMDS
  1206. zpkdWSIK=63
  1207. MPdhGKSH;JQZY610
  1208. _2<1L
  1209. #PN90
  1210. ).'!^
  1211. " ylR^h
  1212. X-$'%
  1213. ohhZj
  1214. 64G@+
  1215. ]GL<0)7v
  1216. I>2;YTMIc
  1217. a>@HL=
  1218. AZld?CV_\F2VWT8C
  1219. rZKVl
  1220. `[\P\qF%/,
  1221. },    ?@9
  1222. /2fTXWVYY`
  1223. 737'%
  1224. bKEH+$WrH_
  1225. HKM]^j
  1226. d^^YN?;ANDUfA
  1227. Q:1OfO\
  1228. Srlu]VKLB*
  1229. h>QcGYR9XmfZC@^]A
  1230. 0/l}bPO[w|x
  1231. "@Y3Q8>AMQN`;*`
  1232. 1)'!#
  1233. qK\oVvZ^
  1234.  &$# 
  1235. /%(.*
  1236. '& %&1.,
  1237. i:QyD*8LN>6o
  1238. rYac[VRICKE?@VR|
  1239. a/4_Y
  1240. e]WebJWC@0
  1241. AM;QW]ULXashbO`f
  1242. j/9}iLS_RkUW
  1243. okW/    
  1244. R l0X=&*6;.&YodL2`rp
  1245. ('&" #!
  1246. "$'%"$&-)' '*
  1247. VAkX>
  1248. &%El{
  1249. !((.'"*3>0)"
  1250. }UHG6 F
  1251. W]b\VNKA@8>D>*bo(
  1252. gF87A=7Be
  1253. SqXFA>,'5USx
  1254. 8G1HVlfgVUew
  1255. tS>\T?l
  1256. |exZq|sy}
  1257. dC5.&
  1258. 6p<5=c
  1259. o%$))'
  1260. q .*& 
  1261. $ Do}
  1262. #+*+$#',2*(%
  1263. *1/((!
  1264. $/.+*,'!
  1265. TiqnbbUPK?503<>ei?.
  1266. A,+7PTN=5;<:r
  1267. zBy^`4
  1268. BGAK4":}
  1269. R8Ee
  1270. :=IIHWbtrjajicWn
  1271. _"*0.+,
  1272. #&+,)%'&$"A
  1273. (*$(+#5
  1274.  ?<01#
  1275. $ '!%*&$,U
  1276. w_Nv}
  1277. KdjL66
  1278. D[h_SNLGG<.E_g\hp_c
  1279. %,'7><=EQWYT>y
  1280. G+0-K
  1281. zckUI3HQ<K?G
  1282. }:A:16SUQgdmujadz
  1283. ,?E4#)
  1284. ',(%$#
  1285. )-)..%4jBc
  1286. !&()&
  1287. h76lMj
  1288. !:4,/'"
  1289. !e3#]
  1290. $'"&#$&$#)In
  1291. W63bY\m
  1292. "/,(+ 
  1293. ;[ivx
  1294. soZPX\YOSVSOW[[NUTSW]\
  1295. 8[XJHXUPVZ8
  1296. N]\ZPXG
  1297. "++.,(++(--)/$
  1298. ($'/$
  1299. 0-))-*-/*)*
  1300. '**),..*-+(*+)(,.-
  1301. (+)$+ 
  1302. :`\ILWQPZ[RQWTOVXSPXTVVW)Y
  1303. .sysodlogaskr
  1304.     thechoice
  1305.     theChoice
  1306. ) = -128    
  1307.  to the previous package.
  1308. To find all new and revised packages on the current CD:
  1309.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1310.  Double-click an interesting-looking item in the packages list to see information about that package.
  1311. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1312. To search for specific text within package title, package descriptions, 
  1313. or filenames:
  1314.     Click the Find... button on the toolbar at the bottom of any screen.
  1315.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1316.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1317.     Click the Find button. The packages found by your search will appear in t
  1318. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1319.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1320. To Display the full path to a package on the CD:
  1321.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1322.  click the Show Path button in the toolbar at the bottom of the screen.
  1323. To Open a package
  1324. s folder on the CD:
  1325.     From the Browser, select the package from the list and click the Open Folder button.
  1326.     From a package info screen, click the Open Folder button.
  1327. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1328. Browser Show Path
  1329. Browser Show Path
  1330. ^("")
  1331. ^("")
  1332. @ @0`
  1333. `0@ p
  1334. P @0`
  1335. `0@ p
  1336. @ @0`
  1337. `0@ p
  1338. P @0`
  1339. `0@ p
  1340. @ @0`
  1341. `0@ p
  1342. P @0`
  1343. `0@ p
  1344. `@p0p 
  1345. `@p0p 
  1346. `@p0p 
  1347. 99:CD_Catalog.FP3
  1348. FaliA
  1349. Current
  1350. CD_Catalog.FP3
  1351. FMP3FMP3
  1352. Joint Solns Apple 10/99
  1353. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1354. MSPCA
  1355. NAMEA
  1356. CD_Catalog.FP3
  1357. RPTHA
  1358. CD_Catalog.FP3
  1359. alisA
  1360. Current
  1361. CD_Catalog.FP3
  1362. FMP3FMP3
  1363. Joint Solns Apple 10/99
  1364. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1365. .RPTH
  1366. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1367. 2T!941
  1368. UUc\U
  1369. lpoidcb+`
  1370. yrrq0b
  1371. glnnopn:m
  1372. nrquj 
  1373. nrvxj11*i
  1374. ncSitmc-n
  1375. peEFQ`h0Gj>Y
  1376. xON\mu5MqA`
  1377. mtiEi]B
  1378. {M{nH
  1379. nro`v6Z
  1380. nrruq'
  1381. oqtutwS6
  1382. ingVfp;
  1383. nubusI
  1384. objectI
  1385. octoberJ
  1386. onlyA
  1387. openF
  1388. openedA
  1389. orientedJ
  1390. otherD
  1391. outlinesJ
  1392. overE
  1393. packageC
  1394. packagesA
  1395. packetK
  1396. packetsK
  1397. parserM
  1398. partF
  1399. particularF
  1400. pascalO
  1401. patchesN
  1402. patchingL
  1403. patternsC
  1404. physicalL
  1405. platformI
  1406. plug-inA
  1407. plug-insA
  1408. portK
  1409. portableA
  1410. powerbookN
  1411. powerpcD
  1412. pre-translateD
  1413. prerequisitesJ
  1414. previouslyA
  1415. printF
  1416. printingF
  1417. problemM
  1418. processD
  1419. productD
  1420. productsD
  1421. providedD
  1422. providesA
  1423. quadraM
  1424. quadrasM
  1425. quickdrawF
  1426. quicklyA
  1427. quitF
  1428. +RPTH
  1429. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1430. FaliA
  1431. Current
  1432. Catalog.txt
  1433. TEXTttxt
  1434. Joint Solns Apple 10/99
  1435. +Current:Joint Solns Apple 10/99:Catalog.txt
  1436. MSPCA
  1437. NAMEA
  1438. Catalog.txt
  1439. RPTHA
  1440. Catalog.txt
  1441. alisA
  1442. Current
  1443. Catalog.txt
  1444. TEXTttxt
  1445. Joint Solns Apple 10/99
  1446. +Current:Joint Solns Apple 10/99:Catalog.txt
  1447. QRPTH
  1448. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1449. MSPCA
  1450. NAMEA
  1451. Developer CD Search Results
  1452. RPTHA
  1453. Developer CD Search Results
  1454. FaliA
  1455. Current
  1456. ADC_Master.FP3
  1457. FMP3FMP3
  1458. Joint Solns Apple 10/99
  1459. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1460. MSPCA
  1461. NAMEA
  1462. ADC_Master.FP3
  1463. RPTHA
  1464. ADC_Master.FP3
  1465. alisA
  1466. Current
  1467. ADC_Master.FP3
  1468. FMP3FMP3
  1469. Joint Solns Apple 10/99
  1470. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1471. FMRLA
  1472. SORTA
  1473. FMRLA
  1474. FMRLA
  1475. FMRLA
  1476. FMRLA
  1477. FilterB    SelectionC
  1478. ClickedE
  1479. CUstom
  1480. (LIST
  1481. LISTA
  1482. New & Revised
  1483. Mac OS SDK Edition
  1484. System Software Edition
  1485. Tool Chest Edition
  1486. Reference Library Edition
  1487. All Packages
  1488. Custom Search
  1489. VDEFA(
  1490. (LIST
  1491. LISTA%Any Field
  1492. Package Title
  1493. Any File Name
  1494. VDEFA(
  1495. (LIST
  1496. LISTAPAll Packages
  1497. New & Revised
  1498. Tool Chest CD
  1499. Reference Library CD
  1500. System Software CD
  1501. VDEFA(
  1502. (LIST
  1503. VDEFA(
  1504. (LIST
  1505. VDEFA(
  1506. (LIST
  1507. VDEFA(
  1508. (LIST
  1509. (LIST
  1510. PortalFilterB
  1511. SearchFieldC
  1512. SearchFilterD
  1513. PortalFilterCalcE
  1514. ReceivedF
  1515. UpdatedG
  1516. Keywords
  1517. VDEFA(
  1518.     Helvetica
  1519. Geneva
  1520. Palatino
  1521. Chicago
  1522. NewRevisedCalcB
  1523.  "new")
  1524.  "New"  
  1525.  "updated") 
  1526.  "Revised" 
  1527.  "" )
  1528. updatedG
  1529. Revised
  1530. AppleScript_OpenB
  1531. t_OpenB
  1532. Pro 3.0 - 4.1F!
  1533. USENGLSH.MPR
  1534. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1535. ore Choices button, then choo
  1536. Custom FindB
  1537. CustomFind
  1538. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1539. HTML Text Extractor
  1540.  and 
  1541. PDF Text Extractor
  1542. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1543. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1544. 08627 search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1545.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1546.     Click the Find button. The packages found by your search will appear in t
  1547. 08314 packages list. The full path will be displayed on the right.
  1548. "Custom Search"
  1549. Custom SearchB+
  1550. ) > 0    
  1551. needsE
  1552. networkE
  1553. noteN
  1554. notesI
  1555. All Packages
  1556. 0.1OqDev.CD Vol. VII
  1557. Dev CD Vol. VI
  1558. Dev CD Vol. V
  1559. Dev CD Vol. IV Developer CD (III)
  1560. Developer CD (II)
  1561. Excellent CD (I)PpDev.CD Vol. VII
  1562. Dev CD Vol. VI
  1563. Dev CD Vol. V
  1564. Dev CD Vol. IV Developer CD (III)
  1565. Developer CD (II)
  1566. Excellent CD (IV
  1567. 31430X
  1568. Vol. V
  1569. --set theItem to choose file -- uncomment to test in an AS editor
  1570.     tell application "Finder"
  1571.         open item "Dev.CD Vol. VII
  1572. Dev CD Vol. VI
  1573. Dev CD Vol. V
  1574. Dev CD Vol. IV Developer CD (III)
  1575. Developer CD (II)
  1576. Excellent CD (I)"
  1577.         activate
  1578.     end tell
  1579. on error errMsg number errNum
  1580.     --enter statements to perform when no records are found such as...
  1581.     display dialog "Sorry, the item you selected could not be found."
  1582.     return
  1583. end try
  1584. All Packages
  1585. 0.3OqDev.CD Vol. VII
  1586. Dev CD Vol. VI
  1587. Dev CD Vol. V
  1588. Dev CD Vol. IV Developer CD (III)
  1589. Developer CD (II)
  1590. Excellent CD (I)V
  1591. 31431X
  1592. Excellent CD (I)V
  1593. 6969X
  1594. _DESCRIPTION
  1595. Closing ScreenB
  1596. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1597. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1598. Current Selection:{    <<
  1599. ABBF>>
  1600. Double-click for more info.
  1601. Find...
  1602. Open Folder
  1603. Package Info
  1604. Export List
  1605. Find...
  1606. Open Folder
  1607. Package Info
  1608. Export List
  1609. "Any Field"
  1610.     Any FieldC.
  1611. "All Packages"
  1612. All PackagesD
  1613. Find Execute
  1614. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1615. Tool Chest Edition
  1616. appletalk
  1617. component
  1618. _PortalFilterB
  1619. _PortalSelectionB
  1620. A    _HelpTextB
  1621. PortalFilterCalcB
  1622. C"All Packages" & "
  1623.  "SDK") 
  1624.  "Mac OS SDK Edition"
  1625.  = "TC" 
  1626.  "Tool Chest Edition" 
  1627.  = "RL" 
  1628.  "Reference Library Edition"
  1629.  "SSW")
  1630.  "System Software Edition"  
  1631.  "") & "
  1632. ! & "
  1633.  "new") 
  1634.  "updated") 
  1635.  "New & Revised" 
  1636.  "" )
  1637. All Packages
  1638. Mac OS SDK Edition
  1639. Tool Chest Edition
  1640. Reference Library Edition
  1641. System Software Edition
  1642. updatedG
  1643. New & Revised
  1644. PortalSelectionCalc
  1645. Browser Custom SearchM
  1646. New & RevisedB
  1647. To get information about a package on the CD:
  1648.     Click the Browser button below to go to the Browser screen.
  1649.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1650.     Double-click a title in the Browser list to go to the information screen for that package.
  1651.     Click Next to advance to the next package in the current selection, or Back to goBack to goo goo
  1652. _CustomFindB
  1653. Uscript
  1654. scriptable
  1655. search
  1656. sherlock
  1657. softwareI
  1658. tokenI
  1659. token
  1660. ringI
  1661. tokentalk
  1662. video
  1663. stack@
  1664. walltowalldialog
  1665. disposeresource
  1666. debugging
  1667. resource
  1668. handles@
  1669. multi-processing@
  1670. optimizing@
  1671. deleted@
  1672. appleevent@
  1673. computer-based
  1674. media
  1675. broadcast
  1676. system
  1677. enabler
  1678. agree@
  1679. card@
  1680. demonstration
  1681. 1.1.4
  1682. context
  1683. switching
  1684. executing@
  1685. features
  1686. includes
  1687. demonstration
  1688. documentation
  1689. complete@
  1690. screen@
  1691. sophisticated@
  1692. summary
  1693. sample
  1694. illustrate
  1695. software
  1696. project
  1697. summary
  1698. cyrillic
  1699. language
  1700. combination
  1701. system@
  1702. summary
  1703. document
  1704. discusses
  1705. apple's
  1706. creating@
  1707. summary
  1708. allows
  1709. developer
  1710. monitor
  1711. this@
  1712. support
  1713. sales
  1714. products
  1715. apple
  1716. conjunction
  1717. users@
  1718. version@
  1719. acrobat3@
  1720. cdent
  1721. formatter
  1722. globalmaster
  1723. library@
  1724. sample
  1725. code@
  1726. transport
  1727. appletalk
  1728. rawmode
  1729. nbplookup
  1730. otlookup
  1731. property@
  1732. emulator@
  1733. platform@
  1734. archiving@
  1735. palette@
  1736. All Packages
  1737. QuickDraw GXO
  1738. Dev.CD Jul 95P
  1739. Dev.CD Jul 9V
  1740. 32665X
  1741. Jul 95
  1742. b--set theItem to choose file -- uncomment to test in an AS editor
  1743.     tell application "Finder"
  1744.         open item "Dev.CD Jul 95"
  1745.         activate
  1746.     end tell
  1747. on error errMsg number errNum
  1748.     --enter statements to perform when no records are found such as...
  1749.     display dialog "Sorry, the item you selected could not be found."
  1750.     return
  1751. end try
  1752. All Packages
  1753. QuickDraw GXO
  1754. Dev.CD Jul 95P
  1755. Dev.CD Jul 9V
  1756. 32666X
  1757. Jul 95
  1758. b--set theItem to choose file -- uncomment to test in an AS editor
  1759.     tell application "Finder"
  1760.         open item "Dev.CD Jul 95"
  1761.         activate
  1762.     end tell
  1763. on error errMsg number errNum
  1764.     --enter statements to perform when no records are found such as...
  1765.     display dialog "Sorry, the item you selected could not be found."
  1766.     return
  1767. end try
  1768. All Packages
  1769. QuickDraw GXO)Dev.CD Jul 95
  1770. Dev.CD Apr 95
  1771. Dev.CD Jan 95V
  1772. 32667X
  1773. b--set theItem to choose file -- uncomment to test in an AS editor
  1774.     tell application "Finder"
  1775.         open item "Dev.CD Jul 95"
  1776.         activate
  1777.     end tell
  1778. on error errMsg number errNum
  1779.     --enter statements to perform when no records are found such as...
  1780.     display dialog "Sorry, the item you selected could not be found."
  1781.     return
  1782. end try
  1783.     display dialog "Sorry, the item you selected could not be found."
  1784.     return
  1785. end try
  1786. b--set theItem to choose file -- uncomment to test in an AS editor
  1787.     tell application "Finder"
  1788.         open item "Dev.CD Jul 95"
  1789.         activate
  1790.     end tell
  1791. on error errMsg number errNum
  1792.     --enter statements to perform when no records are found such as...
  1793.     display dialog "Sorry, the item you selected could not be found."
  1794.     return
  1795. end try
  1796.         activate
  1797.     end tell
  1798. on error errMsg number errNum
  1799.     --enter statements to perform when no records are found such as...
  1800.     display dialog "Sorry, the item you selected could not be found."
  1801.     return
  1802. end try
  1803. All Packages
  1804. 1.0O"Developer CD (II)
  1805. Excellent CD (I)P!Developer CD (II)
  1806. Excellent CD (IV
  1807. 29558X
  1808. er CD 
  1809. x--set theItem to choose file -- uncomment to test in an AS editor
  1810.     tell application "Finder"
  1811.         open item "Dev.CD Aug 96 TC
  1812. Dev.CD Jan 96 SDK1"
  1813.         activate
  1814.     end tell
  1815. on error errMsg number errNum
  1816.     --enter statements to perform when no records are found such as...
  1817.     display dialog "Sorry, the item you selected could not be found."
  1818.     return
  1819. end try
  1820.  selected could not be found."
  1821.     return
  1822. end try
  1823. All Packages
  1824. 1.1OqDev.CD Vol. VII
  1825. Dev CD Vol. VI
  1826. Dev CD Vol. V
  1827. Dev CD Vol. IV Developer CD (III)
  1828. Developer CD (II)
  1829. Excellent CD (I)PpDev.CD Vol. VII
  1830. Dev CD Vol. VI
  1831. Dev CD Vol. V
  1832. Dev CD Vol. IV Developer CD (III)
  1833. Developer CD (II)
  1834. Excellent CD (IV
  1835. 29560X
  1836. Vol. V
  1837. All Packages
  1838. QuickDraw GXO
  1839. Dev.CD Jul 95P
  1840. Dev.CD Jul 9V
  1841. 32662X
  1842. Jul 95
  1843. b--set theItem to choose file -- uncomment to test in an AS editor
  1844.     tell application "Finder"
  1845.         open item "Dev.CD Jul 95"
  1846.         activate
  1847.     end tell
  1848. on error errMsg number errNum
  1849.     --enter statements to perform when no records are found such as...
  1850.     display dialog "Sorry, the item you selected could not be found."
  1851.     return
  1852. end try
  1853. All Packages
  1854. QuickDraw GXO
  1855. Dev.CD Jul 95P
  1856. Dev.CD Jul 9V
  1857. 32663X
  1858. Jul 95
  1859. b--set theItem to choose file -- uncomment to test in an AS editor
  1860.     tell application "Finder"
  1861.         open item "Dev.CD Jul 95"
  1862.         activate
  1863.     end tell
  1864. on error errMsg number errNum
  1865.     --enter statements to perform when no records are found such as...
  1866.     display dialog "Sorry, the item you selected could not be found."
  1867.     return
  1868. end try
  1869. All Packages
  1870. QuickDraw GXO
  1871. Dev.CD Jul 95P
  1872. Dev.CD Jul 9V
  1873. 32664X
  1874. Jul 95
  1875. All Packages
  1876. QuickDraw GXO
  1877. Dev.CD Jul 95P
  1878. Dev.CD Jul 9V
  1879. 32659X
  1880. Jul 95
  1881. b--set theItem to choose file -- uncomment to test in an AS editor
  1882.     tell application "Finder"
  1883.         open item "Dev.CD Jul 95"
  1884.         activate
  1885.     end tell
  1886. on error errMsg number errNum
  1887.     --enter statements to perform when no records are found such as...
  1888.     display dialog "Sorry, the item you selected could not be found."
  1889.     return
  1890. end try
  1891. All Packages
  1892. QuickDraw GXO
  1893. Dev.CD Jul 95P
  1894. Dev.CD Jul 9V
  1895. 32660X
  1896. Jul 95
  1897. b--set theItem to choose file -- uncomment to test in an AS editor
  1898.     tell application "Finder"
  1899.         open item "Dev.CD Jul 95"
  1900.         activate
  1901.     end tell
  1902. on error errMsg number errNum
  1903.     --enter statements to perform when no records are found such as...
  1904.     display dialog "Sorry, the item you selected could not be found."
  1905.     return
  1906. end try
  1907. All Packages
  1908. QuickDraw GXO
  1909. Dev.CD Jul 95P
  1910. Dev.CD Jul 9V
  1911. 32661X
  1912. Jul 95
  1913. All Packages
  1914. QuickDraw GXO#Dev.CD Aug 96 TC
  1915. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1916. Dev.CD Jan 96 SDKV
  1917. 32657X
  1918. Aug 96
  1919. x--set theItem to choose file -- uncomment to test in an AS editor
  1920.     tell application "Finder"
  1921.         open item "Dev.CD Aug 96 TC
  1922. Dev.CD Jan 96 SDK1"
  1923.         activate
  1924.     end tell
  1925. on error errMsg number errNum
  1926.     --enter statements to perform when no records are found such as...
  1927.     display dialog "Sorry, the item you selected could not be found."
  1928.     return
  1929. end try
  1930. All Packages
  1931. QuickDraw GXO#Dev.CD Aug 96 TC
  1932. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1933. Dev.CD Jan 96 SDKV
  1934. 32658X
  1935. Aug 96
  1936. d not be found."
  1937.     return
  1938. end try
  1939. All Packages
  1940. Excellent CD (I)P
  1941. Excellent CD (IV
  1942. 29564X
  1943. nt CD 
  1944. x--set theItem to choose file -- uncomment to test in an AS editor
  1945.     tell application "Finder"
  1946.         open item "Dev.CD Aug 96 TC
  1947. Dev.CD Jan 96 SDK1"
  1948.         activate
  1949.     end tell
  1950. on error errMsg number errNum
  1951.     --enter statements to perform when no records are found such as...
  1952.     display dialog "Sorry, the item you selected could not be found."
  1953.     return
  1954. end try
  1955. All Packages
  1956. QuickDraw GXO#Dev.CD Aug 96 TC
  1957. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1958. Dev.CD Jan 96 SDKV
  1959. 32655X
  1960. Aug 96
  1961. x--set theItem to choose file -- uncomment to test in an AS editor
  1962.     tell application "Finder"
  1963.         open item "Dev.CD Aug 96 TC
  1964. Dev.CD Jan 96 SDK1"
  1965.         activate
  1966.     end tell
  1967. on error errMsg number errNum
  1968.     --enter statements to perform when no records are found such as...
  1969.     display dialog "Sorry, the item you selected could not be found."
  1970.     return
  1971. end try
  1972. All Packages
  1973. QuickDraw GXO#Dev.CD Aug 96 TC
  1974. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1975. Dev.CD Jan 96 SDKV
  1976. 32656X
  1977. Aug 96
  1978. . IV Developer CD (III)
  1979. Developer CD (II)
  1980. Excellent CD (IV
  1981. 29566X
  1982. Vol. V
  1983. x--set theItem to choose file -- uncomment to test in an AS editor
  1984.     tell application "Finder"
  1985.         open item "Dev.CD Aug 96 TC
  1986. Dev.CD Jan 96 SDK1"
  1987.         activate
  1988.     end tell
  1989. on error errMsg number errNum
  1990.     --enter statements to perform when no records are found such as...
  1991.     display dialog "Sorry, the item you selected could not be found."
  1992.     return
  1993. end try
  1994. All Packages
  1995. QuickDraw GXO#Dev.CD Aug 96 TC
  1996. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1997. Dev.CD Jan 96 SDKV
  1998. 32653X
  1999. Aug 96
  2000. x--set theItem to choose file -- uncomment to test in an AS editor
  2001.     tell application "Finder"
  2002.         open item "Dev.CD Aug 96 TC
  2003. Dev.CD Jan 96 SDK1"
  2004.         activate
  2005.     end tell
  2006. on error errMsg number errNum
  2007.     --enter statements to perform when no records are found such as...
  2008.     display dialog "Sorry, the item you selected could not be found."
  2009.     return
  2010. end try
  2011. All Packages
  2012. QuickDraw GXO#Dev.CD Aug 96 TC
  2013. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2014. Dev.CD Jan 96 SDKV
  2015. 32654X
  2016. Aug 96
  2017.        open item "Developer CD (III)"
  2018.         activate
  2019.     end tell
  2020. on error errMsg number errNum
  2021.     --enter statements to perform when no records are found such as...
  2022.     display dialog "Sorry, the item you selected could not be found."
  2023.     return
  2024. end try
  2025. D!All Packages
  2026. Mac OS SDK Edition
  2027. 4PM 5.0
  2028. x--set theItem to choose file -- uncomment to test in an AS editor
  2029.     tell application "Finder"
  2030.         open item "Dev.CD Aug 96 TC
  2031. Dev.CD Jan 96 SDK1"
  2032.         activate
  2033.     end tell
  2034. on error errMsg number errNum
  2035.     --enter statements to perform when no records are found such as...
  2036.     display dialog "Sorry, the item you selected could not be found."
  2037.     return
  2038. end try
  2039. Sorry, the item you selected could not be found."
  2040.     return
  2041. end try
  2042. packages
  2043. All Packages
  2044. QuickDraw GXO#Dev.CD Aug 96 TC
  2045. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2046. Dev.CD Jan 96 SDKV
  2047. 32651X
  2048. Aug 96
  2049. x--set theItem to choose file -- uncomment to test in an AS editor
  2050.     tell application "Finder"
  2051.         open item "Dev.CD Aug 96 TC
  2052. Dev.CD Jan 96 SDK1"
  2053.         activate
  2054.     end tell
  2055. on error errMsg number errNum
  2056.     --enter statements to perform when no records are found such as...
  2057.     display dialog "Sorry, the item you selected could not be found."
  2058.     return
  2059. end try
  2060. All Packages
  2061. QuickDraw GXO#Dev.CD Aug 96 TC
  2062. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2063. Dev.CD Jan 96 SDKV
  2064. 32652X
  2065. Aug 96
  2066.  Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:PPDev.CD Jul 99 SDK1
  2067.  - What's New
  2068.  - Tool Chest
  2069.  - Testing & Debugging
  2070.  - 4PM 5.0
  2071. 4-bit
  2072. 651-3561
  2073. 651-7584
  2074. 7.5.2
  2075. 7.5.3
  2076. 7edit
  2077. 8.1.2
  2078. 8.5.1
  2079. sample
  2080. compression/decompre
  2081. sound
  2082. manager
  2083. component
  2084. simple
  2085. utility
  2086. driver
  2087. support
  2088. asynchronous
  2089. a-trap
  2090. a/rose
  2091. ability
  2092. about
  2093. above
  2094. YBigEasy2.c
  2095. BigEasy2.h
  2096. BigEasyDialogs.c
  2097. BigEasyDialogs.h
  2098. BigEasyGrafish.c
  2099. BigEasyGrafish.h
  2100. BigEasyTextish.c
  2101. BigEasyTextish.h
  2102. BigEasyUtils.c
  2103. BigEasyUtils.h
  2104. IconUtilsPriv.h
  2105. MIDIGlue.
  2106. Qwertytunes - Read Me
  2107. Qwertytunes - Read Me.txt
  2108. Qwertytunes 0.6
  2109. Qwertytunes Filing.c
  2110. Qwertytunes Filing.h
  2111. Qwertytunes.c
  2112. Qwertytunes.h
  2113. Qwertytunes
  2114. Qwertytunes
  2115. .rsrc
  2116. plug-ins
  2117. pmforecolor
  2118. polymorphic
  2119. print
  2120. appletalk
  2121. printer
  2122. printer
  2123. selected
  2124. chooser
  2125. processes
  2126. processing
  2127. profile
  2128. profiler
  2129. program
  2130. program
  2131. linking
  2132. appleevents
  2133. guest
  2134. project
  2135. projector
  2136. promise
  2137. promisehfsflavor
  2138. proportional
  2139. protocol
  2140. publications
  2141. qualified
  2142. query
  2143. quickdraw
  2144. quickdraw
  2145. gxgraphics
  2146. 1.1.6
  2147. quickdraw
  2148. raster
  2149. imagewriter
  2150. halftone
  2151. dither
  2152. sample
  2153. quicktime
  2154. quicktime
  2155. compress
  2156. decompress
  2157. All Packages
  2158. QuickDraw GXO
  2159. Dev.CD Jan 96 SDK1P
  2160. Dev.CD Jan 96 SDKV
  2161. 32649X
  2162. Jan 96
  2163. g--set theItem to choose file -- uncomment to test in an AS editor
  2164.     tell application "Finder"
  2165.         open item "Dev.CD Jan 96 SDK1"
  2166.         activate
  2167.     end tell
  2168. on error errMsg number errNum
  2169.     --enter statements to perform when no records are found such as...
  2170.     display dialog "Sorry, the item you selected could not be found."
  2171.     return
  2172. end try
  2173. All Packages
  2174. QuickDraw GXO#Dev.CD Aug 96 TC
  2175. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2176. Dev.CD Jan 96 SDKV
  2177. 32650X
  2178. Aug 96
  2179. x--set theItem to choose file -- uncomment to test in an AS editor
  2180.     tell application "Finder"
  2181.         open item "Dev.CD Aug 96 TC
  2182. Dev.CD Jan 96 SDK1"
  2183.         activate
  2184.     end tell
  2185. on error errMsg number errNum
  2186.     --enter statements to perform when no records are found such as...
  2187.     display dialog "Sorry, the item you selected could not be found."
  2188.     return
  2189. end try
  2190. end try
  2191. g--set theItem to choose file -- uncomment to test in an AS editor
  2192.     tell application "Finder"
  2193.         open item "Dev.CD Jan 96 SDK1"
  2194.         activate
  2195.     end tell
  2196. on error errMsg number errNum
  2197.     --enter statements to perform when no records are found such as...
  2198.     display dialog "Sorry, the item you selected could not be found."
  2199.     return
  2200. end try
  2201. rform when no records are found such as...
  2202.     display dialog "Sorry, the item you selected could not be found."
  2203.     return
  2204. nd try
  2205. Jan 96
  2206. g--set theItem to choose file -- uncomment to test in an AS editor
  2207.     tell application "Finder"
  2208.         open item "Dev.CD Jan 96 SDK1"
  2209.         activate
  2210.     end tell
  2211. on error errMsg number errNum
  2212.     --enter statements to perform when no records are found such as...
  2213.     display dialog "Sorry, the item you selected could not be found."
  2214.     return
  2215. end try
  2216. All Packages
  2217. QuickDraw GXO
  2218. Dev.CD Jan 96 SDK1P
  2219. Dev.CD Jan 96 SDKV
  2220. 32647X
  2221. Jan 96
  2222. g--set theItem to choose file -- uncomment to test in an AS editor
  2223.     tell application "Finder"
  2224.         open item "Dev.CD Jan 96 SDK1"
  2225.         activate
  2226.     end tell
  2227. on error errMsg number errNum
  2228.     --enter statements to perform when no records are found such as...
  2229.     display dialog "Sorry, the item you selected could not be found."
  2230.     return
  2231. end try
  2232. All Packages
  2233. QuickDraw GXO
  2234. Dev.CD Jan 96 SDK1P
  2235. Dev.CD Jan 96 SDKV
  2236. 32648X
  2237. Jan 96
  2238. QuickDraw GXO
  2239. Dev.CD Jan 96 SDK1P
  2240. Dev.CD Jan 96 SDKV
  2241. 32646
  2242. All Packages
  2243. QuickDraw GXO
  2244. Dev.CD Jan 96 SDK1P
  2245. Dev.CD Jan 96 SDKV
  2246. 32644X
  2247. Jan 96
  2248. g--set theItem to choose file -- uncomment to test in an AS editor
  2249.     tell application "Finder"
  2250.         open item "Dev.CD Jan 96 SDK1"
  2251.         activate
  2252.     end tell
  2253. on error errMsg number errNum
  2254.     --enter statements to perform when no records are found such as...
  2255.     display dialog "Sorry, the item you selected could not be found."
  2256.     return
  2257. end try
  2258. All Packages
  2259. QuickDraw GXO Dev.CD Jan 96 SDK1
  2260. Dev.CD Jul 95P
  2261. Dev.CD Jan 96 SDK1
  2262. Dev.CD Jul 9V
  2263. 32645X
  2264. Jan 96
  2265. u--set theItem to choose file -- uncomment to test in an AS editor
  2266.     tell application "Finder"
  2267.         open item "Dev.CD Jan 96 SDK1
  2268. Dev.CD Jul 95"
  2269.         activate
  2270.     end tell
  2271. on error errMsg number errNum
  2272.     --enter statements to perform when no records are found such as...
  2273.     display dialog "Sorry, the item you selected could not be found."
  2274.     return
  2275. end try
  2276. All Packages
  2277. 32646
  2278. g--set theItem to choose file -- uncomment to test in an AS editor
  2279.     tell application "Finder"
  2280.         open item "Dev.CD Jan 96 SDK1"
  2281.         activate
  2282.     end tell
  2283. on error errMsg number errNum
  2284.     --enter statements to perform when no records are found such as...
  2285.     display dialog "Sorry, the item you selected could not be found."
  2286.     return
  2287. end try
  2288. rform when no records are found such as...
  2289.     display dialog "Sorry, the item you selected could not be found."
  2290.     return
  2291. nd try
  2292. Dev.CD Jan 96 SDKV
  2293. 32639X
  2294. Jan 96
  2295. g--set theItem to choose file -- uncomment to test in an AS editor
  2296.     tell application "Finder"
  2297.         open item "Dev.CD Jan 96 SDK1"
  2298.         activate
  2299.     end tell
  2300. on error errMsg number errNum
  2301.     --enter statements to perform when no records are found such as...
  2302.     display dialog "Sorry, the item you selected could not be found."
  2303.     return
  2304. end try
  2305. All Packages
  2306. QuickDraw GXO Dev.CD Jan 96 SDK1
  2307. Dev.CD Jul 95P
  2308. Dev.CD Jan 96 SDK1
  2309. Dev.CD Jul 9V
  2310. 32640X
  2311. Jan 96
  2312. u--set theItem to choose file -- uncomment to test in an AS editor
  2313.     tell application "Finder"
  2314.         open item "Dev.CD Jan 96 SDK1
  2315. Dev.CD Jul 95"
  2316.         activate
  2317.     end tell
  2318. on error errMsg number errNum
  2319.     --enter statements to perform when no records are found such as...
  2320.     display dialog "Sorry, the item you selected could not be found."
  2321.     return
  2322. end try
  2323. All Packages
  2324. QuickDraw GXO
  2325. Dev.CD Jan 96 SDK1P
  2326. Dev.CD Jan 96 SDKV
  2327. 32641X
  2328. Jan 96
  2329. g--set theItem to choose file -- uncomment to test in an AS editor
  2330.     tell application "Finder"
  2331.         open item "Dev.CD Jan 96 SDK1"
  2332.         activate
  2333.     end tell
  2334. on error errMsg number errNum
  2335.     --enter statements to perform when no records are found such as...
  2336.     display dialog "Sorry, the item you selected could not be found."
  2337.     return
  2338. end try
  2339. All Packages
  2340. QuickDraw GXO
  2341. Dev.CD Jan 96 SDK1P
  2342. Dev.CD Jan 96 SDKV
  2343. 32642X
  2344. Jan 96
  2345. g--set theItem to choose file -- uncomment to test in an AS editor
  2346.     tell application "Finder"
  2347.         open item "Dev.CD Jan 96 SDK1"
  2348.         activate
  2349.     end tell
  2350. on error errMsg number errNum
  2351.     --enter statements to perform when no records are found such as...
  2352.     display dialog "Sorry, the item you selected could not be found."
  2353.     return
  2354. end try
  2355. All Packages
  2356. QuickDraw GXO
  2357. Dev.CD Jan 96 SDK1P
  2358. Dev.CD Jan 96 SDKV
  2359. 32643X
  2360. Jan 96
  2361. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  2362. Process:  An MPW tool that prints information about all running processes under System 7.0.
  2363. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  2364. SubLaunch:  This sample application shows how to launch one application from another.
  2365. J'Sample Code.img
  2366. Windows Sample Code.imgK
  2367. Feb 92L
  2368. Nov 96O
  2369. Dev.CD Feb 00 TC:Sample Code:P
  2370. Dev.CD Feb 00 TC
  2371.  - Sample Codetough
  2372. trace
  2373. tracing
  2374. track
  2375. tracking
  2376. tracks
  2377. trade
  2378. trade-offs
  2379. traditional
  2380. training
  2381. transfer
  2382. transfers
  2383. transform
  2384. transition
  2385. translate
  2386. translated
  2387. translation
  2388. ul. X
  2389. Dev.CD Vol. IX
  2390. Dev.CD Vol. VIII
  2391. Dev.CD Vol. VII
  2392. Dev CD Vol. VI
  2393. Dev CD Vol. V
  2394. Dev CD Vol. IV Developer CD (III)
  2395. Developer CD (II)
  2396. Excellent CD (I)P
  2397. Dev.CD Vol. X
  2398. Dev.CD Vol. IX
  2399. Dev.CD Vol. VIII
  2400. Dev.CD Vol. VII
  2401. Dev CD Vol. VI
  2402. Dev CD Vol. V
  2403. Dev CD Vol. IV Developer CD (III)
  2404. Developer CD (II)
  2405. Excellent CD (IV
  2406. 29577X
  2407. Vol. X
  2408. --set theItem to choose file -- uncomment to test in an AS editor
  2409.     tell application "Finder"
  2410.         open item "Dev.CD Vol. X
  2411. Dev.CD Vol. IX
  2412. Dev.CD Vol. VIII
  2413. Dev.CD Vol. VII
  2414. Dev CD Vol. VI
  2415. Dev CD Vol. V
  2416. Dev CD Vol. IV Developer CD (III)
  2417. Developer CD (II)
  2418. Excellent CD (I)"
  2419.         activate
  2420.     end tell
  2421. on error errMsg number errNum
  2422.     --enter statements to perform when no records are found such as...
  2423.     display dialog "Sorry, the item you selected could not be found."
  2424.     return
  2425. nd try
  2426. All Packages
  2427. 6.0.2O"Developer CD (II)
  2428. Excellent CD (I)P!Developer CD (II)
  2429. Excellent CD (IV
  2430. 29578X
  2431. er CD 
  2432. All Packages
  2433. QuickDraw GXO
  2434. Dev.CD Jan 96 SDK1P
  2435. Dev.CD Jan 96 SDKV
  2436. 32637X
  2437. Jan 96
  2438. g--set theItem to choose file -- uncomment to test in an AS editor
  2439.     tell application "Finder"
  2440.         open item "Dev.CD Jan 96 SDK1"
  2441.         activate
  2442.     end tell
  2443. on error errMsg number errNum
  2444.     --enter statements to perform when no records are found such as...
  2445.     display dialog "Sorry, the item you selected could not be found."
  2446.     return
  2447. end try
  2448. All Packages
  2449. QuickDraw GXO
  2450. Dev.CD Jan 96 SDK1P
  2451. Dev.CD Jan 96 SDKV
  2452. 32638X
  2453. Jan 96
  2454. g--set theItem to choose file -- uncomment to test in an AS editor
  2455.     tell application "Finder"
  2456.         open item "Dev.CD Jan 96 SDK1"
  2457.         activate
  2458.     end tell
  2459. on error errMsg number errNum
  2460.     --enter statements to perform when no records are found such as...
  2461.     display dialog "Sorry, the item you selected could not be found."
  2462.     return
  2463. end try
  2464. All Packages
  2465. QuickDraw GXO
  2466. Dev.CD Jan 96 SDK1V
  2467. 32639X
  2468. w--set theItem to choose file -- uncomment to test in an AS editor
  2469.     tell application "Finder"
  2470.         open item "Developer CD (II)
  2471. Excellent CD (I)"
  2472.         activate
  2473.     end tell
  2474. on error errMsg number errNum
  2475.     --enter statements to perform when no records are found such as...
  2476.     display dialog "Sorry, the item you selected could not be found."
  2477.     return
  2478. end try
  2479. nevertheless
  2480. Excellent CD (I)P!Developer CD (II)
  2481. Excellent CD (IV
  2482. 29581X
  2483. er CD 
  2484. w--set theItem to choose file -- uncomment to test in an AS editor
  2485.     tell application "Finder"
  2486.         open item "Developer CD (II)
  2487. Excellent CD (I)"
  2488.         activate
  2489.     end tell
  2490. on error errMsg number errNum
  2491.     --enter statements to perform when no records are found such as...
  2492.     display dialog "Sorry, the item you selected could not be found."
  2493.     return
  2494. end try
  2495. All Packages
  2496. 6.0.2O
  2497. Excellent CD (I)P
  2498. Excellent CD (IV
  2499. 29582X
  2500. nt CD 
  2501. e--set theItem to choose file -- uncomment to test in an AS editor
  2502.     tell application "Finder"
  2503.         open item "Excellent CD (I)"
  2504.         activate
  2505.     end tell
  2506. on error errMsg number errNum
  2507.     --enter statements to perform when no records are found such as...
  2508.     display dialog "Sorry, the item you selected could not be found."
  2509.     return
  2510. end try
  2511. All Packages
  2512. 6.0.2O
  2513. Excellent CD (I)P
  2514. Excellent CD (IV
  2515. 29583X
  2516. updated sample on this CD for important changes. Here's the path to the sample:
  2517.   :Programming Stuff:Sample Code:Printing Samples:
  2518.    Printer Drivers
  2519. :LaserWriterIIsc (New GX v1.1)
  2520. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  2521. :)F@ has been re-built successfully using Think, MPW and Metrowerks.
  2522. Documents
  2523. Goodies
  2524. Ideas, Opportunities, and Info
  2525. Open Me First
  2526. Programming Stuff
  2527. QuickDraw GX Init Update
  2528. QuickDraw
  2529.  GX - Read Me FirstK
  2530. Aug 95L
  2531. Jan 97N
  2532. QuickDraw GX, GraphicsOHDev.CD Jan 00 SDK2:Development Kits:
  2533.  Obsolete/Unsupported:QuickDraw GX:PPDev.CD Jan 00 SDK2
  2534.  - Development Kits
  2535.  Obsolete/Unsupported
  2536.  - QuickDraw GX
  2537. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  2538.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  2539.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  2540. faces and libraries.  Please see the readmes in the Sample Code folder for more information of the changes.
  2541. The GX Graphics init includes GX Graphics and line layout capabilities without the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  2542. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  2543. IMPORTANT INFORMATION ABOUT THIS SDK
  2544. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  2545. http://www.apple.com/quicktime/.
  2546. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  2547. ll be able to add powerful, diff
  2548. erentiating new features to your products faster than ever before.
  2549. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  2550.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  2551.  GX - Read Me First".
  2552.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  2553. 32635X
  2554. Jan 00^
  2555. --set theItem to choose file -- uncomment to test in an AS editor
  2556.     tell application "Finder"
  2557.         open item "Dev.CD Jan 00 SDK2:Development Kits:
  2558.  Obsolete/Unsupported:QuickDraw GX:"
  2559.         activate
  2560.     end tell
  2561. on error errMsg number errNum
  2562.     --enter statements to perform when no records are found such as...
  2563.     display dialog "Sorry, the item you selected could not be found."
  2564.     return
  2565. end try
  2566. e    No Changef
  2567. QuickDraw GX
  2568. Graphicsq
  2569. Dev.CD Jan 00 SDK2
  2570. All Packages
  2571. QuickDraw GXO Dev.CD Jan 96 SDK1
  2572. Dev.CD Jul 95P
  2573. Dev.CD Jan 96 SDK1
  2574. Dev.CD Jul 9V
  2575. 32636X
  2576. Jan 96
  2577. u--set theItem to choose file -- uncomment to test in an AS editor
  2578.     tell application "Finder"
  2579.         open item "Dev.CD Jan 96 SDK1
  2580. Dev.CD Jul 95"
  2581.         activate
  2582.     end tell
  2583. on error errMsg number errNum
  2584.     --enter statements to perform when no records are found such as...
  2585.     display dialog "Sorry, the item you selected could not be found."
  2586.     return
  2587. end try
  2588. QuickDraw
  2589.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  2590. QuickDraw 3D v1.5.2K
  2591. Sep 97N
  2592. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  2593.  - Development Kits
  2594.  - QuickDraw 3D for Windows 1.5.2
  2595. quickdraw
  2596. enables
  2597. computer
  2598. display
  2599. three-dimensio
  2600. quickdraw's
  2601. quickdrax
  2602. quickly
  2603. quickstart
  2604. quicktake
  2605.     end tell
  2606. on error errMsg number errNum
  2607.     --enter statements to perform when no records are found such as...
  2608.     display dialog "Sorry, the item you selected could not be found."
  2609.     return
  2610. end try
  2611. f--set theItem to choose file -- uncomment to test in an AS editor
  2612.     tell application "Finder"
  2613.         open item "Dev.CD Jun 97 SSW"
  2614.         activate
  2615.     end tell
  2616. on error errMsg number errNum
  2617.     --enter statements to perform when no records are found such as...
  2618.     display dialog "Sorry, the item you selected could not be found."
  2619.     return
  2620. end try
  2621. en no records are found such as...
  2622.     display dialog "Sorry, the item you selected could not be found."
  2623.     return
  2624. end try
  2625. All Packages
  2626. 6.0.3O"Developer CD (II)
  2627. Excellent CD (I)P!Developer CD (II)
  2628. Excellent CD (IV
  2629. 29592X
  2630. er CD 
  2631. w--set theItem to choose file -- uncomment to test in an AS editor
  2632.     tell application "Finder"
  2633.         open item "Developer CD (II)
  2634. Excellent CD (I)"
  2635.         activate
  2636.     end tell
  2637. on error errMsg number errNum
  2638.     --enter statements to perform when no records are found such as...
  2639.     display dialog "Sorry, the item you selected could not be found."
  2640.     return
  2641. end try
  2642. 32634X
  2643. Apr 99^
  2644. --set theItem to choose file -- uncomment to test in an AS editor
  2645.     tell application "Finder"
  2646.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  2647.         activate
  2648.     end tell
  2649. on error errMsg number errNum
  2650.     --enter statements to perform when no records are found such as...
  2651.     display dialog "Sorry, the item you selected could not be found."
  2652.     return
  2653. end try
  2654. Deletedf
  2655. QuickDraw 3D
  2656. Windows
  2657. Metafileq
  2658. Dev.CD Apr 99 SDK1
  2659. 6D!All Packages
  2660. Mac OS SDK Edition
  2661. QuickDraw GX
  2662. Dev.CD Jun 97 SSV
  2663. 32629X
  2664. Jun 97
  2665. f--set theItem to choose file -- uncomment to test in an AS editor
  2666.     tell application "Finder"
  2667.         open item "Dev.CD Jun 97 SSW"
  2668.         activate
  2669.     end tell
  2670. on error errMsg number errNum
  2671.     --enter statements to perform when no records are found such as...
  2672.     display dialog "Sorry, the item you selected could not be found."
  2673.     return
  2674. end try
  2675. All Packages
  2676. QuickDraw 3DO
  2677. Dev.CD Jun 97 SSWP
  2678. Dev.CD Jun 97 SSV
  2679. 32630X
  2680. Jun 97
  2681. f--set theItem to choose file -- uncomment to test in an AS editor
  2682.     tell application "Finder"
  2683.         open item "Dev.CD Jun 97 SSW"
  2684.         activate
  2685.     end tell
  2686. on error errMsg number errNum
  2687.     --enter statements to perform when no records are found such as...
  2688.     display dialog "Sorry, the item you selected could not be found."
  2689.     return
  2690. end try
  2691. All Packages
  2692. QuickDraw 3DO
  2693. Dev.CD Jun 97 SSWP
  2694. Dev.CD Jun 97 SSV
  2695. 32631X
  2696. Jun 97
  2697. d not be found."
  2698.     return
  2699. end try
  2700. All Packages
  2701. QuickDraw 3DO
  2702. Dev.CD Jun 97 SSWP
  2703. Dev.CD Jun 97 SSV
  2704. 32632X
  2705. Jun 97
  2706. f--set theItem to choose file -- uncomment to test in an AS editor
  2707.     tell application "Finder"
  2708.         open item "Dev.CD Jun 97 SSW"
  2709.         activate
  2710.     end tell
  2711. on error errMsg number errNum
  2712.     --enter statements to perform when no records are found such as...
  2713.     display dialog "Sorry, the item you selected could not be found."
  2714.     return
  2715. end try
  2716. All Packages
  2717. QuickDraw 3DO
  2718. Dev.CD Jun 97 SSWP
  2719. Dev.CD Jun 97 SSV
  2720. 32633X
  2721. Jun 97
  2722. f--set theItem to choose file -- uncomment to test in an AS editor
  2723.     tell application "Finder"
  2724.         open item "Dev.CD Jun 97 SSW"
  2725.         activate
  2726.     end tell
  2727. on error errMsg number errNum
  2728.     --enter statements to perform when no records are found such as...
  2729.     display dialog "Sorry, the item you selected could not be found."
  2730.     return
  2731. end try
  2732. 5D!All Packages
  2733. Mac OS SDK Edition
  2734. QuickDraw 3D for Windows 1.5.2
  2735. All Packages
  2736. QuickDraw 3DO
  2737. Dev.CD Jun 97 SSWP
  2738. Dev.CD Jun 97 SSV
  2739. 32627X
  2740. Jun 97
  2741. f--set theItem to choose file -- uncomment to test in an AS editor
  2742.     tell application "Finder"
  2743.         open item "Dev.CD Jun 97 SSW"
  2744.         activate
  2745.     end tell
  2746. on error errMsg number errNum
  2747.     --enter statements to perform when no records are found such as...
  2748.     display dialog "Sorry, the item you selected could not be found."
  2749.     return
  2750. end try
  2751. All Packages
  2752. QuickDraw 3DO
  2753. Dev.CD Jun 97 SSWP
  2754. Dev.CD Jun 97 SSV
  2755. 32628X
  2756. Jun 97
  2757. f--set theItem to choose file -- uncomment to test in an AS editor
  2758.     tell application "Finder"
  2759.         open item "Dev.CD Jun 97 SSW"
  2760.         activate
  2761.     end tell
  2762. on error errMsg number errNum
  2763.     --enter statements to perform when no records are found such as...
  2764.     display dialog "Sorry, the item you selected could not be found."
  2765.     return
  2766. end try
  2767. All Packages
  2768. QuickDraw 3DO
  2769. Dev.CD Jun 97 SSWV
  2770. 32629X
  2771. f--set theItem to choose file -- uncomment to test in an AS editor
  2772.     tell application "Finder"
  2773.         open item "Dev.CD Jun 97 SSW"
  2774.         activate
  2775.     end tell
  2776. on error errMsg number errNum
  2777.     --enter statements to perform when no records are found such as...
  2778.     display dialog "Sorry, the item you selected could not be found."
  2779.     return
  2780. end try
  2781. Dev.CD Jun 97 SSV
  2782. 32624X
  2783. Jun 97
  2784. f--set theItem to choose file -- uncomment to test in an AS editor
  2785.     tell application "Finder"
  2786.         open item "Dev.CD Jun 97 SSW"
  2787.         activate
  2788.     end tell
  2789. on error errMsg number errNum
  2790.     --enter statements to perform when no records are found such as...
  2791.     display dialog "Sorry, the item you selected could not be found."
  2792.     return
  2793. end try
  2794. All Packages
  2795. QuickDraw 3DO
  2796. Dev.CD Jun 97 SSWP
  2797. Dev.CD Jun 97 SSV
  2798. 32625X
  2799. Jun 97
  2800. f--set theItem to choose file -- uncomment to test in an AS editor
  2801.     tell application "Finder"
  2802.         open item "Dev.CD Jun 97 SSW"
  2803.         activate
  2804.     end tell
  2805. on error errMsg number errNum
  2806.     --enter statements to perform when no records are found such as...
  2807.     display dialog "Sorry, the item you selected could not be found."
  2808.     return
  2809. end try
  2810. All Packages
  2811. QuickDraw 3DO
  2812. Dev.CD Jun 97 SSWP
  2813. Dev.CD Jun 97 SSV
  2814. 32626X
  2815. Jun 97
  2816. 29599X
  2817. f--set theItem to choose file -- uncomment to test in an AS editor
  2818.     tell application "Finder"
  2819.         open item "Dev.CD Jan 96 SSW"
  2820.         activate
  2821.     end tell
  2822. on error errMsg number errNum
  2823.     --enter statements to perform when no records are found such as...
  2824.     display dialog "Sorry, the item you selected could not be found."
  2825.     return
  2826. end try
  2827. h as...
  2828.     display dialog "Sorry, the item you selected could not be found."
  2829.     return
  2830. end try
  2831. All Packages
  2832. 6.0.3O"Developer CD (II)
  2833. Excellent CD (I)P!Developer CD (II)
  2834. Excellent CD (IV
  2835. 29600X
  2836. er CD 
  2837. w--set theItem to choose file -- uncomment to test in an AS editor
  2838.     tell application "Finder"
  2839.         open item "Developer CD (II)
  2840. Excellent CD (I)"
  2841.         activate
  2842.     end tell
  2843. on error errMsg number errNum
  2844.     --enter statements to perform when no records are found such as...
  2845.     display dialog "Sorry, the item you selected could not be found."
  2846.     return
  2847. end try
  2848. All Packages
  2849. QuickDraw 3DO
  2850. Dev.CD Jan 96 SSWP
  2851. Dev.CD Jan 96 SSV
  2852. 32622X
  2853. Jan 96
  2854. f--set theItem to choose file -- uncomment to test in an AS editor
  2855.     tell application "Finder"
  2856.         open item "Dev.CD Jan 96 SSW"
  2857.         activate
  2858.     end tell
  2859. on error errMsg number errNum
  2860.     --enter statements to perform when no records are found such as...
  2861.     display dialog "Sorry, the item you selected could not be found."
  2862.     return
  2863. end try
  2864. All Packages
  2865. QuickDraw 3DO
  2866. Dev.CD Jun 97 SSWP
  2867. Dev.CD Jun 97 SSV
  2868. 32623X
  2869. Jun 97
  2870. f--set theItem to choose file -- uncomment to test in an AS editor
  2871.     tell application "Finder"
  2872.         open item "Dev.CD Jun 97 SSW"
  2873.         activate
  2874.     end tell
  2875. on error errMsg number errNum
  2876.     --enter statements to perform when no records are found such as...
  2877.     display dialog "Sorry, the item you selected could not be found."
  2878.     return
  2879. end try
  2880. All Packages
  2881. QuickDraw 3DO
  2882. Dev.CD Jun 97 SSWV
  2883. 32624X
  2884. end try
  2885. f--set theItem to choose file -- uncomment to test in an AS editor
  2886.     tell application "Finder"
  2887.         open item "Dev.CD Jan 96 SSW"
  2888.         activate
  2889.     end tell
  2890. on error errMsg number errNum
  2891.     --enter statements to perform when no records are found such as...
  2892.     display dialog "Sorry, the item you selected could not be found."
  2893.     return
  2894. end try
  2895. orm when no records are found such as...
  2896.     display dialog "Sorry, the item you selected could not be found."
  2897.     return
  2898. end try
  2899. All Packages
  2900. 6.0.3O
  2901. Developer CD (III)P
  2902. Developer CD (IIIV
  2903. 29604X
  2904. er CD 
  2905. g--set theItem to choose file -- uncomment to test in an AS editor
  2906.     tell application "Finder"
  2907.         open item "Developer CD (III)"
  2908.         activate
  2909.     end tell
  2910. on error errMsg number errNum
  2911.     --enter statements to perform when no records are found such as...
  2912.     display dialog "Sorry, the item you selected could not be found."
  2913.     return
  2914. end try
  2915. All Packages
  2916. 29605X
  2917. Dev.CD Jan 96 SSV
  2918. 32619X
  2919. Jan 96
  2920. f--set theItem to choose file -- uncomment to test in an AS editor
  2921.     tell application "Finder"
  2922.         open item "Dev.CD Jan 96 SSW"
  2923.         activate
  2924.     end tell
  2925. on error errMsg number errNum
  2926.     --enter statements to perform when no records are found such as...
  2927.     display dialog "Sorry, the item you selected could not be found."
  2928.     return
  2929. end try
  2930. All Packages
  2931. QuickDraw 3DO
  2932. Dev.CD Jan 96 SSWP
  2933. Dev.CD Jan 96 SSV
  2934. 32620X
  2935. Jan 96
  2936. f--set theItem to choose file -- uncomment to test in an AS editor
  2937.     tell application "Finder"
  2938.         open item "Dev.CD Jan 96 SSW"
  2939.         activate
  2940.     end tell
  2941. on error errMsg number errNum
  2942.     --enter statements to perform when no records are found such as...
  2943.     display dialog "Sorry, the item you selected could not be found."
  2944.     return
  2945. end try
  2946. All Packages
  2947. QuickDraw 3DO
  2948. Dev.CD Jan 96 SSWP
  2949. Dev.CD Jan 96 SSV
  2950. 32621X
  2951. Jan 96
  2952. All Packages
  2953. QuickDraw 3DO
  2954. Dev.CD Jan 96 SSWP
  2955. Dev.CD Jan 96 SSV
  2956. 32617X
  2957. Jan 96
  2958. f--set theItem to choose file -- uncomment to test in an AS editor
  2959.     tell application "Finder"
  2960.         open item "Dev.CD Jan 96 SSW"
  2961.         activate
  2962.     end tell
  2963. on error errMsg number errNum
  2964.     --enter statements to perform when no records are found such as...
  2965.     display dialog "Sorry, the item you selected could not be found."
  2966.     return
  2967. end try
  2968. All Packages
  2969. QuickDraw 3DO
  2970. Dev.CD Jan 96 SSWP
  2971. Dev.CD Jan 96 SSV
  2972. 32618X
  2973. Jan 96
  2974. f--set theItem to choose file -- uncomment to test in an AS editor
  2975.     tell application "Finder"
  2976.         open item "Dev.CD Jan 96 SSW"
  2977.         activate
  2978.     end tell
  2979. on error errMsg number errNum
  2980.     --enter statements to perform when no records are found such as...
  2981.     display dialog "Sorry, the item you selected could not be found."
  2982.     return
  2983. end try
  2984. All Packages
  2985. QuickDraw 3DO
  2986. Dev.CD Jan 96 SSWV
  2987. 32619X
  2988. --set theItem to choose file -- uncomment to test in an AS editor
  2989.     tell application "Finder"
  2990.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:UniversalHIDModuleTest:"
  2991.         activate
  2992.     end tell
  2993. on error errMsg number errNum
  2994.     --enter statements to perform when no records are found such as...
  2995.     display dialog "Sorry, the item you selected could not be found."
  2996.     return
  2997. end try
  2998. Dev.CD Jan 96 SSV
  2999. 32614X
  3000. Jan 96
  3001. f--set theItem to choose file -- uncomment to test in an AS editor
  3002.     tell application "Finder"
  3003.         open item "Dev.CD Jan 96 SSW"
  3004.         activate
  3005.     end tell
  3006. on error errMsg number errNum
  3007.     --enter statements to perform when no records are found such as...
  3008.     display dialog "Sorry, the item you selected could not be found."
  3009.     return
  3010. end try
  3011. All Packages
  3012. QuickDraw 3DO
  3013. Dev.CD Jan 96 SSWP
  3014. Dev.CD Jan 96 SSV
  3015. 32615X
  3016. Jan 96
  3017. f--set theItem to choose file -- uncomment to test in an AS editor
  3018.     tell application "Finder"
  3019.         open item "Dev.CD Jan 96 SSW"
  3020.         activate
  3021.     end tell
  3022. on error errMsg number errNum
  3023.     --enter statements to perform when no records are found such as...
  3024.     display dialog "Sorry, the item you selected could not be found."
  3025.     return
  3026. end try
  3027. All Packages
  3028. QuickDraw 3DO
  3029. Dev.CD Jan 96 SSWP
  3030. Dev.CD Jan 96 SSV
  3031. 32616X
  3032. Jan 96
  3033. f--set theItem to choose file -- uncomment to test in an AS editor
  3034.     tell application "Finder"
  3035.         open item "Dev.CD Jan 96 SSW"
  3036.         activate
  3037.     end tell
  3038. on error errMsg number errNum
  3039.     --enter statements to perform when no records are found such as...
  3040.     display dialog "Sorry, the item you selected could not be found."
  3041.     return
  3042. end try
  3043. re found such as...
  3044.     display dialog "Sorry, the item you selected could not be found."
  3045.     return
  3046. end try
  3047. All Packages
  3048. 6.0.4O
  3049. Dev CD Vol. VP
  3050. Dev CD Vol. V
  3051. 29610X
  3052. Vol. V
  3053. b--set theItem to choose file -- uncomment to test in an AS editor
  3054.     tell application "Finder"
  3055.         open item "Dev CD Vol. V"
  3056.         activate
  3057.     end tell
  3058. on error errMsg number errNum
  3059.     --enter statements to perform when no records are found such as...
  3060.     display dialog "Sorry, the item you selected could not be found."
  3061.     return
  3062. end try
  3063. All Packages
  3064. 6.0.4O
  3065. Dev CD Vol. V
  3066. Dev CD Vol. IVV
  3067. 29611X
  3068. Dev.CD Jun 97 SSV
  3069. 32708X
  3070. Jun 97
  3071. f--set theItem to choose file -- uncomment to test in an AS editor
  3072.     tell application "Finder"
  3073.         open item "Dev.CD Jun 97 SSW"
  3074.         activate
  3075.     end tell
  3076. on error errMsg number errNum
  3077.     --enter statements to perform when no records are found such as...
  3078.     display dialog "Sorry, the item you selected could not be found."
  3079.     return
  3080. end try
  3081. All Packages
  3082. QuickDraw GXO
  3083. Dev.CD Jun 97 SSWP
  3084. Dev.CD Jun 97 SSV
  3085. 32709X
  3086. Jun 97
  3087. f--set theItem to choose file -- uncomment to test in an AS editor
  3088.     tell application "Finder"
  3089.         open item "Dev.CD Jun 97 SSW"
  3090.         activate
  3091.     end tell
  3092. on error errMsg number errNum
  3093.     --enter statements to perform when no records are found such as...
  3094.     display dialog "Sorry, the item you selected could not be found."
  3095.     return
  3096. end try
  3097. All Packages
  3098. QuickDraw GXO
  3099. Dev.CD Jun 97 SSWP
  3100. Dev.CD Jun 97 SSV
  3101. 32710X
  3102. Jun 97
  3103. r14d1
  3104. ramdisk
  3105. ramdisk
  3106. 1.4d5
  3107. starter
  3108. samples
  3109. reader
  3110. recognition
  3111. record
  3112. record
  3113. sound
  3114. redistribution
  3115. registration
  3116. registry
  3117. release
  3118. remote
  3119. report
  3120. report
  3121. error
  3122. reporting
  3123. reports
  3124. requests
  3125. resedit
  3126. resedit
  3127. 2.1.3
  3128. resources
  3129. rhapsody
  3130. rhapsody
  3131. documentation
  3132. rinaldi
  3133. rinaldi
  3134. collection
  3135. sample
  3136. sampler
  3137. samples
  3138. scanners
  3139. script
  3140. scripts
  3141. scroll
  3142. sdec/scom
  3143. selectors
  3144. server
  3145. services
  3146. setup
  3147. shared
  3148. sound
  3149. source
  3150. spooler
  3151. All Packages
  3152. QuickDraw 3DO
  3153. Dev.CD Jan 96 SSWP
  3154. Dev.CD Jan 96 SSV
  3155. 32612X
  3156. Jan 96
  3157. f--set theItem to choose file -- uncomment to test in an AS editor
  3158.     tell application "Finder"
  3159.         open item "Dev.CD Jan 96 SSW"
  3160.         activate
  3161.     end tell
  3162. on error errMsg number errNum
  3163.     --enter statements to perform when no records are found such as...
  3164.     display dialog "Sorry, the item you selected could not be found."
  3165.     return
  3166. end try
  3167. All Packages
  3168. QuickDraw 3DO
  3169. Dev.CD Jan 96 SSWP
  3170. Dev.CD Jan 96 SSV
  3171. 32613X
  3172. Jan 96
  3173. f--set theItem to choose file -- uncomment to test in an AS editor
  3174.     tell application "Finder"
  3175.         open item "Dev.CD Jan 96 SSW"
  3176.         activate
  3177.     end tell
  3178. on error errMsg number errNum
  3179.     --enter statements to perform when no records are found such as...
  3180.     display dialog "Sorry, the item you selected could not be found."
  3181.     return
  3182. end try
  3183. All Packages
  3184. QuickDraw 3DO
  3185. Dev.CD Jan 96 SSWV
  3186. 32614X
  3187. - Common
  3188.     - Sun Compliant Java Runtime Environment 1.1
  3189.     - QuickTime 3 
  3190.     - QTJava.zip
  3191.     - QTJava media samples
  3192. - Mac OS:
  3193.     - System 8 or later
  3194.     - Macintosh Runtime for Java (MRJ) 2.1
  3195. - Windows 95, 98, or NT::
  3196.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3197. QuickTime, Java, MRJ
  3198. on error errMsg number errNum
  3199.     --enter statements to perform when no records are found such as...
  3200.     display dialog "Sorry, the item you selected could not be found."
  3201.     return
  3202. end try
  3203. All Packages
  3204. 6.0.4O!Dev CD Vol. IV
  3205. Developer CD (III)P Dev CD Vol. IV
  3206. Developer CD (IIIV
  3207. 29615X
  3208. Vol. I
  3209. v--set theItem to choose file -- uncomment to test in an AS editor
  3210.     tell application "Finder"
  3211.         open item "Dev CD Vol. IV
  3212. Developer CD (III)"
  3213.         activate
  3214.     end tell
  3215. on error errMsg number errNum
  3216.     --enter statements to perform when no records are found such as...
  3217.     display dialog "Sorry, the item you selected could not be found."
  3218.     return
  3219. end try
  3220. program
  3221. shows
  3222. usage
  3223. qtimagedrawer
  3224. shows
  3225. quicktime
  3226. effects
  3227. architectur
  3228. developer
  3229. describes
  3230. macintosh
  3231. powerbook
  3232. 2400c
  3233. developer
  3234. provides
  3235. technical
  3236. information
  3237. about
  3238. development
  3239. information
  3240.     return
  3241. end try
  3242. Jul 98M
  3243. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  3244.  - Interactive Media Resources
  3245. OTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PbDev.CD Feb 00 TC
  3246.  - What's New?
  3247.  - Sample Code
  3248.  - QuickTime
  3249.  - QuickTime for Java
  3250.  - QTtoJavaImageV
  3251. 32610X
  3252. Feb 00^
  3253. --set theItem to choose file -- uncomment to test in an AS editor
  3254.     tell application "Finder"
  3255.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  3256.         activate
  3257.     end tell
  3258. on error errMsg number errNum
  3259.     --enter statements to perform when no records are found such as...
  3260.     display dialog "Sorry, the item you selected could not be found."
  3261.     return
  3262. end try
  3263. e    No Changef
  3264. QuickTime
  3265. Dev.CD Feb 00 TC
  3266. All Packages
  3267. QuickDraw 3DO
  3268. Dev.CD Jan 96 SSWP
  3269. Dev.CD Jan 96 SSV
  3270. 32611X
  3271. Jan 96
  3272.   display dialog "Sorry, the item you selected could not be found."
  3273.     return
  3274. end try
  3275. All Packages
  3276. 6.0.4O
  3277. Dev CD Vol. IVP
  3278. Dev CD Vol. IV
  3279. 29618X
  3280. Vol. I
  3281. E- Common
  3282.     - Sun Compliant Java Runtime Environment 1.1
  3283.     - QuickTime 3 
  3284.     - QTJava.zip
  3285.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3286.     - QTJava media samples
  3287. - Mac OS:
  3288.     - System 8 or later
  3289.     - Macintosh Runtime for Java (MRJ) 2.1
  3290. - Windows 95, 98, or NT::
  3291.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3292. QuickTime, Java, MRJ  display dialog "Sorry, the item you selected could not be found."
  3293.     return
  3294. end try
  3295. All Packages
  3296. 6.0.4O
  3297. Developer CD (III)P
  3298. Developer CD (IIIV
  3299. 29620X
  3300. er CD 
  3301. g--set theItem to choose file -- uncomment to test in an AS editor
  3302.     tell application "Finder"
  3303.         open item "Developer CD (III)"
  3304.         activate
  3305.     end tell
  3306. on error errMsg number errNum
  3307.     --enter statements to perform when no records are found such as...
  3308.     display dialog "Sorry, the item you selected could not be found."
  3309.     return
  3310. end try
  3311. All Packages
  3312. 6.0.4O
  3313. Developer CD (III)P
  3314. Developer CD (IIIV
  3315. 29621X
  3316. er CD 
  3317. quicktime
  3318. compress
  3319. decompress
  3320. quicktime
  3321. quicktime
  3322. conferencing
  3323. video
  3324. conferencing
  3325. apple
  3326. quicktime
  3327. quicktime
  3328. image
  3329. capture
  3330. digital
  3331. camera
  3332. quicktime
  3333. video
  3334. sound
  3335. virtual
  3336. reality
  3337. quicktime
  3338. graphic
  3339. quicktime
  3340. video
  3341. streaming
  3342. audio
  3343. quickview
  3344. quickview
  3345. toolbox
  3346. assistant
  3347. quick
  3348. reference
  3349. block
  3350. device
  3351. driver
  3352. raster
  3353. ratesQ
  3354. quickdraw
  3355. hardware
  3356. acceleration
  3357. rawip
  3358. rawmode
  3359. reader
  3360. reality
  3361. receives
  3362. recognition
  3363. reconfiguration
  3364. record
  3365. recordable
  3366. redbook
  3367. redistribution
  3368. reference
  3369. referential
  3370. reformatting
  3371. region
  3372. registration
  3373. registry
  3374. related
  3375. release
  3376. rename
  3377. renderer
  3378. rendering
  3379. readme
  3380. readme
  3381. applesingle/appledou
  3382. readme
  3383. betabase
  3384. readme
  3385. betabase
  3386. readme
  3387. debug
  3388. sound
  3389. manager
  3390. readme
  3391. first
  3392. readme
  3393. mactcp
  3394. readme
  3395. mactcp
  3396. readme
  3397. readme
  3398. installer
  3399. readme
  3400. suite
  3401. readme
  3402. translation
  3403. readme
  3404. readmefirst
  3405. recipes
  3406. recognition
  3407. recordit
  3408. recordit
  3409. redistribution
  3410. reference
  3411. references
  3412. registrati
  3413. registration
  3414. registry
  3415. reinstaller
  3416. relase
  3417. related
  3418. related
  3419. paper
  3420. release
  3421. xtensions
  3422. release
  3423. installer
  3424. OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:PaDev.CD Feb 00 TC
  3425.  - What's New?
  3426.  - Sample Code
  3427.  - QuickTime
  3428.  - QuickTime for Java
  3429.  - QTTestAppletV
  3430. 32609X
  3431. Feb 00^
  3432. --set theItem to choose file -- uncomment to test in an AS editor
  3433.     tell application "Finder"
  3434.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:"
  3435.         activate
  3436.     end tell
  3437. on error errMsg number errNum
  3438.     --enter statements to perform when no records are found such as...
  3439.     display dialog "Sorry, the item you selected could not be found."
  3440.     return
  3441. end try
  3442. e    No Changef
  3443. QuickTime
  3444. Dev.CD Feb 00 TC
  3445. D!All Packages
  3446. Tool Chest Edition
  3447. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  3448. J5qj.bat
  3449. QTtoJavaImage
  3450. QTtoJavaImage.zip
  3451. README.txt
  3452. Feb 00
  3453. utilities
  3454. utilities
  3455. utilities
  3456. utility
  3457. v1.5.2
  3458. v1.5.3
  3459. validator
  3460. validator
  3461. validator
  3462. documentation
  3463. validator
  3464. documentation
  3465. variable
  3466. variables
  3467. verifier
  3468. verifier
  3469. version
  3470. version
  3471. history
  3472. version
  3473. history
  3474. versionedit
  3475. OXDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:PfDev.CD Feb 00 TC
  3476.  - What's New?
  3477.  - Sample Code
  3478.  - QuickTime
  3479.  - QuickTime for Java
  3480.  - QTStreamingAppletV
  3481. 32608X
  3482. Feb 00^
  3483. --set theItem to choose file -- uncomment to test in an AS editor
  3484.     tell application "Finder"
  3485.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:"
  3486.         activate
  3487.     end tell
  3488. on error errMsg number errNum
  3489.     --enter statements to perform when no records are found such as...
  3490.     display dialog "Sorry, the item you selected could not be found."
  3491.     return
  3492. end try
  3493. e    No Changef
  3494. QuickTime
  3495. Dev.CD Feb 00 TC
  3496. D!All Packages
  3497. Tool Chest Edition
  3498. QTTestAppletIQThis demo program shows how to test if both QT and QTJava are installed correctlyJ*AppletTag.js
  3499. classes
  3500. README.txt
  3501. sa.bat
  3502. Feb 00
  3503. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:V
  3504. 32609X
  3505. 1e    No Change
  3506. er CD 
  3507. E- Common
  3508.     - Sun Compliant Java Runtime Environment 1.1
  3509.     - QuickTime 3 
  3510.     - QTJava.zip
  3511.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3512.     - QTJava media samples
  3513. - Mac OS:
  3514.     - System 8 or later
  3515.     - Macintosh Runtime for Java (MRJ) 2.1
  3516. - Windows 95, 98, or NT::
  3517.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3518. QuickTime, Java, MRJry
  3519. E- Common
  3520.     - Sun Compliant Java Runtime Environment 1.1
  3521.     - QuickTime 3 
  3522.     - QTJava.zip
  3523.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3524.     - QTJava media samples
  3525. - Mac OS:
  3526.     - System 8 or later
  3527.     - Macintosh Runtime for Java (MRJ) 2.1
  3528. - Windows 95, 98, or NT::
  3529.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3530. QuickTime, Java, MRJ  display dialog "Sorry, the item you selected could not be found."
  3531.     return
  3532. end try
  3533. All Packages
  3534. 6.0.4O
  3535. Developer CD (III)P
  3536. Developer CD (IIIV
  3537. 29629X
  3538. er CD 
  3539. g--set theItem to choose file -- uncomment to test in an AS editor
  3540.     tell application "Finder"
  3541.         open item "Developer CD (III)"
  3542.         activate
  3543.     end tell
  3544. on error errMsg number errNum
  3545.     --enter statements to perform when no records are found such as...
  3546.     display dialog "Sorry, the item you selected could not be found."
  3547.     return
  3548. end try
  3549. All Packages
  3550. 6.0.4O
  3551. Developer CD (III)P
  3552. Developer CD (IIIV
  3553. 29630X
  3554. er CD 
  3555. bbedit
  3556. bbedit
  3557. extensions
  3558. bbedit
  3559. bbedit
  3560. quickstart
  3561. before
  3562. begin
  3563. benelux
  3564. benelux
  3565. distributors/localiz
  3566. betabase
  3567. betabase
  3568. bigeasy2
  3569. bigeasy2
  3570. bigeasy2
  3571. bigeasydialogs
  3572. bigeasydialogs
  3573. bigeasydialogs
  3574. bigeasygrafish
  3575. bigeasygrafish
  3576. bigeasygrafish
  3577. bigeasytextish
  3578. bigeasytextish
  3579. bigeasytextish
  3580. bigeasyutils
  3581. bigeasyutils
  3582. bigeasyutils
  3583. binhex
  3584. binhex
  3585. binhex
  3586. specs
  3587. bit-depth
  3588. blockreader
  3589. blockreader
  3590. board
  3591. bootvol
  3592. bouncingsprites
  3593. br-brazilianportugue
  3594. brazilian
  3595. reporting
  3596. bugdetails
  3597. build
  3598. buildfailed
  3599. building
  3600. building
  3601. dcmds
  3602. building
  3603. sprocketinvaders
  3604. buildprogram
  3605. builds
  3606. buildscript
  3607. buildsucceeded
  3608. buildxcmd
  3609. business
  3610. business
  3611. opp's
  3612. germany
  3613. qteffects
  3614. qteffects
  3615. qteffects
  3616. project
  3617. qtforjava
  3618. qtjava
  3619. qtjava
  3620. media
  3621. samples
  3622. qtjava
  3623. qtjavadocs
  3624. qtjavasdk
  3625. qtsimpleapplet
  3626. qtstreamingapplet
  3627. qttestapplet
  3628. qttojavaimage
  3629. qttojavaimage
  3630. query
  3631. quick
  3632. quick
  3633. intro
  3634. quick
  3635. start
  3636. quickdraw
  3637. quickdraw
  3638. v1.5.2
  3639. quickdraw
  3640. update
  3641. quickdraw
  3642. first
  3643. quickdraw3d
  3644. quickdraw3drave
  3645. documentation
  3646. quicktake
  3647. marketing
  3648. items
  3649. quicktake
  3650. first
  3651. quicktake/macintosh
  3652. quicktake/macintosh
  3653. image
  3654. quicktake/windows
  3655. quicktake/windows
  3656. quicktime
  3657. quicktime
  3658. first
  3659. quicktime
  3660. contents
  3661. quicktime
  3662. tools
  3663. quicktime
  3664. fully
  3665. quicktime
  3666. xcmds
  3667. quicktime
  3668. xcmds
  3669. alias
  3670. quickview
  3671. qwertytunes
  3672. qwertytunes
  3673. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:PcDev.CD Feb 00 TC
  3674.  - What's New?
  3675.  - Sample Code
  3676.  - QuickTime
  3677.  - QuickTime for Java
  3678.  - QTSimpleAppletV
  3679. 32607X
  3680. Feb 00^
  3681. --set theItem to choose file -- uncomment to test in an AS editor
  3682.     tell application "Finder"
  3683.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  3684.         activate
  3685.     end tell
  3686. on error errMsg number errNum
  3687.     --enter statements to perform when no records are found such as...
  3688.     display dialog "Sorry, the item you selected could not be found."
  3689.     return
  3690. end try
  3691. e    No Changef
  3692. QuickTime
  3693. Dev.CD Feb 00 TC
  3694. D!All Packages
  3695. Tool Chest Edition
  3696. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  3697. J*AppletTag.js
  3698. classes
  3699. README.txt
  3700. sa.bat
  3701. Feb 00
  3702. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  3703. 32608X
  3704. 1e    No Change
  3705. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  3706. JeappRsrc.rsrc
  3707. main.c
  3708. main.h
  3709. Movie File.mov
  3710. QTEffects
  3711. QTEffects Project
  3712. QTEffects.c
  3713. QTEffects.h
  3714. READ MEK
  3715. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  3716. QuickTime, effectsOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Mar 00 RL Disk 1
  3717.  - What's New
  3718.  - Sample Code
  3719.  - QuickTime
  3720.  - QTEffects Explode Vol. V
  3721. 29634X
  3722. Vol. V
  3723. boxes
  3724. branch
  3725. brand
  3726. brave
  3727. braving
  3728. brazilian
  3729. break
  3730. breakline
  3731. breakpoints
  3732. breaks
  3733. breakthroughs
  3734. breeze
  3735. brian
  3736. bridge
  3737. bridges
  3738. brief
  3739. brigham
  3740. bring
  3741. bring-up
  3742. bringing
  3743. brings
  3744. brink
  3745. british
  3746. broad
  3747. broadcast
  3748. broadcast-ready
  3749. brochure
  3750. broken
  3751. bronze
  3752. browse
  3753. browser
  3754. browsing
  3755. bruce
  3756. bruyndonckx
  3757. bryan
  3758. budget
  3759. buffers
  3760. bugfix
  3761. buggy
  3762. buginfo
  3763. bugs/incompatibilite
  3764. - Common
  3765.     - Sun Compliant Java Runtime Environment 1.1
  3766.     - QuickTime 3 
  3767.     - QTJava.zip
  3768.     - QTJava media samples
  3769. - Mac OS:
  3770.     - System 8 or later
  3771.     - Macintosh Runtime for Java (MRJ) 2.1
  3772. - Windows 95, 98, or NT::
  3773.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3774. QuickTime, Java, MRJerror errMsg number errNum
  3775.     --enter statements to perform when no records are found such as...
  3776.     display dialog "Sorry, the item you selected could not be found."
  3777.     return
  3778. end try
  3779. All Packages
  3780. 6.0.5O,Dev.CD Vol. VII
  3781. Dev CD Vol. V
  3782. Dev CD Vol. IVP+Dev.CD Vol. VII
  3783. Dev CD Vol. V
  3784. Dev CD Vol. IV
  3785. 29636X
  3786. Vol. V
  3787. 32606X
  3788. Mar 00^    RL Disk 1
  3789. --set theItem to choose file -- uncomment to test in an AS editor
  3790.     tell application "Finder"
  3791.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:"
  3792.         activate
  3793.     end tell
  3794. on error errMsg number errNum
  3795.     --enter statements to perform when no records are found such as...
  3796.     display dialog "Sorry, the item you selected could not be found."
  3797.     return
  3798. end try
  3799. e    No Changef
  3800. QuickTime
  3801. effectsq
  3802. Dev.CD Mar 00 RL Disk 1
  3803. D!All Packages
  3804. Tool Chest Edition
  3805. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  3806. J*AppletTag.js
  3807. classes
  3808. README.txt
  3809. sa.bat
  3810. Feb 00
  3811. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  3812. 32607X
  3813. 1e    No Change
  3814. summary
  3815. quickdraw
  3816. print
  3817. spooler
  3818. patch
  3819. fixes
  3820. problem
  3821. summary
  3822. sample
  3823. board
  3824. devised
  3825. survey
  3826. summary
  3827. scanner
  3828. development
  3829. contains
  3830. documentation
  3831. summary
  3832. snarfer
  3833. application
  3834. directs
  3835. whatever
  3836. summary
  3837. stopxpp
  3838. attempts
  3839. close
  3840. summary
  3841. system
  3842. 7.5.5
  3843. update
  3844. system
  3845. software
  3846. summary
  3847. suite
  3848. collection
  3849. tools
  3850. summary
  3851. telephone
  3852. manager
  3853. manager
  3854. macin
  3855. summary
  3856. thread
  3857. manager
  3858. system
  3859. extension
  3860. which
  3861. summary
  3862. verifier
  3863. apple
  3864. internal
  3865. localization
  3866. verif
  3867. OPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:P^Dev.CD Feb 00 TC
  3868.  - What's New?
  3869.  - Sample Code
  3870.  - QuickTime
  3871.  - QuickTime for Java
  3872.  - QTEffectsV
  3873. 32605X
  3874. Feb 00^
  3875. --set theItem to choose file -- uncomment to test in an AS editor
  3876.     tell application "Finder"
  3877.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:"
  3878.         activate
  3879.     end tell
  3880. on error errMsg number errNum
  3881.     --enter statements to perform when no records are found such as...
  3882.     display dialog "Sorry, the item you selected could not be found."
  3883.     return
  3884. end try
  3885. e    No Changef
  3886. QuickTime
  3887. Dev.CD Feb 00 TC
  3888. All Packages
  3889. QTEffects Explode
  3890. 32606X
  3891. 32604X
  3892. Feb 00^
  3893. --set theItem to choose file -- uncomment to test in an AS editor
  3894.     tell application "Finder"
  3895.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  3896.         activate
  3897.     end tell
  3898. on error errMsg number errNum
  3899.     --enter statements to perform when no records are found such as...
  3900.     display dialog "Sorry, the item you selected could not be found."
  3901.     return
  3902. end try
  3903. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  3904. Dev.CD Feb 00 TC
  3905. D!All Packages
  3906. Tool Chest Edition
  3907. F    QTEffectsI
  3908. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  3909. PlayQTEffectApp.zip
  3910. QTEffect
  3911. README.txt
  3912. Feb 00
  3913. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:V
  3914. 32605X
  3915. 1e    No Change
  3916. could not be found."
  3917.     return
  3918. end try
  3919. All Packages
  3920. 29641
  3921. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  3922. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  3923. ed versions of GX.
  3924. JuGX Spooler Patch Read Me
  3925. QDGX 1.1.1 Spooler Patch 1.0.2
  3926. QDGX 1.1.2 Spooler Patch 1.0.2
  3927. QDGX 1.1.3 Spooler Patch 1.0.2K
  3928. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD Feb 00 TC
  3929.  - Tool Chest
  3930.  - QuickDraw GX
  3931.  - QDGX Spooler Patch 1.0.2
  3932. Summary: The C version of ProgressWindoid 
  3933.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  3934. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  3935. JbProgressWindoid
  3936. ProgressWindoid Worksheet
  3937. ProgressWindoid.c
  3938. ProgressWindoid.make
  3939. ProgressWindoid.
  3940. Vol VIIL
  3941. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  3942. C:PmDev.CD Feb 00 TC
  3943.  - Tool Chest
  3944.  - Development Kits
  3945.  - HyperCard Related
  3946.  - XCMDs & XFCNs
  3947.  - ProgressWindoid
  3948. All Packages
  3949. 6.0.5O
  3950. Dev CD Vol. V
  3951. Dev CD Vol. IVP
  3952. Dev CD Vol. V
  3953. Dev CD Vol. IV
  3954. 29643X
  3955. Vol. V
  3956. OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  3957.  - develop
  3958.  - develop Issue 23
  3959.  - develop Issue 23 code
  3960.  - ProjectDrag 1.1b8V
  3961. 32603X
  3962. k CD 2
  3963. --set theItem to choose file -- uncomment to test in an AS editor
  3964.     tell application "Finder"
  3965.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  3966.         activate
  3967.     end tell
  3968. on error errMsg number errNum
  3969.     --enter statements to perform when no records are found such as...
  3970.     display dialog "Sorry, the item you selected could not be found."
  3971.     return
  3972. end try
  3973. e    No Changeq
  3974. Bookmark CD 26
  3975. D!All Packages
  3976. Tool Chest Edition
  3977. QDGX Spooler Patch 1.0.2
  3978. programmer's
  3979. 1.4.2
  3980. progresswindoid-c
  3981. project
  3982. projectdrag
  3983. projectdrag
  3984. 1.1b8
  3985. projects
  3986. publications
  3987.         activate
  3988.     end tell
  3989. on error errMsg number errNum
  3990.     --enter statements to perform when no records are found such as...
  3991.     display dialog "Sorry, the item you selected could not be found."
  3992.     return
  3993. end try
  3994. All Packages
  3995. 6.0.5O
  3996. Dev CD Vol. V
  3997. Dev CD Vol. IVP
  3998. Dev CD Vol. V
  3999. Dev CD Vol. IV
  4000. 29645X
  4001. Vol. V
  4002. q--set theItem to choose file -- uncomment to test in an AS editor
  4003.     tell application "Finder"
  4004.         open item "Dev CD Vol. V
  4005. Dev CD Vol. IV"
  4006.         activate
  4007.     end tell
  4008. on error errMsg number errNum
  4009.     --enter statements to perform when no records are found such as...
  4010.     display dialog "Sorry, the item you selected could not be found."
  4011.     return
  4012. end try
  4013. All Packages
  4014. 6.0.5O
  4015. Dev CD Vol. VP
  4016. Dev CD Vol. V
  4017. 29646X
  4018. 32602X
  4019. Feb 00^
  4020. --set theItem to choose file -- uncomment to test in an AS editor
  4021.     tell application "Finder"
  4022.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  4023.         activate
  4024.     end tell
  4025. on error errMsg number errNum
  4026.     --enter statements to perform when no records are found such as...
  4027.     display dialog "Sorry, the item you selected could not be found."
  4028.     return
  4029. end try
  4030. e    No Changeq
  4031. Dev.CD Feb 00 TC
  4032. All Packages
  4033. ProjectDrag 1.1b8
  4034. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  4035. JDMalph 2.5:
  4036. ProjectDrag Applets:
  4037. ProjectDrag User Manual.txt
  4038. Sources:K
  4039. Sep 95L
  4040. Nov 95V
  4041. 32603X
  4042. 1e    No Change
  4043. MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.l application "Finder"
  4044.         open item "Dev CD Vol. V"
  4045.         activate
  4046.     end tell
  4047. on error errMsg number errNum
  4048.     --enter statements to perform when no records are found such as...
  4049.     display dialog "Sorry, the item you selected could not be found."
  4050.     return
  4051. end try
  4052. All Packages
  4053. 6.0.5O
  4054. Dev CD Vol. V
  4055. Dev CD Vol. IVP
  4056. Dev CD Vol. V
  4057. Dev CD Vol. IV
  4058. 29647X
  4059. Vol. V
  4060. q--set theItem to choose file -- uncomment to test in an AS editor
  4061.     tell application "Finder"
  4062.         open item "Dev CD Vol. V
  4063. Dev CD Vol. IV"
  4064.         activate
  4065.     end tell
  4066. on error errMsg number errNum
  4067.     --enter statements to perform when no records are found such as...
  4068.     display dialog "Sorry, the item you selected could not be found."
  4069.     return
  4070. end try
  4071. All Packages
  4072. 6.0.5O
  4073. Dev CD Vol. VP
  4074. Dev CD Vol. V
  4075. 29648X
  4076. Vol. V
  4077. PHDev.CD Dec 99 RL
  4078.  - Technical Documentation
  4079.  - Peripherals DocumentationV
  4080. 32600X
  4081. Dec 99^
  4082. --set theItem to choose file -- uncomment to test in an AS editor
  4083.     tell application "Finder"
  4084.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  4085.         activate
  4086.     end tell
  4087. on error errMsg number errNum
  4088.     --enter statements to perform when no records are found such as...
  4089.     display dialog "Sorry, the item you selected could not be found."
  4090.     return
  4091. end try
  4092. Deletedq
  4093. Dev.CD Dec 99 RL
  4094. D!All Packages
  4095. Tool Chest Edition
  4096. Programmer's Key 1.4.2
  4097. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  4098. Features: Allows reset and interrupt from keyboard.
  4099. This package is 7.0 compatible.  
  4100. General tools.imgK
  4101. Vol IIIL
  4102. Mar 92nge
  4103. 29651
  4104. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4105.  - Tool Chest
  4106.  - Testing & Debugging
  4107.  - General toolsV
  4108. 32601X
  4109. Feb 00^
  4110. --set theItem to choose file -- uncomment to test in an AS editor
  4111.     tell application "Finder"
  4112.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4113.         activate
  4114.     end tell
  4115. on error errMsg number errNum
  4116.     --enter statements to perform when no records are found such as...
  4117.     display dialog "Sorry, the item you selected could not be found."
  4118.     return
  4119. end try
  4120. e    No Changeq
  4121. Dev.CD Feb 00 TC
  4122. D!All Packages
  4123. Tool Chest Edition
  4124. ProgressWindoid-C
  4125. mapped
  4126. mapper
  4127. mapping
  4128. mapping
  4129. physical
  4130. codes
  4131. virtual
  4132. codes
  4133. mappings
  4134. marathi
  4135. marathon
  4136. march
  4137. marching
  4138. markc
  4139. marked
  4140. market
  4141. marketplace
  4142. markets
  4143. markpascal
  4144. marks
  4145. maroney
  4146. marquee
  4147. marriott
  4148. martin
  4149. martin-gilles
  4150. masked
  4151. maskrgn
  4152. master
  4153. masters
  4154. match
  4155. matched
  4156. matches
  4157. matches--any
  4158. matching
  4159. material
  4160. mathematical
  4161. mathlib
  4162. matrix
  4163. matter
  4164. matters
  4165. matthew
  4166. maurer
  4167. maurice
  4168. maximally
  4169. maximize
  4170. maximum
  4171. D!All Packages
  4172. Mac OS SDK Edition
  4173.  Jan 92
  4174. Dev.CD Vol. XI
  4175. Dev.CD Vol. X
  4176. Dev.CD Vol. IX
  4177. Dev.CD Vol. VIII
  4178. Dev.CD Vol. VIV
  4179. 29653X
  4180. Mar 92
  4181. --set theItem to choose file -- uncomment to test in an AS editor
  4182.     tell application "Finder"
  4183.         open item "Dev.CD Mar 92
  4184. Dev.CD Feb 92
  4185. Dev.CD Jan 92
  4186. Dev.CD Vol. XI
  4187. Dev.CD Vol. X
  4188. Dev.CD Vol. IX
  4189. Dev.CD Vol. VIII
  4190. Dev.CD Vol. VII"
  4191.         activate
  4192.     end tell
  4193. on error errMsg number errNum
  4194.     --enter statements to perform when no records are found such as...
  4195.     display dialog "Sorry, the item you selected could not be found."
  4196.     return
  4197. end try
  4198. All Packages
  4199. 6.0.7O
  4200. Dev.CD Apr 94
  4201. Dev.CD Jan 94
  4202. Dev.CD Oct 93
  4203. Dev.CD Jul 93
  4204. Dev.CD Apr 93
  4205. Dev.CD Jan 92
  4206. Dev.CD Vol. XI
  4207. Dev.CD Vol. X
  4208. Dev.CD Vol. IX
  4209. Dev.CD Vol. VIII
  4210. Dev.CD Vol. VII
  4211. Dev CD Vol. VIP
  4212. Dev.CD Apr 94
  4213. Dev.CD Jan 94
  4214. Dev.CD Oct 93
  4215. Dev.CD Jul 93
  4216. Dev.CD Apr 93
  4217. Dev.CD Jan 92
  4218. Dev.CD Vol. XI
  4219. Dev.CD Vol. X
  4220. Dev.CD Vol. IX
  4221. Dev.CD Vol. VIII
  4222. Dev.CD Vol. VII
  4223. Dev CD Vol. VV
  4224. 29654X
  4225. ColorSync profile rename toolhoose file -- uncomment to test in an AS editor
  4226.     tell application "Finder"
  4227.         open item "Dev.CD Apr 94
  4228. Dev.CD Jan 94
  4229. Dev.CD Oct 93
  4230. Dev.CD Jul 93
  4231. Dev.CD Apr 93
  4232. Dev.CD Jan 92
  4233. Dev.CD Vol. XI
  4234. Dev.CD Vol. X
  4235. Dev.CD Vol. IX
  4236. Dev.CD Vol. VIII
  4237. Dev.CD Vol. VII
  4238. Dev CD Vol. VI"
  4239.         activate
  4240.     end tell
  4241. on error errMsg number errNum
  4242.     --enter statements to perform when no records are found such as...
  4243.     display dialog "Sorry, the item you selected could not be founB
  4244.     return
  4245. end try
  4246. All Packages
  4247. 6.0.7OcDev.CD July 92
  4248. Dev.CD June 92
  4249. Dev.CD May 92
  4250. Dev.CD Apr 92
  4251. Dev.CD Mar 92
  4252. Dev.CD Feb 92
  4253. Dev.CD Jan 92PbDev.CD July 92
  4254. Dev.CD June 92
  4255. Dev.CD May 92
  4256. Dev.CD Apr 92
  4257. Dev.CD Mar 92
  4258. Dev.CD Feb 92
  4259. Dev.CD Jan 9V
  4260. 29655X
  4261. July 9
  4262. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  4263. What does ProfileRenamer do to solve this?
  4264. ProfileRenamer is a simple drag-and-drop application which can help you mak
  4265. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  4266. Features: see above
  4267. Issues: none
  4268. JVDropShell.mcp
  4269. DropShell.rsrc
  4270. DSUserProcs.c
  4271. ProfileRenamer -- readme
  4272. ProfileRenamer 68kK
  4273. Jan 98M    ColorSync
  4274. O\Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Jan 00 SDK1
  4275.  - Development Kits
  4276.  - Mac OS
  4277.  - ColorSync 3.0 Mac SDK
  4278.  - Sample Code
  4279.  - ProfileRenamerD Feb 92
  4280. Dev.CD Jan 92"
  4281.         activate
  4282.     end tell
  4283. on error errMsg number errNum
  4284.     --enter statements to perform when no records are found such as...
  4285.     display dialog "Sorry, the item you selected could not be found."
  4286.     return
  4287. end try
  4288. 32599X
  4289. Jan 00^
  4290. --set theItem to choose file -- uncomment to test in an AS editor
  4291.     tell application "Finder"
  4292.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:"
  4293.         activate
  4294.     end tell
  4295. on error errMsg number errNum
  4296.     --enter statements to perform when no records are found such as...
  4297.     display dialog "Sorry, the item you selected could not be found."
  4298.     return
  4299. end try
  4300. e    No Changef
  4301. ColorSync profile rename toolq
  4302. Dev.CD Jan 00 SDK1
  4303. D(All Packages
  4304. Reference Library Edition
  4305. ProgGuide to Apple ScannersI
  4306. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  4307. ProgGuide to Apple ScannersK
  4308. Mar 93M
  4309. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:
  4310. --set theItem to choose file -- uncomment to test in an AS editor
  4311.     tell application "Finder"
  4312.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4313.         activate
  4314.     end tell
  4315. on error errMsg number errNum
  4316.     --enter statements to perform when no records are found such as...
  4317.     display dialog "Sorry, the item you selected could not be found."
  4318.     return
  4319. end try
  4320.   tell application "Finder"
  4321.         open item "Dev.CD July 92
  4322. Dev.CD June 92
  4323. Dev.CD May 92
  4324. Dev.CD Apr 92
  4325. Dev.CD Mar 92
  4326. Dev.CD Feb 92
  4327. Dev.CD Jan 92
  4328. Dev.CD Vol. XI
  4329. Dev.CD Vol. IX
  4330. Dev.CD Vol. VIII"
  4331.         activate
  4332.     end tell
  4333. on error errMsg number errNum
  4334.     --enter statements to perform when no records are found such as...
  4335.     display dialog "Sorry, the item you selected could not be found."
  4336.     return
  4337. end try
  4338. All Packages
  4339. 6.0.7V
  4340. 29660X
  4341. ProfileRenamer
  4342. What is the name of ColorSync
  4343.  Profile?
  4344. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  4345. Many applications correctly use the more descriptive internal riptive internal 
  4346. 32599X
  4347. e    No Changef
  4348. testing
  4349. debugging
  4350. printersq
  4351. Dev.CD Feb 00 TC
  4352. D!All Packages
  4353. Tool Chest Edition
  4354. ProcDoggie2.1b2
  4355. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  4356. 1. Getting a list of running processes
  4357. 2. Getting information about a running process
  4358. 3. Launching a processes, with and without opening documents
  4359. J'Sample Code.img
  4360. Windows Sample Code.imgK
  4361. May 97L
  4362. Jan 98N
  4363. process managerO
  4364. Dev.CD Feb 00 TC:Sample Code:P
  4365. Dev.CD Feb 00 TC
  4366.  - Sample CodeV
  4367. 32598X
  4368. Feb 00^
  4369. r--set theItem to choose file -- uncomment to test in an AS editor
  4370.     tell application "Finder"
  4371.         open item "Dev.CD Feb 00 TC:Sample Code:"
  4372.         activate
  4373.     end tell
  4374. on error errMsg number errNum
  4375.     --enter statements to perform when no records are found such as...
  4376.     display dialog "Sorry, the item you selected could not be found."
  4377.     return
  4378. end try
  4379. e    No Changef
  4380. process managerq
  4381. Dev.CD Feb 00 TC
  4382. b--set theItem to choose file -- uncomment to test in an AS editor
  4383.     tell application "Finder"
  4384.         open item "Dev.CD Jul 95"
  4385.         activate
  4386.     end tell
  4387. on error errMsg number errNum
  4388.     --enter statements to perform when no records are found such as...
  4389.     display dialog "Sorry, the item you selected could not be found."
  4390.     return
  4391. end try
  4392. tem "Dev.CD July 92
  4393. Dev.CD June 92
  4394. Dev.CD May 92
  4395. Dev.CD Apr 92
  4396. Dev.CD Mar 92
  4397. Dev.CD Feb 92
  4398. Dev.CD Jan 92
  4399. Dev.CD Vol. XI"
  4400.         activate
  4401.     end tell
  4402. on error errMsg number errNum
  4403.     --enter statements to perform when no records are found such as...
  4404.     display dialog "Sorry, the item you selected could not be found."
  4405.     return
  4406. end try
  4407. All Packages
  4408. 6.0.7O
  4409. Dev.CD July 92
  4410. Dev.CD June 92
  4411. Dev.CD May 92
  4412. Dev.CD Apr 92
  4413. Dev.CD Mar 92
  4414. Dev.CD Feb 92
  4415. Dev.CD Jan 92
  4416. Dev.CD Vol. XI
  4417. Dev.CD Vol. X
  4418. Dev.CD Vol. IX
  4419. Dev.CD Vol. VIII
  4420. Dev.CD Vol. VIIV
  4421. 29662X
  4422. All Packages
  4423. PPC EnablerO
  4424. Dev.CD Jul 95P
  4425. Dev.CD Jul 9V
  4426. 32596X
  4427. Jul 95
  4428. b--set theItem to choose file -- uncomment to test in an AS editor
  4429.     tell application "Finder"
  4430.         open item "Dev.CD Jul 95"
  4431.         activate
  4432.     end tell
  4433. on error errMsg number errNum
  4434.     --enter statements to perform when no records are found such as...
  4435.     display dialog "Sorry, the item you selected could not be found."
  4436.     return
  4437. end try
  4438. D!All Packages
  4439. Tool Chest Edition
  4440. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  4441. General tools.imgK
  4442. Feb 94N
  4443. testing, debugging, printersO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4444.  - Tool Chest
  4445.  - Testing & Debugging
  4446.  - General toolsV
  4447. 32597X
  4448. Feb 00^
  4449. #ol. XI
  4450. Dev.CD Vol. X
  4451. Dev.CD Vol. IX
  4452. Dev.CD Vol. VIII
  4453. Dev.CD Vol. VIIV
  4454. 29663X
  4455. b--set theItem to choose file -- uncomment to test in an AS editor
  4456.     tell application "Finder"
  4457.         open item "Dev.CD Jul 95"
  4458.         activate
  4459.     end tell
  4460. on error errMsg number errNum
  4461.     --enter statements to perform when no records are found such as...
  4462.     display dialog "Sorry, the item you selected could not be found."
  4463.     return
  4464. end try
  4465. CD Vol. VII"
  4466.         activate
  4467.     end tell
  4468. on error errMsg number errNum
  4469.     --enter statements to perform when no records are found such as...
  4470.     display dialog "Sorry, the item you selected could not be found."
  4471.     return
  4472. end try
  4473. All Packages
  4474. 6.0.7OhDev.CD Mar 92
  4475. Dev.CD Feb 92
  4476. Dev.CD Jan 92
  4477. Dev.CD Vol. XI
  4478. Dev.CD Vol. IX
  4479. Dev.CD Vol. VIII
  4480. Dev.CD Vol. VIIPgDev.CD Mar 92
  4481. Dev.CD Feb 92
  4482. Dev.CD Jan 92
  4483. Dev.CD Vol. XI
  4484. Dev.CD Vol. IX
  4485. Dev.CD Vol. VIII
  4486. Dev.CD Vol. VIV
  4487. 29664X
  4488. Mar 92
  4489. b--set theItem to choose file -- uncomment to test in an AS editor
  4490.     tell application "Finder"
  4491.         open item "Dev.CD Jul 95"
  4492.         activate
  4493.     end tell
  4494. on error errMsg number errNum
  4495.     --enter statements to perform when no records are found such as...
  4496.     display dialog "Sorry, the item you selected could not be found."
  4497.     return
  4498. end try
  4499. Dev.CD Vol. VII
  4500. Dev CD Vol. VI"
  4501.         activate
  4502.     end tell
  4503. on error errMsg number errNum
  4504.     --enter statements to perform when no records are found such as...
  4505.     display dialog "Sorry, the item you selected could not be found."
  4506.     return
  4507. end try
  4508. All Packages
  4509. 6.0.7O=Dev.CD Vol. X
  4510. Dev.CD Vol. IX
  4511. Dev.CD Vol. VIII
  4512. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4513. Dev.CD Vol. IX
  4514. Dev.CD Vol. VIII
  4515. Dev.CD Vol. VIV
  4516. 29666X
  4517. Vol. X
  4518. All Packages
  4519. PPC EnablerO
  4520. Dev.CD Jul 95P
  4521. Dev.CD Jul 9V
  4522. 32593X
  4523. Jul 95
  4524. b--set theItem to choose file -- uncomment to test in an AS editor
  4525.     tell application "Finder"
  4526.         open item "Dev.CD Jul 95"
  4527.         activate
  4528.     end tell
  4529. on error errMsg number errNum
  4530.     --enter statements to perform when no records are found such as...
  4531.     display dialog "Sorry, the item you selected could not be found."
  4532.     return
  4533. end try
  4534. All Packages
  4535. PPC EnablerO
  4536. Dev.CD Jul 95P
  4537. Dev.CD Jul 9V
  4538. 32594X
  4539. Jul 95
  4540. b--set theItem to choose file -- uncomment to test in an AS editor
  4541.     tell application "Finder"
  4542.         open item "Dev.CD Jul 95"
  4543.         activate
  4544.     end tell
  4545. on error errMsg number errNum
  4546.     --enter statements to perform when no records are found such as...
  4547.     display dialog "Sorry, the item you selected could not be found."
  4548.     return
  4549. end try
  4550. All Packages
  4551. PPC EnablerO
  4552. Dev.CD Jul 95P
  4553. Dev.CD Jul 9V
  4554. 32595X
  4555. Jul 95
  4556. b--set theItem to choose file -- uncomment to test in an AS editor
  4557.     tell application "Finder"
  4558.         open item "Dev.CD Jul 95"
  4559.         activate
  4560.     end tell
  4561. on error errMsg number errNum
  4562.     --enter statements to perform when no records are found such as...
  4563.     display dialog "Sorry, the item you selected could not be found."
  4564.     return
  4565. end try
  4566. ivate
  4567.     end tell
  4568. on error errMsg number errNum
  4569.     --enter statements to perform when no records are found such as...
  4570.     display dialog "Sorry, the item you selected could not be found."
  4571.     return
  4572. end try
  4573. All Packages
  4574. 6.0.7O=Dev.CD Vol. X
  4575. Dev.CD Vol. IX
  4576. Dev.CD Vol. VIII
  4577. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4578. Dev.CD Vol. IX
  4579. Dev.CD Vol. VIII
  4580. Dev.CD Vol. VIV
  4581. 29668X
  4582. Vol. X
  4583. All Packages
  4584. PPC EnablerO
  4585. Dev.CD Jul 95P
  4586. Dev.CD Jul 9V
  4587. 32590X
  4588. Jul 95
  4589. b--set theItem to choose file -- uncomment to test in an AS editor
  4590.     tell application "Finder"
  4591.         open item "Dev.CD Jul 95"
  4592.         activate
  4593.     end tell
  4594. on error errMsg number errNum
  4595.     --enter statements to perform when no records are found such as...
  4596.     display dialog "Sorry, the item you selected could not be found."
  4597.     return
  4598. end try
  4599. All Packages
  4600. PPC EnablerO
  4601. Dev.CD Jul 95P
  4602. Dev.CD Jul 9V
  4603. 32591X
  4604. Jul 95
  4605. b--set theItem to choose file -- uncomment to test in an AS editor
  4606.     tell application "Finder"
  4607.         open item "Dev.CD Jul 95"
  4608.         activate
  4609.     end tell
  4610. on error errMsg number errNum
  4611.     --enter statements to perform when no records are found such as...
  4612.     display dialog "Sorry, the item you selected could not be found."
  4613.     return
  4614. end try
  4615. All Packages
  4616. PPC EnablerO
  4617. Dev.CD Jul 95P
  4618. Dev.CD Jul 9V
  4619. 32592X
  4620. Jul 95
  4621. 32808X
  4622. Feb 00^
  4623. --set theItem to choose file -- uncomment to test in an AS editor
  4624.     tell application "Finder"
  4625.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  4626.         activate
  4627.     end tell
  4628. on error errMsg number errNum
  4629.     --enter statements to perform when no records are found such as...
  4630.     display dialog "Sorry, the item you selected could not be found."
  4631.     return
  4632. end try
  4633. e    No Changeq
  4634. Dev.CD Feb 00 TC
  4635. D!All Packages
  4636. Mac OS SDK Edition
  4637. ABOUT QUICKTIME VR
  4638. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  4639. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  4640. http://www.apple.com/store
  4641. To get started,  you can go to the Developgo to the Develop
  4642. b--set theItem to choose file -- uncomment to test in an AS editor
  4643.     tell application "Finder"
  4644.         open item "Dev.CD Jul 95"
  4645.         activate
  4646.     end tell
  4647. on error errMsg number errNum
  4648.     --enter statements to perform when no records are found such as...
  4649.     display dialog "Sorry, the item you selected could not be found."
  4650.     return
  4651. end try
  4652. ivate
  4653.     end tell
  4654. on error errMsg number errNum
  4655.     --enter statements to perform when no records are found such as...
  4656.     display dialog "Sorry, the item you selected could not be found."
  4657.     return
  4658. end try
  4659. All Packages
  4660. 6.0.7O=Dev.CD Vol. X
  4661. Dev.CD Vol. IX
  4662. Dev.CD Vol. VIII
  4663. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4664. Dev.CD Vol. IX
  4665. Dev.CD Vol. VIII
  4666. Dev.CD Vol. VIV
  4667. 29670X
  4668. Vol. X
  4669. All Packages
  4670. PPC EnablerO
  4671. Dev.CD Jul 95P
  4672. Dev.CD Jul 9V
  4673. 32587X
  4674. Jul 95
  4675. b--set theItem to choose file -- uncomment to test in an AS editor
  4676.     tell application "Finder"
  4677.         open item "Dev.CD Jul 95"
  4678.         activate
  4679.     end tell
  4680. on error errMsg number errNum
  4681.     --enter statements to perform when no records are found such as...
  4682.     display dialog "Sorry, the item you selected could not be found."
  4683.     return
  4684. end try
  4685. All Packages
  4686. PPC EnablerO
  4687. Dev.CD Jul 95P
  4688. Dev.CD Jul 9V
  4689. 32588X
  4690. Jul 95
  4691. b--set theItem to choose file -- uncomment to test in an AS editor
  4692.     tell application "Finder"
  4693.         open item "Dev.CD Jul 95"
  4694.         activate
  4695.     end tell
  4696. on error errMsg number errNum
  4697.     --enter statements to perform when no records are found such as...
  4698.     display dialog "Sorry, the item you selected could not be found."
  4699.     return
  4700. end try
  4701. All Packages
  4702. PPC EnablerO
  4703. Dev.CD Jul 95P
  4704. Dev.CD Jul 9V
  4705. 32589X
  4706. Jul 95
  4707. b--set theItem to choose file -- uncomment to test in an AS editor
  4708.     tell application "Finder"
  4709.         open item "Dev.CD Oct 94"
  4710.         activate
  4711.     end tell
  4712. on error errMsg number errNum
  4713.     --enter statements to perform when no records are found such as...
  4714.     display dialog "Sorry, the item you selected could not be found."
  4715.     return
  4716. end try
  4717. ivate
  4718.     end tell
  4719. on error errMsg number errNum
  4720.     --enter statements to perform when no records are found such as...
  4721.     display dialog "Sorry, the item you selected could not be found."
  4722.     return
  4723. end try
  4724. All Packages
  4725. 6.0.7O/Dev.CD Vol. IX
  4726. Dev.CD Vol. VIII
  4727. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4728. Dev.CD Vol. VIII
  4729. Dev.CD Vol. VIV
  4730. 29672X
  4731. Vol. I
  4732. All Packages
  4733. PPC EnablerO
  4734. Dev.CD Jul 95P
  4735. Dev.CD Jul 9V
  4736. 32584X
  4737. Jul 95
  4738. b--set theItem to choose file -- uncomment to test in an AS editor
  4739.     tell application "Finder"
  4740.         open item "Dev.CD Jul 95"
  4741.         activate
  4742.     end tell
  4743. on error errMsg number errNum
  4744.     --enter statements to perform when no records are found such as...
  4745.     display dialog "Sorry, the item you selected could not be found."
  4746.     return
  4747. end try
  4748. All Packages
  4749. PPC EnablerO
  4750. Dev.CD Jul 95P
  4751. Dev.CD Jul 9V
  4752. 32585X
  4753. Jul 95
  4754. b--set theItem to choose file -- uncomment to test in an AS editor
  4755.     tell application "Finder"
  4756.         open item "Dev.CD Jul 95"
  4757.         activate
  4758.     end tell
  4759. on error errMsg number errNum
  4760.     --enter statements to perform when no records are found such as...
  4761.     display dialog "Sorry, the item you selected could not be found."
  4762.     return
  4763. end try
  4764. All Packages
  4765. PPC EnablerO
  4766. Dev.CD Jul 95P
  4767. Dev.CD Jul 9V
  4768. 32586X
  4769. Jul 95
  4770. b--set theItem to choose file -- uncomment to test in an AS editor
  4771.     tell application "Finder"
  4772.         open item "Dev.CD Oct 94"
  4773.         activate
  4774.     end tell
  4775. on error errMsg number errNum
  4776.     --enter statements to perform when no records are found such as...
  4777.     display dialog "Sorry, the item you selected could not be found."
  4778.     return
  4779. end try
  4780. errNum
  4781.     --enter statements to perform when no records are found such as...
  4782.     display dialog "Sorry, the item you selected could not be found."
  4783.     return
  4784. end try
  4785. All Packages
  4786. 6.0.7O/Dev.CD Vol. IX
  4787. Dev.CD Vol. VIII
  4788. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4789. Dev.CD Vol. VIII
  4790. Dev.CD Vol. VIV
  4791. 29674X
  4792. Vol. I
  4793. All Packages
  4794. PowerTalk (PPC)O
  4795. Dev.CD Oct 94P
  4796. Dev.CD Oct 9V
  4797. 32581X
  4798. Oct 94
  4799. b--set theItem to choose file -- uncomment to test in an AS editor
  4800.     tell application "Finder"
  4801.         open item "Dev.CD Oct 94"
  4802.         activate
  4803.     end tell
  4804. on error errMsg number errNum
  4805.     --enter statements to perform when no records are found such as...
  4806.     display dialog "Sorry, the item you selected could not be found."
  4807.     return
  4808. end try
  4809. All Packages
  4810. PPC EnablerO
  4811. Dev.CD Jul 95P
  4812. Dev.CD Jul 9V
  4813. 32582X
  4814. Jul 95
  4815. b--set theItem to choose file -- uncomment to test in an AS editor
  4816.     tell application "Finder"
  4817.         open item "Dev.CD Jul 95"
  4818.         activate
  4819.     end tell
  4820. on error errMsg number errNum
  4821.     --enter statements to perform when no records are found such as...
  4822.     display dialog "Sorry, the item you selected could not be found."
  4823.     return
  4824. end try
  4825. All Packages
  4826. PPC EnablerO
  4827. Dev.CD Jul 95P
  4828. Dev.CD Jul 9V
  4829. 32583X
  4830. Jul 95
  4831. b--set theItem to choose file -- uncomment to test in an AS editor
  4832.     tell application "Finder"
  4833.         open item "Dev.CD Oct 94"
  4834.         activate
  4835.     end tell
  4836. on error errMsg number errNum
  4837.     --enter statements to perform when no records are found such as...
  4838.     display dialog "Sorry, the item you selected could not be found."
  4839.     return
  4840. end try
  4841.  no records are found such as...
  4842.     display dialog "Sorry, the item you selected could not be found."
  4843.     return
  4844. end try
  4845. All Packages
  4846. 6.0.7O Dev.CD Vol. VIII
  4847. Dev.CD Vol. VIIP
  4848. Dev.CD Vol. VIII
  4849. Dev.CD Vol. VIV
  4850. 29676X
  4851. Vol. V
  4852. u--set theItem to choose file -- uncomment to test in an AS editor
  4853.     tell application "Finder"
  4854.         open item "Dev.CD Vol. VIII
  4855. Dev.CD Vol. VII"
  4856.         activate
  4857.     end tell
  4858. on error errMsg number errNum
  4859.     --enter statements to perform when no records are found such as...
  4860.     display dialog "Sorry, the item you selected could not be found."
  4861.     return
  4862. end try
  4863. All Packages
  4864. PowerTalk (PPC)O
  4865. Dev.CD Oct 94P
  4866. Dev.CD Oct 9V
  4867. 32578X
  4868. Oct 94
  4869. b--set theItem to choose file -- uncomment to test in an AS editor
  4870.     tell application "Finder"
  4871.         open item "Dev.CD Oct 94"
  4872.         activate
  4873.     end tell
  4874. on error errMsg number errNum
  4875.     --enter statements to perform when no records are found such as...
  4876.     display dialog "Sorry, the item you selected could not be found."
  4877.     return
  4878. end try
  4879. All Packages
  4880. PowerTalk (PPC)O
  4881. Dev.CD Oct 94P
  4882. Dev.CD Oct 9V
  4883. 32579X
  4884. Oct 94
  4885. b--set theItem to choose file -- uncomment to test in an AS editor
  4886.     tell application "Finder"
  4887.         open item "Dev.CD Oct 94"
  4888.         activate
  4889.     end tell
  4890. on error errMsg number errNum
  4891.     --enter statements to perform when no records are found such as...
  4892.     display dialog "Sorry, the item you selected could not be found."
  4893.     return
  4894. end try
  4895. All Packages
  4896. PowerTalk (PPC)O
  4897. Dev.CD Oct 94P
  4898. Dev.CD Oct 9V
  4899. 32580X
  4900. Oct 94
  4901. All Packages
  4902. PowerTalk (PPC)O
  4903. Dev.CD Oct 94P
  4904. Dev.CD Oct 9V
  4905. 32575X
  4906. Oct 94
  4907. b--set theItem to choose file -- uncomment to test in an AS editor
  4908.     tell application "Finder"
  4909.         open item "Dev.CD Oct 94"
  4910.         activate
  4911.     end tell
  4912. on error errMsg number errNum
  4913.     --enter statements to perform when no records are found such as...
  4914.     display dialog "Sorry, the item you selected could not be found."
  4915.     return
  4916. end try
  4917. All Packages
  4918. PowerTalk (PPC)O
  4919. Dev.CD Oct 94P
  4920. Dev.CD Oct 9V
  4921. 32576X
  4922. Oct 94
  4923. b--set theItem to choose file -- uncomment to test in an AS editor
  4924.     tell application "Finder"
  4925.         open item "Dev.CD Oct 94"
  4926.         activate
  4927.     end tell
  4928. on error errMsg number errNum
  4929.     --enter statements to perform when no records are found such as...
  4930.     display dialog "Sorry, the item you selected could not be found."
  4931.     return
  4932. end try
  4933. All Packages
  4934. PowerTalk (PPC)O
  4935. Dev.CD Oct 94P
  4936. Dev.CD Oct 9V
  4937. 32577X
  4938. Oct 94
  4939. All Packages
  4940. PowerTalk (PPC)O
  4941. Dev.CD Oct 94P
  4942. Dev.CD Oct 9V
  4943. 32572X
  4944. Oct 94
  4945. b--set theItem to choose file -- uncomment to test in an AS editor
  4946.     tell application "Finder"
  4947.         open item "Dev.CD Oct 94"
  4948.         activate
  4949.     end tell
  4950. on error errMsg number errNum
  4951.     --enter statements to perform when no records are found such as...
  4952.     display dialog "Sorry, the item you selected could not be found."
  4953.     return
  4954. end try
  4955. All Packages
  4956. PowerTalk (PPC)O
  4957. Dev.CD Oct 94P
  4958. Dev.CD Oct 9V
  4959. 32573X
  4960. Oct 94
  4961. b--set theItem to choose file -- uncomment to test in an AS editor
  4962.     tell application "Finder"
  4963.         open item "Dev.CD Oct 94"
  4964.         activate
  4965.     end tell
  4966. on error errMsg number errNum
  4967.     --enter statements to perform when no records are found such as...
  4968.     display dialog "Sorry, the item you selected could not be found."
  4969.     return
  4970. end try
  4971. All Packages
  4972. PowerTalk (PPC)O
  4973. Dev.CD Oct 94P
  4974. Dev.CD Oct 9V
  4975. 32574X
  4976. Oct 94
  4977. b--set theItem to choose file -- uncomment to test in an AS editor
  4978.     tell application "Finder"
  4979.         open item "Dev.CD Oct 94"
  4980.         activate
  4981.     end tell
  4982. on error errMsg number errNum
  4983.     --enter statements to perform when no records are found such as...
  4984.     display dialog "Sorry, the item you selected could not be found."
  4985.     return
  4986. end try
  4987. VU Tutorial & Scripts
  4988. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  4989. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  4990. Virtual User tools.imgK
  4991. Aug 92M
  4992. Apple DocViewer applicationN
  4993. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  4994.  - Tool Chest
  4995.  - Testing & Debugging
  4996.  - Virtual User toolsV
  4997. 33277X
  4998. Feb 00^
  4999. --set theItem to choose file -- uncomment to test in an AS editor
  5000.     tell application "Finder"
  5001.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  5002.         activate
  5003.     end tell
  5004. on error errMsg number errNum
  5005.     --enter statements to perform when no records are found such as...
  5006.     display dialog "Sorry, the item you selected could not be found."
  5007.     return
  5008. end try
  5009. end try
  5010. 32569X
  5011. Apr 95
  5012. b--set theItem to choose file -- uncomment to test in an AS editor
  5013.     tell application "Finder"
  5014.         open item "Dev.CD Apr 95"
  5015.         activate
  5016.     end tell
  5017. on error errMsg number errNum
  5018.     --enter statements to perform when no records are found such as...
  5019.     display dialog "Sorry, the item you selected could not be found."
  5020.     return
  5021. end try
  5022. All Packages
  5023. F    PowerTalkO
  5024. Dev.CD Apr 95P
  5025. Dev.CD Apr 9V
  5026. 32570X
  5027. Apr 95
  5028. b--set theItem to choose file -- uncomment to test in an AS editor
  5029.     tell application "Finder"
  5030.         open item "Dev.CD Apr 95"
  5031.         activate
  5032.     end tell
  5033. on error errMsg number errNum
  5034.     --enter statements to perform when no records are found such as...
  5035.     display dialog "Sorry, the item you selected could not be found."
  5036.     return
  5037. end try
  5038. All Packages
  5039. PowerTalk (PPC)O
  5040. Dev.CD Oct 94P
  5041. Dev.CD Oct 9V
  5042. 32571X
  5043. Oct 94
  5044. F    PowerTalkO
  5045. Dev.CD Apr 95P
  5046. Dev.CD Apr 9comment to test in an AS editor
  5047.     tell application "Finder"
  5048.         open item "Dev.CD Vol. VII"
  5049.         activate
  5050.     end tell
  5051. on error errMsg number errNum
  5052.     --enter statements to perform when no records are found such as...
  5053.     display dialog "Sorry, the item you selected could not be found."
  5054.     return
  5055. end try
  5056. All Packages
  5057. F    PowerTalkO
  5058. Dev.CD Apr 95
  5059. Dev.CD Jan 95P
  5060. Dev.CD Apr 95
  5061. Dev.CD Jan 9V
  5062. 32567X
  5063. Apr 95
  5064. p--set theItem to choose file -- uncomment to test in an AS editor
  5065.     tell application "Finder"
  5066.         open item "Dev.CD Apr 95
  5067. Dev.CD Jan 95"
  5068.         activate
  5069.     end tell
  5070. on error errMsg number errNum
  5071.     --enter statements to perform when no records are found such as...
  5072.     display dialog "Sorry, the item you selected could not be found."
  5073.     return
  5074. end try
  5075. All Packages
  5076. F    PowerTalkO
  5077. Dev.CD Apr 95
  5078. Dev.CD Jan 95P
  5079. Dev.CD Apr 95
  5080. Dev.CD Jan 9V
  5081. 32568X
  5082. Apr 95
  5083. p--set theItem to choose file -- uncomment to test in an AS editor
  5084.     tell application "Finder"
  5085.         open item "Dev.CD Apr 95
  5086. Dev.CD Jan 95"
  5087.         activate
  5088.     end tell
  5089. on error errMsg number errNum
  5090.     --enter statements to perform when no records are found such as...
  5091.     display dialog "Sorry, the item you selected could not be found."
  5092.     return
  5093. end try
  5094. All Packages
  5095. b--set theItem to choose file -- uncomment to test in an AS editor
  5096.     tell application "Finder"
  5097.         open item "Dev.CD Apr 95"
  5098.         activate
  5099.     end tell
  5100. on error errMsg number errNum
  5101.     --enter statements to perform when no records are found such as...
  5102.     display dialog "Sorry, the item you selected could not be found."
  5103.     return
  5104. end try
  5105.  not be found."
  5106.     return
  5107. end try
  5108. 32564X
  5109. Apr 95
  5110. p--set theItem to choose file -- uncomment to test in an AS editor
  5111.     tell application "Finder"
  5112.         open item "Dev.CD Apr 95
  5113. Dev.CD Jan 95"
  5114.         activate
  5115.     end tell
  5116. on error errMsg number errNum
  5117.     --enter statements to perform when no records are found such as...
  5118.     display dialog "Sorry, the item you selected could not be found."
  5119.     return
  5120. end try
  5121. All Packages
  5122. F    PowerTalkO
  5123. Dev.CD Apr 95P
  5124. Dev.CD Apr 9V
  5125. 32565X
  5126. Apr 95
  5127. b--set theItem to choose file -- uncomment to test in an AS editor
  5128.     tell application "Finder"
  5129.         open item "Dev.CD Apr 95"
  5130.         activate
  5131.     end tell
  5132. on error errMsg number errNum
  5133.     --enter statements to perform when no records are found such as...
  5134.     display dialog "Sorry, the item you selected could not be found."
  5135.     return
  5136. end try
  5137. All Packages
  5138. F    PowerTalkO
  5139. Dev.CD Apr 95P
  5140. Dev.CD Apr 9V
  5141. 32566X
  5142. Apr 95
  5143. F    PowerTalkO
  5144. Dev.CD Apr 95
  5145. Dev.CD Jan 95P
  5146. Dev.CD Apr 95
  5147. Dev.CD Jan 9 Apr 93
  5148. Dev.CD Mar 93
  5149. Dev.CD Feb 93
  5150. Dev.CD Jan 93
  5151. Dev.CD Nov/Dec 92
  5152. Dev.CD Oct 92
  5153. Dev.CD May 92
  5154. Dev.CD Apr 92
  5155. Dev.CD Mar 92
  5156. Dev.CD Feb 92
  5157. Dev.CD Jan 92
  5158. Dev.CD Vol. XI
  5159. Dev.CD Vol. X
  5160. Dev.CD Vol. I
  5161. All Packages
  5162. F    PowerTalkO
  5163. Dev.CD Apr 95
  5164. Dev.CD Jan 95P
  5165. Dev.CD Apr 95
  5166. Dev.CD Jan 9V
  5167. 32562X
  5168. Apr 95
  5169. p--set theItem to choose file -- uncomment to test in an AS editor
  5170.     tell application "Finder"
  5171.         open item "Dev.CD Apr 95
  5172. Dev.CD Jan 95"
  5173.         activate
  5174.     end tell
  5175. on error errMsg number errNum
  5176.     --enter statements to perform when no records are found such as...
  5177.     display dialog "Sorry, the item you selected could not be found."
  5178.     return
  5179. end try
  5180. All Packages
  5181. F    PowerTalkO
  5182. Dev.CD Apr 95
  5183. Dev.CD Jan 95P
  5184. Dev.CD Apr 95
  5185. Dev.CD Jan 9V
  5186. 32563X
  5187. Apr 95
  5188. p--set theItem to choose file -- uncomment to test in an AS editor
  5189.     tell application "Finder"
  5190.         open item "Dev.CD Apr 95
  5191. Dev.CD Jan 95"
  5192.         activate
  5193.     end tell
  5194. on error errMsg number errNum
  5195.     --enter statements to perform when no records are found such as...
  5196.     display dialog "Sorry, the item you selected could not be found."
  5197.     return
  5198. end try
  5199. All Packages
  5200. b--set theItem to choose file -- uncomment to test in an AS editor
  5201.     tell application "Finder"
  5202.         open item "Dev.CD Apr 95"
  5203.         activate
  5204.     end tell
  5205. on error errMsg number errNum
  5206.     --enter statements to perform when no records are found such as...
  5207.     display dialog "Sorry, the item you selected could not be found."
  5208.     return
  5209. end try
  5210. ou selected could not be found."
  5211.     return
  5212. end try
  5213. digitizers
  5214. config
  5215. config&interleave
  5216. configuration
  5217. interleave
  5218. interleave
  5219. diractive
  5220. directhit
  5221. directhit
  5222. directions
  5223. discipline
  5224. discipline
  5225. 2.0.2
  5226. disclaimer
  5227. discoveringopenstepb
  5228. discoveringopenstepb
  5229. disinfectant
  5230. 6.3.3
  5231. quick
  5232. reference
  5233. first
  5234. diskrestore
  5235. display
  5236. display
  5237. display
  5238. device
  5239. driver
  5240. guide
  5241. displaymanager
  5242. displaymanager
  5243. dispnamereg
  5244. distribution
  5245. distributors/localiz
  5246. dk-danish
  5247. frameworks
  5248. francais
  5249. france
  5250. france
  5251. distributors/localiz
  5252. french
  5253. french
  5254. 1.1.3
  5255. fssetprinter
  5256. fssetprinter
  5257. fssetprinter
  5258. fstubs
  5259. fstubs
  5260. fstubs
  5261. fullballoons
  5262. fullballoons
  5263. fulldrag
  5264. fulldrag
  5265. fullfind
  5266. fullfind
  5267. fullhpop
  5268. fullhpop
  5269. fullmove
  5270. fullmove
  5271. fulloffset
  5272. fulloffset
  5273. fullremove
  5274. fullremove
  5275. fullrename
  5276. fullrename
  5277. fullreplace
  5278. fullreplace
  5279. fullreslist
  5280. fullreslist
  5281. 32559X
  5282. Apr 95
  5283. p--set theItem to choose file -- uncomment to test in an AS editor
  5284.     tell application "Finder"
  5285.         open item "Dev.CD Apr 95
  5286. Dev.CD Jan 95"
  5287.         activate
  5288.     end tell
  5289. on error errMsg number errNum
  5290.     --enter statements to perform when no records are found such as...
  5291.     display dialog "Sorry, the item you selected could not be found."
  5292.     return
  5293. end try
  5294. All Packages
  5295. F    PowerTalkO
  5296. Dev.CD Apr 95
  5297. Dev.CD Jan 95P
  5298. Dev.CD Apr 95
  5299. Dev.CD Jan 9V
  5300. 32560X
  5301. Apr 95
  5302. p--set theItem to choose file -- uncomment to test in an AS editor
  5303.     tell application "Finder"
  5304.         open item "Dev.CD Apr 95
  5305. Dev.CD Jan 95"
  5306.         activate
  5307.     end tell
  5308. on error errMsg number errNum
  5309.     --enter statements to perform when no records are found such as...
  5310.     display dialog "Sorry, the item you selected could not be found."
  5311.     return
  5312. end try
  5313. All Packages
  5314. F    PowerTalkO
  5315. Dev.CD Apr 95P
  5316. Dev.CD Apr 9V
  5317. 32561X
  5318. Apr 95
  5319. grade EnablerV
  5320. 29692X
  5321. F    PowerTalkO
  5322. Dev.CD Apr 95
  5323. Dev.CD Jan 95P
  5324. Dev.CD Apr 95
  5325. Dev.CD Jan 9tor
  5326.     tell application "Finder"
  5327.         open item "Dev.CD Feb 92
  5328. Dev.CD Jan 92
  5329. Dev.CD Vol. XI
  5330. Dev.CD Vol. X"
  5331.         activate
  5332.     end tell
  5333. on error errMsg number errNum
  5334.     --enter statements to perform when no records are found such as...
  5335.     display dialog "Sorry, the item you selected could not be found."
  5336.     return
  5337. end try
  5338. All Packages
  5339. F    PowerTalkO
  5340. Dev.CD Apr 95
  5341. Dev.CD Jan 95P
  5342. Dev.CD Apr 95
  5343. Dev.CD Jan 9V
  5344. 32557X
  5345. Apr 95
  5346. p--set theItem to choose file -- uncomment to test in an AS editor
  5347.     tell application "Finder"
  5348.         open item "Dev.CD Apr 95
  5349. Dev.CD Jan 95"
  5350.         activate
  5351.     end tell
  5352. on error errMsg number errNum
  5353.     --enter statements to perform when no records are found such as...
  5354.     display dialog "Sorry, the item you selected could not be found."
  5355.     return
  5356. end try
  5357. All Packages
  5358. F    PowerTalkO
  5359. Dev.CD Apr 95
  5360. Dev.CD Jan 95P
  5361. Dev.CD Apr 95
  5362. Dev.CD Jan 9V
  5363. 32558X
  5364. Apr 95
  5365. p--set theItem to choose file -- uncomment to test in an AS editor
  5366.     tell application "Finder"
  5367.         open item "Dev.CD Apr 95
  5368. Dev.CD Jan 95"
  5369.         activate
  5370.     end tell
  5371. on error errMsg number errNum
  5372.     --enter statements to perform when no records are found such as...
  5373.     display dialog "Sorry, the item you selected could not be found."
  5374.     return
  5375. end try
  5376. All Packages
  5377. b--set theItem to choose file -- uncomment to test in an AS editor
  5378.     tell application "Finder"
  5379.         open item "Dev.CD Apr 95"
  5380.         activate
  5381.     end tell
  5382. on error errMsg number errNum
  5383.     --enter statements to perform when no records are found such as...
  5384.     display dialog "Sorry, the item you selected could not be found."
  5385.     return
  5386. end try
  5387. packages
  5388. 32554X
  5389. Apr 95
  5390. p--set theItem to choose file -- uncomment to test in an AS editor
  5391.     tell application "Finder"
  5392.         open item "Dev.CD Apr 95
  5393. Dev.CD Jan 95"
  5394.         activate
  5395.     end tell
  5396. on error errMsg number errNum
  5397.     --enter statements to perform when no records are found such as...
  5398.     display dialog "Sorry, the item you selected could not be found."
  5399.     return
  5400. end try
  5401. All Packages
  5402. F    PowerTalkO
  5403. Dev.CD Apr 95P
  5404. Dev.CD Apr 9V
  5405. 32555X
  5406. Apr 95
  5407. b--set theItem to choose file -- uncomment to test in an AS editor
  5408.     tell application "Finder"
  5409.         open item "Dev.CD Apr 95"
  5410.         activate
  5411.     end tell
  5412. on error errMsg number errNum
  5413.     --enter statements to perform when no records are found such as...
  5414.     display dialog "Sorry, the item you selected could not be found."
  5415.     return
  5416. end try
  5417. All Packages
  5418. F    PowerTalkO
  5419. Dev.CD Apr 95P
  5420. Dev.CD Apr 9V
  5421. 32556X
  5422. Apr 95
  5423. All Packages
  5424. 29702X
  5425. F    PowerTalkO
  5426. Dev.CD Apr 95
  5427. Dev.CD Jan 95P
  5428. Dev.CD Apr 95
  5429. Dev.CD Jan 9tor
  5430.     tell application "Finder"
  5431.         open item "Dev.CD Jul 95"
  5432.         activate
  5433.     end tell
  5434. on error errMsg number errNum
  5435.     --enter statements to perform when no records are found such as...
  5436.     display dialog "Sorry, the item you selected could not be found."
  5437.     return
  5438. end try
  5439. p--set theItem to choose file -- uncomment to test in an AS editor
  5440.     tell application "Finder"
  5441.         open item "Dev.CD Apr 95
  5442. Dev.CD Jan 95"
  5443.         activate
  5444.     end tell
  5445. on error errMsg number errNum
  5446.     --enter statements to perform when no records are found such as...
  5447.     display dialog "Sorry, the item you selected could not be found."
  5448.     return
  5449. end try
  5450. t to test in an AS editor
  5451.     tell application "Finder"
  5452.         open item "Dev.CD Jan 94
  5453. Dev.CD Oct 93
  5454. Dev.CD May 92
  5455. Dev.CD Apr 92
  5456. Dev.CD Mar 92
  5457. Dev.CD Feb 92
  5458. Dev.CD Jan 92
  5459. Dev.CD Vol. XI
  5460. Dev.CD Vol. X
  5461. Dev.CD Vol. IX
  5462. Dev.CD Vol. VIII"
  5463.         activate
  5464.     end tell
  5465. on error errMsg number errNum
  5466.     --enter statements to perform when no records are found such as...
  5467.     display dialog "Sorry, the item you selected could not be found."
  5468.     return
  5469. d try
  5470. All Packages
  5471. 29703X
  5472. All Packages
  5473. F    PowerTalkO
  5474. Dev.CD Apr 95
  5475. Dev.CD Jan 95P
  5476. Dev.CD Apr 95
  5477. Dev.CD Jan 9V
  5478. 32552X
  5479. Apr 95
  5480. p--set theItem to choose file -- uncomment to test in an AS editor
  5481.     tell application "Finder"
  5482.         open item "Dev.CD Apr 95
  5483. Dev.CD Jan 95"
  5484.         activate
  5485.     end tell
  5486. on error errMsg number errNum
  5487.     --enter statements to perform when no records are found such as...
  5488.     display dialog "Sorry, the item you selected could not be found."
  5489.     return
  5490. end try
  5491. All Packages
  5492. F    PowerTalkO
  5493. Dev.CD Apr 95
  5494. Dev.CD Jan 95P
  5495. Dev.CD Apr 95
  5496. Dev.CD Jan 9V
  5497. 32553X
  5498. Apr 95
  5499. p--set theItem to choose file -- uncomment to test in an AS editor
  5500.     tell application "Finder"
  5501.         open item "Dev.CD Apr 95
  5502. Dev.CD Jan 95"
  5503.         activate
  5504.     end tell
  5505. on error errMsg number errNum
  5506.     --enter statements to perform when no records are found such as...
  5507.     display dialog "Sorry, the item you selected could not be found."
  5508.     return
  5509. end try
  5510. All Packages
  5511. All Packages
  5512. F    PowerTalkO
  5513. Dev.CD Apr 95P
  5514. Dev.CD Apr 9V
  5515. 32549X
  5516. Apr 95
  5517. b--set theItem to choose file -- uncomment to test in an AS editor
  5518.     tell application "Finder"
  5519.         open item "Dev.CD Apr 95"
  5520.         activate
  5521.     end tell
  5522. on error errMsg number errNum
  5523.     --enter statements to perform when no records are found such as...
  5524.     display dialog "Sorry, the item you selected could not be found."
  5525.     return
  5526. end try
  5527. All Packages
  5528. F    PowerTalkO
  5529. Dev.CD Apr 95P
  5530. Dev.CD Apr 9V
  5531. 32550X
  5532. Apr 95
  5533. b--set theItem to choose file -- uncomment to test in an AS editor
  5534.     tell application "Finder"
  5535.         open item "Dev.CD Apr 95"
  5536.         activate
  5537.     end tell
  5538. on error errMsg number errNum
  5539.     --enter statements to perform when no records are found such as...
  5540.     display dialog "Sorry, the item you selected could not be found."
  5541.     return
  5542. end try
  5543. All Packages
  5544. F    PowerTalkO
  5545. Dev.CD Apr 95
  5546. Dev.CD Jan 95P
  5547. Dev.CD Apr 95
  5548. Dev.CD Jan 9V
  5549. 32551X
  5550. Apr 95
  5551. opaque
  5552. opcode
  5553. opcodes
  5554. opencheckedout
  5555. opendoc
  5556. opendoc's
  5557. opened
  5558. openfirmware
  5559. opengl
  5560. l. IX"
  5561.         activate
  5562.     end tell
  5563. on error errMsg number errNum
  5564.     --enter statements to perform when no records are found such as...
  5565.     display dialog "Sorry, the item you selected could not be found."
  5566.     return
  5567. end try
  5568. All Packages
  5569. 7.0O*Dev.CD Jan 92
  5570. Dev.CD Vol. XI
  5571. Dev.CD Vol. XP)Dev.CD Jan 92
  5572. Dev.CD Vol. XI
  5573. Dev.CD Vol. V
  5574. 29706X
  5575. Jan 92
  5576. copland
  5577. copland-savvy
  5578. coprocessor
  5579. copy-and-paste
  5580. copy/paste
  5581. copybitmask
  5582. copybits
  5583. copybitsspeedpalette
  5584. copydeepmask
  5585. copying
  5586. copymask
  5587. copyright
  5588. copyrighted
  5589. copyrights
  5590. copywrite
  5591. foundation
  5592. documentation
  5593. corners
  5594. corporate
  5595. corporation
  5596. correct
  5597. corrected
  5598. correctly
  5599. PDDev.CD Dec 99 RL
  5600.  - Technical Documentation
  5601.  - PowerPC DocumentationV
  5602. 32547X
  5603. Dec 99^
  5604. --set theItem to choose file -- uncomment to test in an AS editor
  5605.     tell application "Finder"
  5606.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  5607.         activate
  5608.     end tell
  5609. on error errMsg number errNum
  5610.     --enter statements to perform when no records are found such as...
  5611.     display dialog "Sorry, the item you selected could not be found."
  5612.     return
  5613. end try
  5614. Deletedq
  5615. Dev.CD Dec 99 RL
  5616. All Packages
  5617. F    PowerTalkO
  5618. Dev.CD Apr 95P
  5619. Dev.CD Apr 9V
  5620. 32548X
  5621. Apr 95
  5622. b--set theItem to choose file -- uncomment to test in an AS editor
  5623.     tell application "Finder"
  5624.         open item "Dev.CD Apr 95"
  5625.         activate
  5626.     end tell
  5627. on error errMsg number errNum
  5628.     --enter statements to perform when no records are found such as...
  5629.     display dialog "Sorry, the item you selected could not be found."
  5630.     return
  5631. end try
  5632. 2-1.1.3
  5633. 2-335
  5634. 2-341
  5635. 2-364
  5636. 2-byte
  5637. 2-way
  5638. 2.0.1
  5639. 2.0.2
  5640. 2.0.4
  5641. 2.0.6
  5642. 2.0.7
  5643. 2.0.8
  5644. 2.0a1
  5645. 2.0v2
  5646. 2.1.1
  5647. 2.1.2
  5648. 2.1.3
  5649. 2.1.4
  5650. 2.3.5
  5651. 2.3e4
  5652. 2.4b6
  5653. 2.5.2
  5654. 2.5.7
  5655. powerbook
  5656. powerbooks
  5657. powerful
  5658. powermac
  5659. powermacor68k
  5660. powermacs
  5661. poweroff
  5662. powerpcQ
  5663. powerpc-based
  5664. powerplant
  5665. powers
  5666. powertalk
  5667. powertalk-savvy
  5668. powertracer
  5669. pparameter
  5670. mited
  5671. Carole Holcomb
  5672. 5755 Cohasset Way
  5673. San Jose, CA 95123
  5674. Attn:  Accelerated for Power Macintosh Program
  5675. (408) 226-6762
  5676. Applelink:  MSU
  5677. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  5678. 3) Send in a mockup of your product artwork
  5679. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  5680. 5) Finally, send in two final cop
  5681. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  5682. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  5683. Power Macintosh Evangelism
  5684. Apple Computer Inc.
  5685. Power Macintosh Prod. ArtworkK
  5686. Sep 94L
  5687. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  5688.  - Programs & Marketing
  5689. accelerating
  5690. acceleration
  5691. accelerator
  5692. accent
  5693. accept
  5694. accepting
  5695. accepts
  5696. accesory
  5697. accessQ
  5698. accessed
  5699. accesses
  5700. accessible
  5701. accessing
  5702. accessor
  5703. accessories
  5704. acclaimed
  5705. accommodates
  5706. accompanied
  5707. accompanies
  5708. accompany
  5709. accompanying
  5710. accomplish
  5711. accomplished
  5712. accomplishing
  5713. according
  5714. account/password
  5715. accumulate
  5716. scanned
  5717. accurately
  5718. print
  5719. image
  5720. viewed
  5721. monitor
  5722. acgis
  5723. achieve
  5724. achieved
  5725. achieves
  5726. acrobat
  5727. 32546X
  5728. May 98^
  5729. {--set theItem to choose file -- uncomment to test in an AS editor
  5730.     tell application "Finder"
  5731.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  5732.         activate
  5733.     end tell
  5734. on error errMsg number errNum
  5735.     --enter statements to perform when no records are found such as...
  5736.     display dialog "Sorry, the item you selected could not be found."
  5737.     return
  5738. end try
  5739. e    No Changeq
  5740. Dev.CD May 98 TC
  5741. D(All Packages
  5742. Reference Library Edition
  5743. PowerPC Documentation
  5744. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  5745. Features:
  5746. Debugging Optimized Code
  5747. Libraries and OOP
  5748. Moving Your Source to PowerPC
  5749. JHDebugging Optimized Code
  5750. Libraries and OOP
  5751. Moving Your Source to PowerPCK
  5752. Nov 95M
  5753. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:
  5754. 1995 "Accelerated for Power Macintosh Artwork" Program
  5755. Apple Computer Inc.
  5756. Power Macintosh Developers!
  5757. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  5758. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  5759. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  5760. To obtain the "Accelerated for Power Macintosh" artwork:
  5761. 1) Request an information packet from:
  5762. Meeting Support Unli
  5763. powerbook
  5764. powerbook
  5765. powerbooks
  5766. powerpcQ
  5767. powerplant
  5768. pre-mixer
  5769. pre-mixer
  5770. component
  5771. vu-meter
  5772. preemptive
  5773. preference
  5774. preferences
  5775. preview
  5776. print
  5777. print
  5778. appletalk
  5779. printer
  5780. printer
  5781. selected
  5782. chooser
  5783. printers
  5784. printers
  5785. drivers
  5786. sample
  5787. printing
  5788. printing
  5789. carbon
  5790. carbon
  5791. printing
  5792. carbon
  5793. printing
  5794. manager
  5795. printing
  5796. postscript
  5797. filter
  5798. private
  5799. private
  5800. stack
  5801. switch
  5802. sniffer
  5803. process
  5804. process
  5805. manager
  5806. processes
  5807. processing
  5808. profile
  5809. profiler
  5810. program
  5811. program
  5812. linking
  5813. appleevents
  5814. guest
  5815. programming
  5816. project
  5817. projector
  5818. promise
  5819. promisehfsflavor
  5820. og "Sorry, the item you selected could not be found."
  5821.     return
  5822. end try
  5823. MPW etc.imgK
  5824. Nov 97N
  5825. power macintosh debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  5826.  - Tool Chest
  5827.  - Development Kits
  5828.  - MPW etc.V
  5829. 32545X
  5830. Feb 00^
  5831. --set theItem to choose file -- uncomment to test in an AS editor
  5832.     tell application "Finder"
  5833.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5834.         activate
  5835.     end tell
  5836. on error errMsg number errNum
  5837.     --enter statements to perform when no records are found such as...
  5838.     display dialog "Sorry, the item you selected could not be found."
  5839.     return
  5840. end try
  5841. e    No Changef
  5842. power macintosh debuggerq
  5843. Dev.CD Feb 00 TC
  5844. D!All Packages
  5845. Tool Chest Edition
  5846. Power Macintosh Prod. Artwork 
  5847.     .CD Mar 92
  5848. Dev.CD Feb 92
  5849. Dev.CD Jan 92
  5850. Dev.CD Vol. XI
  5851. Dev.CD Vol. X
  5852. 29718X
  5853. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  5854.   1) how to obtain data from the collection passed from the print dialog
  5855.   2) how to insert data into the output stream BEFORE a given subsection
  5856.   3) how to insert data into the output stream AFTER a given subsection
  5857.   4) how to remove data for a given subsection
  5858.   5) how to replace data for a given subsection
  5859.   6) how to detect a given page
  5860. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  5861. J8Headers and Stub Libraries:
  5862. SampleFilter:
  5863. SectionReport:K
  5864. Dec 99M
  5865. LaserWriter 8.7N
  5866. Printing, PostScript, FilterORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:P]Dev.CD Mar 00 RL Disk 1
  5867.  - What's New
  5868.  - Sample Code
  5869.  - Printing
  5870.  - PostScript Output Filters.CD Apr 9V
  5871. 29719X
  5872. Apr 94
  5873. O:Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:PBDev.CD Feb 00 TC
  5874.  - Tool Chest
  5875.  - Printing
  5876.  - PostScript UtilitiesV
  5877. 32544X
  5878. Feb 00^
  5879. --set theItem to choose file -- uncomment to test in an AS editor
  5880.     tell application "Finder"
  5881.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:"
  5882.         activate
  5883.     end tell
  5884. on error errMsg number errNum
  5885.     --enter statements to perform when no records are found such as...
  5886.     display dialog "Sorry, the item you selected could not be found."
  5887.     return
  5888. end try
  5889. e    No Changeq
  5890. Dev.CD Feb 00 TC
  5891. D!All Packages
  5892. Tool Chest Edition
  5893. Power Mac Debugger
  5894. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  5895. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  5896. e    No Change
  5897.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  5898. PortingObjectiveCtoJava.pdfK
  5899. Oct 99M
  5900. Acrobat Reader 3.0 or laterN
  5901. WebObjects, Objective-C, JavaOGDev.CD Jan 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Jan 00 SDK1
  5902.  - Interactive Media Resources
  5903.  - PortingObjectiveCtoJavacords are found such as...
  5904.     display dialog "Sorry, the item you selected could not be found."
  5905.     return
  5906. end try
  5907. All Packages
  5908. 7.0.1O
  5909. Dev.CD Jul 93
  5910. Dev.CD Apr 93P
  5911. Dev.CD Jul 93
  5912. Dev.CD Apr 9V
  5913. 29721X
  5914. Jul 93
  5915. p--set theItem to choose file -- uncomment to test in an AS editor
  5916.     tell application "Finder"
  5917.         open item "Dev.CD Jul 93
  5918. Dev.CD Apr 93"
  5919.         activate
  5920.     end tell
  5921. on error errMsg number errNum
  5922.     --enter statements to perform when no records are found such as...
  5923.     display dialog "Sorry, the item you selected could not be found."
  5924.     return
  5925. end try
  5926. All Packages
  5927. 29722X
  5928. 32543X
  5929. Mar 00^    RL Disk 1
  5930. --set theItem to choose file -- uncomment to test in an AS editor
  5931.     tell application "Finder"
  5932.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:"
  5933.         activate
  5934.     end tell
  5935. on error errMsg number errNum
  5936.     --enter statements to perform when no records are found such as...
  5937.     display dialog "Sorry, the item you selected could not be found."
  5938.     return
  5939. end try
  5940. e    No Changef
  5941. Printing
  5942. PostScript
  5943. Filterq
  5944. Dev.CD Mar 00 RL Disk 1
  5945. D!All Packages
  5946. Tool Chest Edition
  5947. PostScript UtilitiesI
  5948. Summary: This folder contains a number of PostScript
  5949.  utilities.
  5950. Features:
  5951.  DiskRestore
  5952.  kill test page
  5953.  Laser Doctor
  5954.  letter paper tray
  5955.  plain paper tray
  5956.  print total pages
  5957.  restore test page
  5958. This package is 7.0 compatible.JnDiskRestore
  5959. kill test page
  5960. Laser Doctor
  5961. letter paper tray
  5962. plain paper tray
  5963. print total pages
  5964. restore test pageK
  5965. Vol IIIL
  5966. Vol VIInge
  5967. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  5968. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  5969. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  5970. sourcemenu
  5971. sources
  5972. space
  5973. spain
  5974. spain
  5975. distribution
  5976. guide
  5977. spain
  5978. distributors/localiz
  5979. spanish
  5980. spanish
  5981. 1.1.3
  5982. specific
  5983. specification
  5984. specs
  5985. speech
  5986. speech
  5987. recognition
  5988. speech
  5989. recognition
  5990. manager
  5991. speech
  5992. synthesis
  5993. installers
  5994. speechrecogmgr
  5995. spellswell
  5996. spellswell
  5997. spellswell
  5998. sphere
  5999. spooler
  6000. spritedemoapp
  6001. spritedemoapp
  6002. sprites
  6003. sprocketinavders
  6004. sprocketinavders
  6005. sprocketinvaders
  6006. sprocketinvaders
  6007. sprocketinvaders
  6008. sprocketinvaders
  6009. sprockets
  6010. interfaces
  6011. files
  6012. sample
  6013. sresource
  6014. srlanguagemodeler
  6015. 32542X
  6016. Jan 00^
  6017. --set theItem to choose file -- uncomment to test in an AS editor
  6018.     tell application "Finder"
  6019.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:"
  6020.         activate
  6021.     end tell
  6022. on error errMsg number errNum
  6023.     --enter statements to perform when no records are found such as...
  6024.     display dialog "Sorry, the item you selected could not be found."
  6025.     return
  6026. end try
  6027. e    No Changef
  6028. WebObjects
  6029. Objective-C
  6030. Javaq
  6031. Dev.CD Jan 00 SDK1
  6032. All Packages
  6033. PostScript Output Filters
  6034. 32543X
  6035.     C`tp://www.tiac.net/biz/bbsw/
  6036. Internet:    bbsw@netcom.com
  6037. CIS:    73051,3255
  6038. eWorld:    BareBones
  6039. JY!NOT AN APPLE PRODUCT!
  6040. PopupFuncs 2.6.1 Installer
  6041. PopupFuncs Notes.c
  6042. Source Masher
  6043. xPop 
  6044. Sep 95L
  6045. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  6046.  - Tool Chest
  6047.  - Developer Utilities
  6048.  - PopupFuncs 2.6.1n no records are found such as...
  6049.     display dialog "Sorry, the item you selected could not be found."
  6050.     return
  6051. end try
  6052. All Packages
  6053. 7.0.1O
  6054. Dev.CD Sept 92
  6055. Dev.CD Aug 92P
  6056. Dev.CD Sept 92
  6057. Dev.CD Aug 9V
  6058. 29727X
  6059. Sept 9
  6060. q--set theItem to choose file -- uncomment to test in an AS editor
  6061.     tell application "Finder"
  6062.         open item "Dev.CD Sept 92
  6063. Dev.CD Aug 92"
  6064.         activate
  6065.     end tell
  6066. on error errMsg number errNum
  6067.     --enter statements to perform when no records are found such as...
  6068.     display dialog "Sorry, the item you selected could not be found."
  6069.     return
  6070. end try
  6071. All Packages
  6072. fonts
  6073. fontsync
  6074. footprint
  6075. Dev.CD Sept 92
  6076. Dev.CD Aug 92"
  6077.         activate
  6078.     end tell
  6079. on error errMsg number errNum
  6080.     --enter statements to perform when no records are found such as...
  6081.     display dialog "Sorry, the item you selected could not be found."
  6082.     return
  6083. end try
  6084. 32541X
  6085. Feb 00^
  6086. --set theItem to choose file -- uncomment to test in an AS editor
  6087.     tell application "Finder"
  6088.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  6089.         activate
  6090.     end tell
  6091. on error errMsg number errNum
  6092.     --enter statements to perform when no records are found such as...
  6093.     display dialog "Sorry, the item you selected could not be found."
  6094.     return
  6095. end try
  6096. e    No Changeq
  6097. Dev.CD Feb 00 TC
  6098. D!All Packages
  6099. Mac OS SDK Edition
  6100. Porting Objective-C to Java
  6101.     Aug 92
  6102. Dev.CD July 92
  6103. Dev.CD June 92
  6104. Dev.CD May 92
  6105. Dev.CD Apr 9V
  6106. 29729X
  6107. Sept 9
  6108. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  6109. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  6110. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  6111. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  6112. Postal:    Bare Bones Software, Inc.
  6113.       P.O. Box 108
  6114.       Bedford, MA  01730-0108
  6115. Phone:    +1 508 651 3561
  6116. Fax:      +1 508 651 7584
  6117. WWW:      ht
  6118. OODev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayTune:P]Dev.CD Feb 00 TC
  6119.  - What's New?
  6120.  - Sample Code
  6121.  - QuickTime
  6122.  - QuickTime for Java
  6123.  - PlayTuneV
  6124. 32540X
  6125. Feb 00^
  6126. --set theItem to choose file -- uncomment to test in an AS editor
  6127.     tell application "Finder"
  6128.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  6129.         activate
  6130.     end tell
  6131. on error errMsg number errNum
  6132.     --enter statements to perform when no records are found such as...
  6133.     display dialog "Sorry, the item you selected could not be found."
  6134.     return
  6135. end try
  6136. e    No Changef
  6137. QuickTime
  6138. Dev.CD Feb 00 TC
  6139. D!All Packages
  6140. Tool Chest Edition
  6141. PopupFuncs 2.6.1
  6142.     Jan 92
  6143. Dev.CD Vol. XIPqDev.CD July 92
  6144. Dev.CD June 92
  6145. Dev.CD May 92
  6146. Dev.CD Apr 92
  6147. Dev.CD Mar 92
  6148. Dev.CD Feb 92
  6149. Dev.CD Jan 92
  6150. Dev.CD Vol. XV
  6151. 29731X
  6152. July 9
  6153. All Packages
  6154. QuickDraw GXO
  6155. Dev.CD Jun 97 SSWP
  6156. Dev.CD Jun 97 SSV
  6157. 32706X
  6158. Jun 97
  6159. f--set theItem to choose file -- uncomment to test in an AS editor
  6160.     tell application "Finder"
  6161.         open item "Dev.CD Jun 97 SSW"
  6162.         activate
  6163.     end tell
  6164. on error errMsg number errNum
  6165.     --enter statements to perform when no records are found such as...
  6166.     display dialog "Sorry, the item you selected could not be found."
  6167.     return
  6168. end try
  6169. All Packages
  6170. QuickDraw GXO
  6171. Dev.CD Jun 97 SSWP
  6172. Dev.CD Jun 97 SSV
  6173. 32707X
  6174. Jun 97
  6175. f--set theItem to choose file -- uncomment to test in an AS editor
  6176.     tell application "Finder"
  6177.         open item "Dev.CD Jun 97 SSW"
  6178.         activate
  6179.     end tell
  6180. on error errMsg number errNum
  6181.     --enter statements to perform when no records are found such as...
  6182.     display dialog "Sorry, the item you selected could not be found."
  6183.     return
  6184. end try
  6185. All Packages
  6186. QuickDraw GXO
  6187. Dev.CD Jun 97 SSWV
  6188. 32708X
  6189. D!All Packages
  6190. Tool Chest Edition
  6191. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  6192. J+PlayTune
  6193. PlayTune.zip
  6194. pt.bat
  6195. README.txt
  6196. Feb 00
  6197. - Common
  6198.     - Sun Compliant Java Runtime Environment 1.1
  6199.     - QuickTime 3 
  6200.     - QTJava.zip
  6201.     - QTJava media samples
  6202. - Mac OS:
  6203.     - System 8 or later
  6204.     - Macintosh Runtime for Java (MRJ) 2.1
  6205. - Windows 95, 98, or NT::
  6206.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6207. QuickTime, Java, MRJ
  6208. f--set theItem to choose file -- uncomment to test in an AS editor
  6209.     tell application "Finder"
  6210.         open item "Dev.CD Jun 97 SSW"
  6211.         activate
  6212.     end tell
  6213. on error errMsg number errNum
  6214.     --enter statements to perform when no records are found such as...
  6215.     display dialog "Sorry, the item you selected could not be found."
  6216.     return
  6217. end try
  6218. 32539X
  6219. Feb 00^
  6220. --set theItem to choose file -- uncomment to test in an AS editor
  6221.     tell application "Finder"
  6222.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  6223.         activate
  6224.     end tell
  6225. on error errMsg number errNum
  6226.     --enter statements to perform when no records are found such as...
  6227.     display dialog "Sorry, the item you selected could not be found."
  6228.     return
  6229. end try
  6230. e    No Changef
  6231. QuickTime
  6232. Dev.CD Feb 00 TC
  6233. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  6234. J+PlayTune
  6235. PlayTune.zip
  6236. pt.bat
  6237. README.txt
  6238. Feb 00
  6239. - Common
  6240.     - Sun Compliant Java Runtime Environment 1.1
  6241.     - QuickTime 3 
  6242.     - QTJava.zip
  6243.     - QTJava media samples
  6244. - Mac OS:
  6245.     - System 8 or later
  6246.     - Macintosh Runtime for Java (MRJ) 2.1
  6247. - Windows 95, 98, or NT::
  6248.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6249. QuickTime, Java, MRJckTime, Java, MRJ
  6250. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  6251. J-PlayMovie
  6252. PlayMovie.zip
  6253. pm.bat
  6254. README.txt
  6255. Feb 00
  6256. - Common
  6257.     - Sun Compliant Java Runtime Environment 1.1
  6258.     - QuickTime 3 
  6259.     - QTJava.zip
  6260.     - QTJava media samples
  6261. - Mac OS:
  6262.     - System 8 or later
  6263.     - Macintosh Runtime for Java (MRJ) 2.1
  6264. - Windows 95, 98, or NT::
  6265.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6266. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:P^Dev.CD Feb 00 TC
  6267.  - What's New?
  6268.  - Sample Code
  6269.  - QuickTime
  6270.  - QuickTime for Java
  6271.  - PlayMovie
  6272. summary
  6273. pippin
  6274. multimedia
  6275. internet
  6276. playback
  6277. summary
  6278. popupfuncs
  6279. productivity
  6280. developers
  6281. summary
  6282. portlist
  6283. extension
  6284. helps
  6285. summary
  6286. powertracer
  6287. system
  6288. atrap
  6289. powerpc
  6290. function
  6291. summary
  6292. programmer's
  6293. small
  6294. allows
  6295. summary
  6296. projectdrag
  6297. drag-and-drop
  6298. source
  6299. control
  6300. summary
  6301. resedit
  6302. apple's
  6303. standard
  6304. direct-manipulation
  6305. summary
  6306. sample
  6307. discussion
  6308. detect
  6309. whether
  6310. summary
  6311. sample
  6312. network
  6313. chess
  6314. application
  6315. ter statements to perform when no records are found such as...
  6316.     display dialog "Sorry, the item you selected could not be found."
  6317.     return
  6318. end try
  6319. All Packages
  6320. 7.0.1OrDev.CD July 92
  6321. Dev.CD June 92
  6322. Dev.CD May 92
  6323. Dev.CD Apr 92
  6324. Dev.CD Mar 92
  6325. Dev.CD Feb 92
  6326. Dev.CD Jan 92
  6327. Dev.CD Vol. XIV
  6328. 29735X
  6329. pitfalls
  6330. place
  6331. place
  6332. extensions
  6333. folder
  6334. place
  6335. system
  6336. folder
  6337. plain
  6338. plain
  6339. paper
  6340. platforms
  6341. player
  6342. playit
  6343. playit
  6344. playmovie
  6345. playmovie
  6346. playqteffectapp
  6347. playqteffectapp
  6348. playtune
  6349. playtune
  6350. please
  6351. plstringfuncs
  6352. plug-ins
  6353. plugins
  6354. po-portuguese
  6355. polish
  6356. polish
  6357. 2-1.1.3
  6358. poptag
  6359. poptag
  6360. manual
  6361. poptag
  6362. manual
  6363. popupfuncs
  6364. popupfuncs
  6365. 2.6.1
  6366. installer
  6367. popupfuncs
  6368. notes
  6369. popuptkl
  6370. popuptkl
  6371. popuptkl
  6372. portingobjectivectoj
  6373. emulator
  6374. release
  6375. notes
  6376. power
  6377. macintosh
  6378. artwork
  6379. powerbook
  6380. powerbook
  6381. addendum
  6382. powerbook
  6383. powerbook
  6384. 2400c
  6385. powerbook
  6386. powerbook
  6387. powerbook
  6388. 2300c
  6389. powerbook
  6390. processor
  6391. Applejack Tech Note
  6392. Creating Pippin CDROMs
  6393. Pippin Authentication
  6394. Pippin Flash Access 
  6395. Pippin Launch
  6396. Pippin Standard File 
  6397. Pippin Startup Process
  6398. Pippin Video
  6399. PippinFinder
  6400. Stoppinf INIT IconsK
  6401. Aug 96M
  6402. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  6403.  - Technical Documentation
  6404.  - Pippin Technical NotesV
  6405. 32538X
  6406. Dec 99^
  6407. --set theItem to choose file -- uncomment to test in an AS editor
  6408.     tell application "Finder"
  6409.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  6410.         activate
  6411.     end tell
  6412. on error errMsg number errNum
  6413.     --enter statements to perform when no records are found such as...
  6414.     display dialog "Sorry, the item you selected could not be found."
  6415.     return
  6416. end try
  6417. Deletedf'Pippin
  6418. Bandai
  6419. Atworld
  6420. Atmark
  6421. multimediaq
  6422. Dev.CD Dec 99 RL
  6423. D!All Packages
  6424. Tool Chest Edition
  6425. F    PlayMovie
  6426. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  6427. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  6428. - -  Strong user authentication is provided by cryptographic digital signatures.
  6429. - -  Since the user maintains the only secret material in the system, compromising a server
  6430. s user database results in limited damage.
  6431. NOTE: This is beta SW.  For sample use only
  6432. J'Sample Code.img
  6433. Windows Sample Code.imgK
  6434. Dec 98M
  6435. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  6436. Dev.CD Feb 00 TC:Sample Code:P
  6437. Dev.CD Feb 00 TC
  6438.  - Sample Code
  6439. cryptographic
  6440. cryptographic
  6441. authentication
  6442. cryptography
  6443. ctabhandle
  6444. ctseed
  6445. cursors
  6446. custom
  6447. custom
  6448. allocators
  6449. custom
  6450. customgetfile
  6451. customputfile
  6452. cyrillic
  6453.    end tell
  6454. on error errMsg number errNum
  6455.     --enter statements to perform when no records are found such as...
  6456.     display dialog "Sorry, the item you selected could not be found."
  6457.     return
  6458. end try
  6459. program
  6460. control
  6461. access
  6462. 512-919-2645
  6463. 5300c/1005300ce/1173
  6464. 58.1.5
  6465. 5thcolumnW
  6466. 6-158
  6467. 6-164
  6468. 6.0.4
  6469. 6.0.5
  6470. 6.3.1
  6471. 6.3.2
  6472. s are found such as...
  6473.     display dialog "Sorry, the item you selected could not be found."
  6474.     return
  6475. end try
  6476. All Packages
  6477. 7.0.1OrDev.CD July 92
  6478. Dev.CD June 92
  6479. Dev.CD May 92
  6480. Dev.CD Apr 92
  6481. Dev.CD Mar 92
  6482. Dev.CD Feb 92
  6483. Dev.CD Jan 92
  6484. Dev.CD Vol. XIV
  6485. 29740X
  6486. 32537X
  6487. Feb 00^
  6488. r--set theItem to choose file -- uncomment to test in an AS editor
  6489.     tell application "Finder"
  6490.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6491.         activate
  6492.     end tell
  6493. on error errMsg number errNum
  6494.     --enter statements to perform when no records are found such as...
  6495.     display dialog "Sorry, the item you selected could not be found."
  6496.     return
  6497. end try
  6498. e    No Changef;Cryptographic Authentication 
  6499. AppleShare IP
  6500.  Appearance Mgrq
  6501. Dev.CD Feb 00 TC
  6502. D(All Packages
  6503. Reference Library Edition
  6504. Pippin Technical Notes
  6505. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  6506. Summary:  Three tools for testing the performance of code on PowerPC processors.
  6507. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  6508. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  6509. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  6510. Ji4PM 4.6
  6511. 604 Performance
  6512. Emulator
  6513. Emulator CP Release Notes
  6514. POWER Emulator
  6515. POWER Emulator CP Release NotesK
  6516. Dec 95M
  6517. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:PJDev.CD Feb 00 TC
  6518.  - Tool Chest
  6519.  - Testing & Debugging
  6520.  - Performance toolsy 92
  6521. Dev.CD June 92
  6522. Dev.CD May 92
  6523. Dev.CD Apr 92
  6524. Dev.CD Mar 92
  6525. Dev.CD Feb 92
  6526. Dev.CD Jan 92
  6527. Dev.CD Vol. XV
  6528. 29741X
  6529. July 9
  6530. performa
  6531. 7.1p6
  6532. performance
  6533. performance
  6534. tools
  6535. pgpuam
  6536. photoshop
  6537. picker
  6538. pippin
  6539. pippin
  6540. technical
  6541. notes
  6542. player
  6543. playmovie
  6544. playtune
  6545. plug-ins
  6546. plugins
  6547. popupfuncs
  6548. popupfuncs
  6549. 2.6.1
  6550. porting
  6551. porting
  6552. objective-c
  6553. posers
  6554.  to test in an AS editor
  6555.     tell application "Finder"
  6556.         open item "Dev.CD July 92
  6557. Dev.CD June 92
  6558. Dev.CD May 92
  6559. Dev.CD Apr 92
  6560. Dev.CD Mar 92
  6561. Dev.CD Feb 92
  6562. Dev.CD Jan 92
  6563. Dev.CD Vol. XI"
  6564.         activate
  6565.     end tell
  6566. on error errMsg number errNum
  6567.     --enter statements to perform when no records are found such as...
  6568.     display dialog "Sorry, the item you selected could not be found."
  6569.     return
  6570. end try
  6571. All Packages
  6572. 7.0.1OcDev.CD July 92
  6573. Dev.CD June 92
  6574. Dev.CD May 92
  6575. Dev.CD Apr 92
  6576. Dev.CD Mar 92
  6577. Dev.CD Feb 92
  6578. Dev.CD Jan 92PbDev.CD July 92
  6579. Dev.CD June 92
  6580. Dev.CD May 92
  6581. Dev.CD Apr 92
  6582. Dev.CD Mar 92
  6583. Dev.CD Feb 92
  6584. Dev.CD Jan 9V
  6585. 29743X
  6586. July 9
  6587. 32536X
  6588. Feb 00^
  6589. --set theItem to choose file -- uncomment to test in an AS editor
  6590.     tell application "Finder"
  6591.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:"
  6592.         activate
  6593.     end tell
  6594. on error errMsg number errNum
  6595.     --enter statements to perform when no records are found such as...
  6596.     display dialog "Sorry, the item you selected could not be found."
  6597.     return
  6598. end try
  6599. e    No Changef,debugging
  6600. performance
  6601. POWER
  6602. PowerPC
  6603. emulatorq
  6604. Dev.CD Feb 00 TC
  6605. D!All Packages
  6606. Tool Chest Edition
  6607. PGPuam 
  6608. 32534X
  6609. Jan 94
  6610. p--set theItem to choose file -- uncomment to test in an AS editor
  6611.     tell application "Finder"
  6612.         open item "Dev.CD Jan 94
  6613. Dev.CD Dec 93"
  6614.         activate
  6615.     end tell
  6616. on error errMsg number errNum
  6617.     --enter statements to perform when no records are found such as...
  6618.     display dialog "Sorry, the item you selected could not be found."
  6619.     return
  6620. end try
  6621. All Packages
  6622. Performa 7.1P6O
  6623. Dev.CD Jun 94
  6624. Dev.CD Jul 94P
  6625. Dev.CD Jun 94
  6626. Dev.CD Jul 9V
  6627. 32535X
  6628. Jun 94
  6629. p--set theItem to choose file -- uncomment to test in an AS editor
  6630.     tell application "Finder"
  6631.         open item "Dev.CD Jun 94
  6632. Dev.CD Jul 94"
  6633.         activate
  6634.     end tell
  6635. on error errMsg number errNum
  6636.     --enter statements to perform when no records are found such as...
  6637.     display dialog "Sorry, the item you selected could not be found."
  6638.     return
  6639. end try
  6640. D!All Packages
  6641. Tool Chest Edition
  6642. Performance Tools
  6643. Performa 7.1P5O
  6644. Dev.CD Jan 94
  6645. Dev.CD Dec 93P
  6646. Dev.CD Jan 94
  6647. Dev.CD Dec 9try
  6648.     tell application "Finder"
  6649.         open item "Dev.CD July 92
  6650. Dev.CD June 92
  6651. Dev.CD May 92
  6652. Dev.CD Apr 92
  6653. Dev.CD Mar 92
  6654. Dev.CD Feb 92
  6655. Dev.CD Jan 92"
  6656.         activate
  6657.     end tell
  6658. on error errMsg number errNum
  6659.     --enter statements to perform when no records are found such as...
  6660.     display dialog "Sorry, the item you selected could not be found."
  6661.     return
  6662. end try
  6663. summary
  6664. updates
  6665. mactcp
  6666. driver
  6667. correct
  6668. summary
  6669. training
  6670. stack
  6671. gives
  6672. general
  6673. overview
  6674. summary
  6675. allows
  6676. hypertalk
  6677. scripter
  6678. display
  6679. summary
  6680. three
  6681. samples
  6682. involving
  6683. standard
  6684. dialogs
  6685. summary
  6686. three
  6687. tools
  6688. testing
  6689. performance
  6690. summary
  6691. supplementing
  6692. documentation
  6693. summary
  6694. toolbox
  6695. assistant
  6696. gives
  6697. rapid
  6698. access
  6699. up-to-da
  6700. summary
  6701. unmountit
  6702. easily
  6703. unmount
  6704. eject
  6705. sharable
  6706. summary
  6707. updated
  6708. conceptual
  6709. reference
  6710. documentation
  6711. summary
  6712. display
  6713. starting
  6714. summary
  6715. validator
  6716. utility
  6717. testing
  6718. sierra/i
  6719. summary
  6720. simple
  6721. macintosh
  6722. application
  6723. supports
  6724. summary
  6725. pleased
  6726. provide
  6727. version
  6728. 1.5.1
  6729. summary
  6730. network
  6731. software
  6732. installer
  6733. insta
  6734. summer
  6735. sun's
  6736. sunsoft
  6737. super
  6738. 7.5.1
  6739. 7.5.1a
  6740. 7.5.2
  6741. D!All Packages
  6742. Tool Chest Edition
  6743. Apr 94
  6744. Dev.CD Jan 94
  6745. Dev.CD Oct 93
  6746. Dev.CD Jul 93
  6747. Dev.CD Apr 93
  6748. Dev.CD Mar 93
  6749. Dev.CD Feb 93
  6750. Dev.CD Jan 93
  6751. Dev.CD Nov/Dec 92
  6752. Dev.CD Oct 92P
  6753. Dev.CD Apr 94
  6754. Dev.CD Jan 94
  6755. Dev.CD Oct 93
  6756. Dev.CD Jul 93
  6757. Dev.CD Apr 93
  6758. Dev.CD Mar 93
  6759. Dev.CD Feb 93
  6760. Dev.CD Jan 93
  6761. Dev.CD Nov/Dec 92
  6762. Dev.CD Oct 9V
  6763. 29748X
  6764. Apr 94
  6765. --set theItem to choose file -- uncomment to test in an AS editor
  6766.     tell application "Finder"
  6767.         open item "Dev.CD Apr 94
  6768. Dev.CD Jan 94
  6769. Dev.CD Oct 93
  6770. Dev.CD Jul 93
  6771. Dev.CD Apr 93
  6772. Dev.CD Mar 93
  6773. Dev.CD Feb 93
  6774. Dev.CD Jan 93
  6775. Dev.CD Nov/Dec 92
  6776. Dev.CD Oct 92"
  6777.         activate
  6778.     end tell
  6779. on error errMsg number errNum
  6780.     --enter statements to perform when no records are found such as...
  6781.     display dialog "Sorry, the item you selected could not be found."
  6782.     return
  6783. end try
  6784. All Packages
  6785. 7.1OEDev.CD Apr 94
  6786. Dev.CD Jan 94
  6787. Dev.CD Oct 93
  6788. Dev.CD Jul 93
  6789. Dev.CD Apr 93V
  6790. 29749X
  6791. survival
  6792. suspend
  6793. suspendappleevent
  6794. suspending
  6795. sustains
  6796. swaps
  6797. swatches
  6798. swedish
  6799. swell
  6800. swiss
  6801. switch
  6802. switching
  6803. sybaseeoadaptor
  6804. symantec
  6805. symbol
  6806. symbols
  6807. symptom
  6808. synccatch
  6809. synccatch
  6810. debugging
  6811. catches
  6812. synchronous
  6813. synch
  6814. synchronization
  6815. synchronizeW
  6816. synchronous
  6817. syncing
  6818. syntactic
  6819. syntax
  6820. synthesizers
  6821. sysbeep
  6822. sysenvirons
  6823. PeopleSurveyor 2.1.2
  6824. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  6825. Features: 
  6826.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  6827.   Sixteen question formats.  
  6828.  Six page printable Help.  
  6829.  Enforces expiration date, discourages multiple responses.
  6830. PeopleSurveyor 2.1.2K
  6831. Oct 92M
  6832. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  6833.  - Tool Chest
  6834.  - Development Kits
  6835.  - HyperCard Related
  6836.  - PeopleSurveyor 2.1.2V
  6837. 32532
  6838. summary
  6839. apple
  6840. peoplesoft
  6841. launched
  6842. partnership
  6843. summary
  6844. apple
  6845. computer
  6846. espana
  6847. prepared
  6848. guide
  6849. summary
  6850. apple
  6851. designed
  6852. maccheck
  6853. suport
  6854. provid
  6855. summary
  6856. apple
  6857. directions
  6858. developer
  6859. business
  6860. report
  6861. summary
  6862. apple
  6863. directions
  6864. developer
  6865. business
  6866. report
  6867. 1-12/
  6868. summary
  6869. apple
  6870. licensed
  6871. ported
  6872. ibm's
  6873. somobjects
  6874. summary
  6875. apple's
  6876. indian
  6877. language
  6878. summary
  6879. apple's
  6880. korean
  6881. language
  6882. affordable
  6883. summary
  6884. appleglot
  6885. translation
  6886. Dev.CD Apr 94
  6887. Dev.CD Jan 94
  6888. Dev.CD Oct 93
  6889. Dev.CD Jul 93
  6890. Dev.CD Apr 93PDDev.CD Apr 94
  6891. Dev.CD Jan 94
  6892. Dev.CD Oct 93
  6893. Dev.CD Jul 93
  6894. Dev.CD Apr 9V
  6895. 29752X
  6896. Apr 94
  6897. May 98^
  6898. --set theItem to choose file -- uncomment to test in an AS editor
  6899.     tell application "Finder"
  6900.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  6901.         activate
  6902.     end tell
  6903. on error errMsg number errNum
  6904.     --enter statements to perform when no records are found such as...
  6905.     display dialog "Sorry, the item you selected could not be found."
  6906.     return
  6907. end try
  6908. e    No Changeq
  6909. Dev.CD May 98 TC
  6910. All Packages
  6911. Performa 7.1P2O
  6912. Dev.CD Oct 93
  6913. Dev.CD Jul 93P
  6914. Dev.CD Oct 93
  6915. Dev.CD Jul 9V
  6916. 32533X
  6917. Oct 93
  6918. p--set theItem to choose file -- uncomment to test in an AS editor
  6919.     tell application "Finder"
  6920.         open item "Dev.CD Oct 93
  6921. Dev.CD Jul 93"
  6922.         activate
  6923.     end tell
  6924. on error errMsg number errNum
  6925.     --enter statements to perform when no records are found such as...
  6926.     display dialog "Sorry, the item you selected could not be found."
  6927.     return
  6928. end try
  6929. All Packages
  6930. important
  6931. important
  6932. about
  6933. quicktime
  6934. important
  6935. about
  6936. sound
  6937. manager
  6938. important
  6939. information
  6940. about
  6941. imported
  6942. imported/exported
  6943. impractical
  6944. impression
  6945. improve
  6946. improved
  6947. improvement
  6948. improvements
  6949. improves
  6950. improving
  6951. system
  6952.     --enter statements to perform when no records are found such as...
  6953.     display dialog "Sorry, the item you selected could not be found."
  6954.     return
  6955. end try
  6956. instrumentation
  6957. instrumented
  6958. instruments
  6959. instuctions
  6960. insure
  6961. int'l
  6962. intact
  6963. integer
  6964. integral
  6965. integrate
  6966. integrated
  6967. integrates
  6968. integrating
  6969. integrating
  6970. computer-based
  6971. media
  6972. broadcast
  6973. environment
  6974. integration
  6975. integrator
  6976. integrity
  6977. intelligent
  6978. intelligently
  6979. intend
  6980. h as...
  6981.     display dialog "Sorry, the item you selected could not be found."
  6982.     return
  6983. end try
  6984. All Packages
  6985. 7.1OEDev.CD Apr 94
  6986. Dev.CD Jan 94
  6987. Dev.CD Oct 93
  6988. Dev.CD Jul 93
  6989. Dev.CD Apr 93PDDev.CD Apr 94
  6990. Dev.CD Jan 94
  6991. Dev.CD Oct 93
  6992. Dev.CD Jul 93
  6993. Dev.CD Apr 9V
  6994. 29756X
  6995. Apr 94
  6996. intended@
  6997. interfacelib@
  6998. internet@
  6999. interrupted@
  7000. invaluable@
  7001. iostreams@
  7002. ischeckedout@
  7003. issue@
  7004. issue
  7005. highlights@
  7006. issue
  7007. highlights@
  7008. issues
  7009. utility
  7010. compatible
  7011. system
  7012. difficult
  7013. application
  7014. support
  7015. features@
  7016. it's@
  7017. jpeg@
  7018. keep@
  7019. kill@
  7020. knows@
  7021. latest@
  7022. launcher@
  7023. least@
  7024. lets@
  7025. libs@
  7026. life@
  7027. likely@
  7028. buttons@
  7029. lite@
  7030. localtalk@
  7031. lock/unlock@
  7032. look@
  7033. luther@
  7034. macintosh's@
  7035. magic@
  7036. magician@
  7037. makefolder@
  7038. manager's@
  7039. manipulation@
  7040. manuals@
  7041. mechanism@
  7042. memory-efficient@
  7043. menumanager@
  7044. mere@
  7045. might@
  7046. modeled@
  7047. modes@
  7048. monthly@
  7049. mosaic@
  7050. motorola@
  7051. mouseresponders@
  7052. system
  7053. e    No Changef
  7054. Containerq
  7055. Dev.CD Feb 00 TC
  7056. D!All Packages
  7057. Tool Chest Edition
  7058. PeopleSoft/Apple White Paper
  7059. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  7060. Peoplesoft & Apple White PaperK
  7061. Dec 95L
  7062. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  7063.  - Programs & MarketingV
  7064. 32531X
  7065. May 98^
  7066. {--set theItem to choose file -- uncomment to test in an AS editor
  7067.     tell application "Finder"
  7068.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  7069.         activate
  7070.     end tell
  7071. on error errMsg number errNum
  7072.     --enter statements to perform when no records are found such as...
  7073.     display dialog "Sorry, the item you selected could not be found."
  7074.     return
  7075. end try
  7076. e    No Changeq
  7077. Dev.CD May 98 TC
  7078. All Packages
  7079. 32532
  7080. --set theItem to choose file -- uncomment to test in an AS editor
  7081.     tell application "Finder"
  7082.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  7083.         activate
  7084.     end tell
  7085. on error errMsg number errNum
  7086.     --enter statements to perform when no records are found such as...
  7087.     display dialog "Sorry, the item you selected could not be found."
  7088.     return
  7089. end try
  7090. Movedq
  7091. Dev.CD Feb 00 TC
  7092. D!All Packages
  7093. Tool Chest Edition
  7094. PEF Viewer
  7095. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  7096. New with version 1.0d8 are:
  7097.  Disassembly of Altivec
  7098.  instructions in PowerPC code sections
  7099.  C++ name unmangling in the disassembly views
  7100.  You can now view CFM-68K import/export/relocation sections
  7101. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  7102. PEF ViewerK
  7103. Jan 99M
  7104. PEF Viewer requires a PowerPCN
  7105. PEF, ContainerO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:PCDev.CD Feb 00 TC
  7106.  - Tool Chest
  7107.  - Developer Utilities
  7108.  - PEF ViewerV
  7109. 32530X
  7110. Feb 00^
  7111. r--set theItem to choose file -- uncomment to test in an AS editor
  7112.     tell application "Finder"
  7113.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7114.         activate
  7115.     end tell
  7116. on error errMsg number errNum
  7117.     --enter statements to perform when no records are found such as...
  7118.     display dialog "Sorry, the item you selected could not be found."
  7119.     return
  7120. end try
  7121. t be found."
  7122.     return
  7123. end try
  7124. Feb 00^
  7125. r--set theItem to choose file -- uncomment to test in an AS editor
  7126.     tell application "Finder"
  7127.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7128.         activate
  7129.     end tell
  7130. on error errMsg number errNum
  7131.     --enter statements to perform when no records are found such as...
  7132.     display dialog "Sorry, the item you selected could not be found."
  7133.     return
  7134. end try
  7135. e    No Changef"Sound Input Driver
  7136. PCI driver
  7137. ndrvq
  7138. Dev.CD Feb 00 TC
  7139. D!All Packages
  7140. Tool Chest Edition
  7141. PDlog Expand (TN PR09)I
  7142. Summary:  This example shows how to add items to print dialogs (with balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J'Sample Code.img
  7143. Windows Sample Code.imgK
  7144. Dec 96L
  7145. Dec 96O
  7146. Dev.CD Feb 00 TC:Sample Code:P
  7147. Dev.CD Feb 00 TC
  7148.  - Sample CodeV
  7149. 32529X
  7150. Feb 00^
  7151. soundsprocket
  7152. soundsprocket
  7153. sound
  7154. reverb
  7155. effects
  7156. space
  7157. spbrecord
  7158. spbrecord
  7159. asynchronous
  7160. record
  7161. specification
  7162. speech
  7163. speech
  7164. synthesis
  7165. text-to-speech
  7166. macintalk
  7167. plaintalk
  7168. spell
  7169. spellswell
  7170. sprite
  7171. sprocket
  7172. sprockets
  7173. sprockets
  7174. drawsprocket
  7175. netsprocket
  7176. inputsprocket
  7177. soundsprock
  7178. sprockets
  7179. games
  7180. drawsprocket
  7181. inputsprocket
  7182. netsprocket
  7183. sound
  7184. stack
  7185. stacks
  7186. standard
  7187. standardfile
  7188. standards
  7189. starmax
  7190. state
  7191. statements
  7192. status
  7193. storage
  7194. streaming
  7195. streams
  7196. stress
  7197. string
  7198. strings
  7199. strip
  7200. strlog
  7201. structure
  7202. stuffit
  7203. style
  7204. stylechat
  7205. sub-menus
  7206. suite
  7207. summary
  7208. survey
  7209. switch
  7210. switcher
  7211. symantec
  7212. symbiotic
  7213. synchronization
  7214. PADev.CD Jan 00 SDK1
  7215.  - Development Kits
  7216.  - Hardware
  7217.  - PCI DDK 3.0V
  7218. 32527X
  7219. Jan 00^
  7220. --set theItem to choose file -- uncomment to test in an AS editor
  7221.     tell application "Finder"
  7222.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  7223.         activate
  7224.     end tell
  7225. on error errMsg number errNum
  7226.     --enter statements to perform when no records are found such as...
  7227.     display dialog "Sorry, the item you selected could not be found."
  7228.     return
  7229. end try
  7230. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  7231. Dev.CD Jan 00 SDK1
  7232. D!All Packages
  7233. Tool Chest Edition
  7234. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  7235. Windows Sample Code.imgK
  7236. Aug 97M
  7237. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  7238. Dev.CD Feb 00 TC:Sample Code:P
  7239. Dev.CD Feb 00 TC
  7240.  - Sample CodeV
  7241. 32528X
  7242. openfirmware
  7243. opengl
  7244. opengl
  7245. screen
  7246. drawsprocket
  7247. opengl
  7248. graphics
  7249.         open item "Dev.CD Apr 94
  7250. Dev.CD Jan 94
  7251. Dev.CD Oct 93
  7252. Dev.CD Jul 93
  7253. Dev.CD Apr 93"
  7254.         activate
  7255.     end tell
  7256. on error errMsg number errNum
  7257.     --enter statements to perform when no records are found such as...
  7258.     display dialog "Sorry, the item you selected could not be found."
  7259.     return
  7260. end try
  7261. compiles
  7262. compiling
  7263. an 94
  7264. Dev.CD Oct 93
  7265. Dev.CD Jul 93P6Dev.CD Apr 94
  7266. Dev.CD Jan 94
  7267. Dev.CD Oct 93
  7268. Dev.CD Jul 9V
  7269. 29765X
  7270. Apr 94
  7271. --set theItem to choose file -- uncomment to test in an AS editor
  7272.     tell application "Finder"
  7273.         open item "Dev.CD Apr 94
  7274. Dev.CD Jan 94
  7275. Dev.CD Oct 93
  7276. Dev.CD Jul 93"
  7277.         activate
  7278.     end tell
  7279. on error errMsg number errNum
  7280.     --enter statements to perform when no records are found such as...
  7281.     display dialog "Sorry, the item you selected could not be found."
  7282.     return
  7283. end try
  7284. All Packages
  7285. 7.1O7Dev.CD Apr 94
  7286. Dev.CD Jan 94
  7287. Dev.CD Oct 93
  7288. Dev.CD Jul 93P6Dev.CD Apr 94
  7289. Dev.CD Jan 94
  7290. Dev.CD Oct 93
  7291. Dev.CD Jul 9V
  7292. 29766X
  7293. Apr 94
  7294. yellow
  7295. yellow
  7296. yellow
  7297. zanzibar
  7298. zaptcp
  7299. zones
  7300.  item "Dev.CD Apr 94
  7301. Dev.CD Jan 94
  7302. Dev.CD Oct 93
  7303. Dev.CD Jul 93
  7304. Dev.CD Apr 93"
  7305.         activate
  7306.     end tell
  7307. on error errMsg number errNum
  7308.     --enter statements to perform when no records are found such as...
  7309.     display dialog "Sorry, the item you selected could not be found."
  7310.     return
  7311. end try
  7312. hand-tweak
  7313. handbook
  7314. handed
  7315. handle
  7316. handle's
  7317. handle-based
  7318. handler
  7319. handlers
  7320. handles
  7321. handling
  7322. handoff
  7323. hands
  7324. handwriting
  7325. handy
  7326. hanging
  7327. hangul
  7328. hanja
  7329. happen
  7330. happened
  7331. happening
  7332. happens
  7333. 7.1OEDev.CD Apr 94
  7334. Dev.CD Jan 94
  7335. Dev.CD Oct 93
  7336. Dev.CD Jul 93
  7337. Dev.CD Apr 93PDDev.CD Apr 94
  7338. Dev.CD Jan 94
  7339. Dev.CD Oct 93
  7340. Dev.CD Jul 93
  7341. Dev.CD Apr 9V
  7342. 29768X
  7343. Apr 94
  7344. activities
  7345. activity
  7346. actual
  7347. graphical
  7348. editor
  7349. which
  7350. create
  7351. adapt
  7352. adaptation
  7353. adapts
  7354. adbreinit
  7355. add-ons
  7356. addchange
  7357. added
  7358. addendum
  7359. addheader
  7360. adding
  7361. addition
  7362. additional
  7363. additions
  7364. address
  7365. address
  7366. resolution
  7367. protocol
  7368. protocol
  7369. mapping
  7370. addresses
  7371. addressing
  7372. adequate
  7373. adevs
  7374.  BNF notation, and can automatically generate abstract syntax trees. 
  7375. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  7376. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  7377. Jqantlr:
  7378. Documentation:
  7379. install.mpw
  7380. INSTRUCTIONS
  7381. lang:
  7382. non-MPW:
  7383. README
  7384. RIGHTS
  7385. support:
  7386. testcpp:
  7387. prebuilt:K
  7388. Nov 94L
  7389. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  7390.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  7391.  - Tool Chest
  7392.  - Development Kits
  7393.  Other Platforms
  7394.  - PCCTS 1.31
  7395. letter
  7396. letters
  7397. letting
  7398. level
  7399. levels
  7400. leverages
  7401. lexical
  7402. lexicon
  7403. libraries
  7404. libraries
  7405. librariesthat
  7406. libraryQ
  7407. licensed
  7408. licenses
  7409. licensing
  7410. 32526X
  7411. Nov 99^
  7412. --set theItem to choose file -- uncomment to test in an AS editor
  7413.     tell application "Finder"
  7414.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  7415.  Other Platforms:PCCTS 1.31:"
  7416.         activate
  7417.     end tell
  7418. on error errMsg number errNum
  7419.     --enter statements to perform when no records are found such as...
  7420.     display dialog "Sorry, the item you selected could not be found."
  7421.     return
  7422. end try
  7423. Deletedf9ANTLR
  7424. PCCTS
  7425. parser generator
  7426. compiler toolsq
  7427. Dev.CD Nov 99 TC
  7428. D!All Packages
  7429. Mac OS SDK Edition
  7430. PCI DDK 3.0I
  7431. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  7432. PCI DDK 3.0K
  7433. Sep 95L
  7434. Jan 00M
  7435. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Jan 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  7436. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  7437. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  7438. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  7439. use-nvramrc
  7440. usedQ
  7441. training
  7442. using
  7443. verilog
  7444. Msg number errNum
  7445.     --enter statements to perform when no records are found such as...
  7446.     display dialog "Sorry, the item you selected could not be found."
  7447.     return
  7448. end try
  7449. All Packages
  7450. 7.1OsDev.CD Apr 94
  7451. Dev.CD Jan 94
  7452. Dev.CD Oct 93
  7453. Dev.CD Jul 93
  7454. Dev.CD Apr 93
  7455. Dev.CD Feb 93
  7456. Dev.CD Jan 93
  7457. Dev.CD Nov/Dec 92V
  7458. 29774X
  7459. however
  7460. hp-ux
  7461. htmlrenderinglib
  7462. htmlsample
  7463. number errNum
  7464.     --enter statements to perform when no records are found such as...
  7465.     display dialog "Sorry, the item you selected could not be found."
  7466.     return
  7467. end try
  7468. fileinfo
  7469. filemaker
  7470. filename
  7471. filenames
  7472. files
  7473.     tell application "Finder"
  7474.         open item "Dev.CD Apr 94
  7475. Dev.CD Jan 94
  7476. Dev.CD Oct 93
  7477. Dev.CD Jul 93
  7478. Dev.CD Apr 93
  7479. Dev.CD Feb 93
  7480. Dev.CD Jan 93
  7481. Dev.CD Nov/Dec 92"
  7482.         activate
  7483.     end tell
  7484. on error errMsg number errNum
  7485.     --enter statements to perform when no records are found such as...
  7486.     display dialog "Sorry, the item you selected could not be found."
  7487.     return
  7488. end try
  7489. All Packages
  7490. 7.1OEDev.CD Apr 94
  7491. Dev.CD Jan 94
  7492. Dev.CD Oct 93
  7493. Dev.CD Jul 93
  7494. Dev.CD Apr 93PDDev.CD Apr 94
  7495. Dev.CD Jan 94
  7496. Dev.CD Oct 93
  7497. Dev.CD Jul 93
  7498. Dev.CD Apr 9V
  7499. 29775X
  7500. Apr 94
  7501. for ATM MiddleWare.
  7502. J'Sample Code.img
  7503. Windows Sample Code.imgK
  7504. Sep 99M"PowerBook 2400, 3400, or G3 seriesNVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerO
  7505. Dev.CD Feb 00 TC:Sample Code:P
  7506. Dev.CD Feb 00 TC
  7507.  - Sample Code]
  7508. Apr 94
  7509. --set theItem to choose file -- uncomment to test in an AS editor
  7510.     tell application "Finder"
  7511.         open item "Dev.CD Apr 94
  7512. Dev.CD Jan 94
  7513. Dev.CD Oct 93
  7514. Dev.CD Jul 93
  7515. Dev.CD Apr 93
  7516. Dev.CD Feb 93
  7517. Dev.CD Jan 93
  7518. Dev.CD Nov/Dec 92"
  7519.         activate
  7520.     end tell
  7521. on error errMsg number errNum
  7522.     --enter statements to perform when no records are found such as...
  7523.     display dialog "Sorry, the item you selected could not be found."
  7524.     return
  7525. end try
  7526. All Packages
  7527. 7.1OEDev.CD Apr 94
  7528. Dev.CD Jan 94
  7529. Dev.CD Oct 93
  7530. Dev.CD Jul 93
  7531. Dev.CD Apr 93PDDev.CD Apr 94
  7532. Dev.CD Jan 94
  7533. Dev.CD Oct 93
  7534. Dev.CD Jul 93
  7535. Dev.CD Apr 9V
  7536. 29777X
  7537. Apr 94
  7538. PCCardNetworkSample
  7539. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7540. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  7541. 32525X
  7542. Feb 00^
  7543. r--set theItem to choose file -- uncomment to test in an AS editor
  7544.     tell application "Finder"
  7545.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7546.         activate
  7547.     end tell
  7548. on error errMsg number errNum
  7549.     --enter statements to perform when no records are found such as...
  7550.     display dialog "Sorry, the item you selected could not be found."
  7551.     return
  7552. end try
  7553. e    No ChangefPPC Card
  7554. Network Driver
  7555. Open Transport Module
  7556. Token Ring
  7557. Enabler
  7558. Port Scannerq
  7559. Dev.CD Feb 00 TC
  7560. D!All Packages
  7561. Tool Chest Edition
  7562. PCCTS 1.31
  7563.     r errNum
  7564.     --enter statements to perform when no records are found such as...
  7565.     display dialog "Sorry, the item you selected could not be found."
  7566.     return
  7567. end try
  7568. All Packages
  7569. 7.1OEDev.CD Apr 94
  7570. Dev.CD Jan 94
  7571. Dev.CD Oct 93
  7572. Dev.CD Jul 93
  7573. Dev.CD Apr 93PDDev.CD Apr 94
  7574. Dev.CD Jan 94
  7575. Dev.CD Oct 93
  7576. Dev.CD Jul 93
  7577. Dev.CD Apr 9V
  7578. 29779X
  7579. Apr 94
  7580. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  7581. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  7582. To use th
  7583. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  7584. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  7585. 33280X
  7586. Feb 00^
  7587. --set theItem to choose file -- uncomment to test in an AS editor
  7588.     tell application "Finder"
  7589.         open item "Dev.CD Feb 00 TC:Tool Chest:Text:WASTE 1.3a6:"
  7590.         activate
  7591.     end tell
  7592. on error errMsg number errNum
  7593.     --enter statements to perform when no records are found such as...
  7594.     display dialog "Sorry, the item you selected could not be found."
  7595.     return
  7596. end try
  7597. e    No Changef0WASTE
  7598. TextEdit Replacement,More than 32k of textq
  7599. Dev.CD Feb 00 TC
  7600. D!All Packages
  7601. Mac OS SDK Edition
  7602. F WebObjects Categories and Posers
  7603. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  7604. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  7605. 33281X
  7606. 1e    No Change
  7607. D!All Packages
  7608. Mac OS SDK Edition
  7609. PC Card SDKsI
  7610. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  7611. PC Card Manager 3.0
  7612. What's the difference?K
  7613. Aug 97O:Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jan 00 SDK1
  7614.  - Development Kits
  7615.  - Hardware
  7616.  - PC Card SDKsV
  7617. 32524X
  7618. 1ecords are found such as...
  7619.     display dialog "Sorry, the item you selected could not be found."
  7620.     return
  7621. end try
  7622. All Packages
  7623. 7.1O)Dev.CD Apr 94
  7624. Dev.CD Jan 94
  7625. Dev.CD Oct 93P(Dev.CD Apr 94
  7626. Dev.CD Jan 94
  7627. Dev.CD Oct 9V
  7628. 29781X
  7629. Apr 94
  7630. digital
  7631. digital
  7632. asset
  7633. management
  7634. digital
  7635. storyboard
  7636. config
  7637. config&interleave
  7638. configuration
  7639. interleave
  7640. interleave
  7641. diractive
  7642. directhit
  7643. directhit
  7644. directions
  7645. discipline
  7646. discipline
  7647. 2.0.2
  7648. disclaimer
  7649. discoveringopenstepb
  7650. discoveringopenstepb
  7651. disinfectant
  7652. 6.3.3
  7653. quick
  7654. reference
  7655. first
  7656. diskrestore
  7657. display
  7658. display
  7659. display
  7660. device
  7661. driver
  7662. guide
  7663. displaymanager
  7664. displaymanager
  7665. dispnamereg
  7666. distribution
  7667. distributors/localiz
  7668. pleased
  7669. plethora
  7670. plug-and-play
  7671. plug-in
  7672. plug-in's
  7673. plug-ins
  7674. plugged
  7675. plugging
  7676. pccard
  7677. pccts
  7678. driver
  7679. driver
  7680. loader
  7681. openfirmware
  7682. fcode
  7683. forth
  7684. tokenize
  7685. pci-pci
  7686. pci-pci
  7687. bridge
  7688. pcmcia
  7689. documents
  7690. performance
  7691. performance
  7692. analysis
  7693. performance
  7694. countersQ
  7695. phone
  7696. photoshop
  7697. physical
  7698. picker
  7699. end tell
  7700. on error errMsg number errNum
  7701.     --enter statements to perform when no records are found such as...
  7702.     display dialog "Sorry, the item you selected could not be found."
  7703.     return
  7704. end try
  7705. All Packages
  7706. Dev.CD Apr 93P
  7707. Dev.CD Apr 9V
  7708. 29783X
  7709. Apr 93
  7710. Jan 00^
  7711. --set theItem to choose file -- uncomment to test in an AS editor
  7712.     tell application "Finder"
  7713.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  7714.         activate
  7715.     end tell
  7716. on error errMsg number errNum
  7717.     --enter statements to perform when no records are found such as...
  7718.     display dialog "Sorry, the item you selected could not be found."
  7719.     return
  7720. end try
  7721. e    No Changeq
  7722. Dev.CD Jan 00 SDK1
  7723. D!All Packages
  7724. Tool Chest Edition
  7725. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7726. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  7727. PVDev.CD Apr 98 SDK1
  7728.  - Development Kits (Disc 1)
  7729.  - PC Card SDKs
  7730.  - PC Card Manager 3.0Item to choose file -- uncomment to test in an AS editor
  7731.     tell application "Finder"
  7732.         open item "Dev.CD Apr 93"
  7733.         activate
  7734.     end tell
  7735. on error errMsg number errNum
  7736.     --enter statements to perform when no records are found such as...
  7737.     display dialog "Sorry, the item you selected could not be found."
  7738.     return
  7739. end try
  7740. All Packages
  7741. 7.1 (PB 145B)O
  7742. Dev.CD Jul 93P
  7743. Dev.CD Jul 9V
  7744. 29785X
  7745. Jul 93
  7746. b--set theItem to choose file -- uncomment to test in an AS editor
  7747.     tell application "Finder"
  7748.         open item "Dev.CD Jul 93"
  7749.         activate
  7750.     end tell
  7751. on error errMsg number errNum
  7752.     --enter statements to perform when no records are found such as...
  7753.     display dialog "Sorry, the item you selected could not be found."
  7754.     return
  7755. end try
  7756. All Packages
  7757. 7.1 (PB 145B)O
  7758. Dev.CD Jul 93P
  7759. Dev.CD Jul 9V
  7760. 29786X
  7761. Jul 93
  7762. support
  7763.         activate
  7764.     end tell
  7765. on error errMsg number errNum
  7766.     --enter statements to perform when no records are found such as...
  7767.     display dialog "Sorry, the item you selected could not be found."
  7768.     return
  7769. end try
  7770. chest
  7771. edition
  7772. 2.0.6
  7773. 2.0b6
  7774. 2.0d3
  7775. 2.0d38
  7776. 2.1.1
  7777. 2.1.2
  7778. 2.1.3
  7779. 2.1.4
  7780. 2.3.0
  7781. 2.4b6
  7782. 2.6.1
  7783. 2400c
  7784. 3.0.1
  7785. 3.0b10
  7786. 3.2.4
  7787. 3.7.1
  7788. 7.0.1.1
  7789. 7.0.1p
  7790. 32523X
  7791. Apr 98^
  7792. --set theItem to choose file -- uncomment to test in an AS editor
  7793.     tell application "Finder"
  7794.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  7795.         activate
  7796.     end tell
  7797. on error errMsg number errNum
  7798.     --enter statements to perform when no records are found such as...
  7799.     display dialog "Sorry, the item you selected could not be found."
  7800.     return
  7801. end try
  7802. e    No Changef
  7803. PCCard
  7804. Hooper
  7805. PowerBook
  7806. Cometq
  7807. Dev.CD Apr 98 SDK1
  7808. PC Card SDKsI
  7809. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  7810. PC Card Manager 3.0
  7811. What's the difference?K
  7812. Aug 97O:Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jan 00 SDK1
  7813.  - Development Kits
  7814.  - Hardware
  7815.  - PC Card SDKsV
  7816. 32524X
  7817. 1rd SDKsV
  7818. 32524X
  7819. 1e    No Change
  7820. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  7821. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  7822. Some of the support offered by PC Card Manager v3.0Bo SDK:
  7823. System Interfaces
  7824. Power PC library
  7825. Updated documentation available in an Adobe Acrobat file
  7826. Sample code 
  7827. AnotherCustomEnabler:
  7828. CIncludes:
  7829. CustomEnabler:
  7830. DispNameReg:
  7831. Documentation:
  7832. Interfaces&Libraries
  7833. Libraries:
  7834. release Notes
  7835. RIncludes:
  7836. TupleDumper:K
  7837. Jul 96L
  7838. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  7839. proficient
  7840. MyQuickTakeApp 1.0.1TC7 
  7841. MyQuickTakeApp 1.0.2 
  7842. QuickTake - Read Me First
  7843. QuickTake Documentation:
  7844. QuickTake Marketing Items :
  7845. QuickTake/Macintosh  SDK.image
  7846. QuickTake/Windows SDK:
  7847. System Folder Items:
  7848. Windows System Files:
  7849. glossaries
  7850. glyphs
  7851. desktop
  7852. grammar
  7853. graphics
  7854. grayrgn
  7855. gspgetversion
  7856. guest
  7857. guide
  7858. guidelines
  7859. gworld
  7860. fonts
  7861. typography
  7862. postscript
  7863. sample
  7864. gxgraphics
  7865. halftone
  7866. handles
  7867. handoff
  7868. handwriting
  7869. hardwareQ
  7870. hardware
  7871. developer
  7872. documentation
  7873. developer
  7874. notes
  7875. devnotes
  7876. heaps
  7877. hebrew
  7878. hierarchical
  7879. sub-menus
  7880. helper
  7881. menubar
  7882. corners
  7883. desktop
  7884. finder
  7885. grayrgn
  7886. hierarchical
  7887. ted could not be found."
  7888.     return
  7889. end try
  7890. All Packages
  7891. 7.1 (PB 145B)O
  7892. Dev.CD Jul 93P
  7893. Dev.CD Jul 9V
  7894. 29792X
  7895. Jul 93
  7896. M:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  7897. Sample Code, Traffic LightO2Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:P7Dev.CD Nov 99 TC
  7898.  - Sample Code
  7899.  - Pascal Sample 3.0B10V
  7900. 32522X
  7901. Nov 99^
  7902. --set theItem to choose file -- uncomment to test in an AS editor
  7903.     tell application "Finder"
  7904.         open item "Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:"
  7905.         activate
  7906.     end tell
  7907. on error errMsg number errNum
  7908.     --enter statements to perform when no records are found such as...
  7909.     display dialog "Sorry, the item you selected could not be found."
  7910.     return
  7911. end try
  7912. Deletedf
  7913. Sample Code
  7914. Traffic Lightq
  7915. Dev.CD Nov 99 TC
  7916. D!All Packages
  7917. Mac OS SDK Edition
  7918. PC Card Manager v3.0 SDK
  7919. animation
  7920. guide
  7921. webobjects
  7922. webobjects
  7923. database
  7924. webobjects
  7925. database
  7926. webobjects
  7927. webobjects
  7928. memory
  7929. webobjects
  7930. tools
  7931. techniques
  7932. webobjects36
  7933. webobjects36
  7934. hypercard
  7935. what's
  7936. what's
  7937. 1.4.2
  7938. what's
  7939. what's
  7940. bbedit
  7941. what's
  7942. 1.5.1
  7943. what's
  7944. difference
  7945. whats
  7946. wherecds
  7947. wherecds
  7948. wherecds
  7949. white
  7950. archived
  7951. windname
  7952. windname
  7953. window
  7954. window
  7955. windowdialog
  7956. windowdialog
  7957. windowpalette
  7958. windowpalette
  7959. replace
  7960. replacement
  7961. reports
  7962. resdistributor
  7963. resedit
  7964. resedit
  7965. 2.1.1
  7966. disassembly
  7967. disassembler
  7968. viewer
  7969. edito
  7970. resolution
  7971. resource
  7972.     --enter statements to perform when no records are found such as...
  7973.     display dialog "Sorry, the item you selected could not be found."
  7974.     return
  7975. end try
  7976. procdoggie
  7977. procdoggie
  7978. blown
  7979. application
  7980. demonstrates
  7981. procedure
  7982. 7.1.1
  7983. 7.1.2
  7984. 7.1p2
  7985. 7.1p5
  7986. 7.1p6
  7987. 7.5.1
  7988. 7.5.1a
  7989. 7.5.2
  7990. summary
  7991. sample
  7992. illustrate
  7993. software
  7994. project
  7995. summary
  7996. gxoverridetool
  7997. message
  7998. override
  7999. source
  8000. summary
  8001. includes
  8002. a/rose
  8003. v1.2.1
  8004. system
  8005. extension
  8006. includin@
  8007. summary
  8008. error
  8009. tones
  8010. application
  8011. explains
  8012. summary
  8013. midiconverter
  8014. application
  8015. converting
  8016. gener@
  8017. summary
  8018. pippin
  8019. multimedia
  8020. internet
  8021. playback
  8022. summary
  8023. monitor
  8024. iotracer
  8025. performance
  8026. tools
  8027. desi@
  8028. summary
  8029. application
  8030. set theItem to choose file -- uncomment to test in an AS editor
  8031.     tell application "Finder"
  8032.         open item "Dev.CD Jul 93"
  8033.         activate
  8034.     end tell
  8035. on error errMsg number errNum
  8036.     --enter statements to perform when no records are found such as...
  8037.     display dialog "Sorry, the item you selected could not be found."
  8038.     return
  8039. end try
  8040. All Packages
  8041. 7.1 (PB 145B)O
  8042. Dev.CD Jul 93P
  8043. Dev.CD Jul 9V
  8044. 29798X
  8045. Jul 93
  8046. corrects
  8047. correlate
  8048. -- uncomment to test in an AS editor
  8049.     tell application "Finder"
  8050.         open item "Dev.CD Jul 93"
  8051.         activate
  8052.     end tell
  8053. on error errMsg number errNum
  8054.     --enter statements to perform when no records are found such as...
  8055.     display dialog "Sorry, the item you selected could not be found."
  8056.     return
  8057. end try
  8058. F! PartMaker readme
  8059. !!! CW builds:
  8060. !!! MPW builds:
  8061. !!! Symantec builds:
  8062. App.defs.h
  8063. App.h
  8064. App.protos.h
  8065. DoEvent.c
  8066. EventLoop.c
  8067. File.c
  8068. FindEverything.c
  8069. IdleTasks.c
  8070. Menu.c
  8071. OBJECT:
  8072. OBJECTPPC:
  8073. PartMaker.68k copy
  8074. Start.c
  8075. TRootObj.c
  8076. WallToWallDialog.WDEF.c
  8077. WallToWallDialog.WDEF.
  8078. Window.c
  8079. WindowDialog.c
  8080. WindowPalette.c
  8081. customization
  8082. nd such as...
  8083.     display dialog "Sorry, the item you selected could not be found."
  8084.     return
  8085. end try
  8086. All Packages
  8087. 7.1 (PB 145B)O
  8088. Dev.CD Jul 93P
  8089. Dev.CD Jul 9V
  8090. 29800X
  8091. Jul 93
  8092. b--set theItem to choose file -- uncomment to test in an AS editor
  8093.     tell application "Finder"
  8094.         open item "Dev.CD Jul 93"
  8095.         activate
  8096.     end tell
  8097. on error errMsg number errNum
  8098.     --enter statements to perform when no records are found such as...
  8099.     display dialog "Sorry, the item you selected could not be found."
  8100.     return
  8101. end try
  8102. All Packages
  8103. 7.1 (PB 145B)O
  8104. Dev.CD Jul 93P
  8105. Dev.CD Jul 9V
  8106. 29801X
  8107. Jul 93
  8108. summary
  8109. sample
  8110. illustrate
  8111. software
  8112. project
  8113. summary
  8114. edittextcdev
  8115. sample
  8116. control
  8117. panel
  8118. device
  8119. summary
  8120. evenbetterbuserror
  8121. helps
  8122. catch
  8123. reneg
  8124. summary
  8125. wanted
  8126. patch
  8127. high-level
  8128. langua
  8129. summary
  8130. example
  8131. building
  8132. simple
  8133. volumes
  8134. summary
  8135. finderheaps
  8136. debugging
  8137. allows
  8138. summary
  8139. years
  8140. chinese
  8141. input
  8142. bottleneck
  8143. summary
  8144. fragment
  8145. simple
  8146. application
  8147. designed
  8148. summary
  8149. gxgraphics
  8150. 1.1.6
  8151. extension
  8152. encompasses
  8153. Summary:  DTS sample code to illustrate a software project delivery tool.  This tool is based on AppsToGo (which is also DTS sample code).  It is not technology specific.  The code base can work with Symantec, MetroWerks and MPW.
  8154. This tool permits ease of globally renaming project source files, resources, and resource types.  Software projects can be easily archived using the tool's import facility.  New software projects which compile and link correctly the very first time can be achieveB
  8155. d by simply pressing a single button.
  8156. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  8157. May 96    end tell
  8158. on error errMsg number errNum
  8159.     --enter statements to perform when no records are found such as...
  8160.     display dialog "Sorry, the item you selected could not be found."
  8161.     return
  8162. end try
  8163. All Packages
  8164. 7.1 (PB 145B)O
  8165. Dev.CD Jul 93P
  8166. Dev.CD Jul 9V
  8167. 29804X
  8168. Jul 93
  8169. May 96M
  8170. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  8171.  - Sample Code
  8172.  - PartMaker 4.3m you selected could not be found."
  8173.     return
  8174. end try
  8175. creatergbforecolorim
  8176. creates
  8177. creating
  8178. creation
  8179. creative
  8180. creativity
  8181. creator
  8182. creator/file
  8183. crimes
  8184. criteria
  8185. critical
  8186. critically
  8187. critieria
  8188. cropping
  8189. cross-industry
  8190. cross-platform
  8191. crucial
  8192. cryptic
  8193. cryptographic
  8194. culture
  8195. cunningham
  8196. curbow
  8197. curious
  8198. current
  8199.    return
  8200. end try
  8201. All Packages
  8202. 7.1 (PB 145B)O
  8203. Dev.CD Jul 93P
  8204. Dev.CD Jul 9V
  8205. 29807X
  8206. Jul 93
  8207. 32521X
  8208. Nov 99^
  8209. --set theItem to choose file -- uncomment to test in an AS editor
  8210.     tell application "Finder"
  8211.         open item "Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:"
  8212.         activate
  8213.     end tell
  8214. on error errMsg number errNum
  8215.     --enter statements to perform when no records are found such as...
  8216.     display dialog "Sorry, the item you selected could not be found."
  8217.     return
  8218. end try
  8219. Deletedf5Global search and replace; software project archivingq
  8220. Dev.CD Nov 99 TC
  8221. D!All Packages
  8222. Tool Chest Edition
  8223. Pascal Sample 3.0B10
  8224. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  8225. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  8226. Issues:  No C version available yet.
  8227. JLPascal Sample
  8228. Read Me - Sample
  8229. Sample documents:
  8230. Source:
  8231. THINK Pascal files:K
  8232. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  8233. 32522X
  8234. Deleted
  8235. -Rotation Controllers Read Me
  8236. -Rotation Ctl's Read Me.txt
  8237. Related Paper
  8238. Rotation Controllers demo 1.0.1
  8239. Virtual Sphere Sample Code 1.1K
  8240. Mar 93L
  8241. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD Feb 00 TC
  8242.  - Tool Chest
  8243.  - QuickDraw
  8244.  - Virtual Sphere 1.0.1V
  8245. 33272X
  8246. Feb 00^
  8247. --set theItem to choose file -- uncomment to test in an AS editor
  8248.     tell application "Finder"
  8249.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  8250.         activate
  8251.     end tell
  8252. on error errMsg number errNum
  8253.     --enter statements to perform when no records are found such as...
  8254.     display dialog "Sorry, the item you selected could not be found."
  8255.     return
  8256. end try
  8257. e    No Changeq
  8258. Dev.CD Feb 00 TC
  8259. D!All Packages
  8260. Tool Chest Edition
  8261. Virtual User
  8262. Dev.CD Feb 00 TC
  8263.  - Sample Code5B)O
  8264. Dev.CD Jul 93P
  8265. Dev.CD Jul 9V
  8266. 29808X
  8267. Jul 93
  8268. b--set theItem to choose file -- uncomment to test in an AS editor
  8269.     tell application "Finder"
  8270.         open item "Dev.CD Jul 93"
  8271.         activate
  8272.     end tell
  8273. on error errMsg number errNum
  8274.     --enter statements to perform when no records are found such as...
  8275.     display dialog "Sorry, the item you selected could not be found."
  8276.     return
  8277. end try
  8278. All Packages
  8279. 7.1.1O7Dev.CD Oct 94
  8280. Dev.CD Jul 94
  8281. Dev.CD Apr 94
  8282. Dev.CD Jan 94P6Dev.CD Oct 94
  8283. Dev.CD Jul 94
  8284. Dev.CD Apr 94
  8285. Dev.CD Jan 9V
  8286. 29809X
  8287. Oct 94
  8288. indexed
  8289. indexes
  8290. indexing
  8291. india
  8292. indian
  8293. indicate
  8294. indicated
  8295. indicates
  8296. indicator
  8297. indicators
  8298. indices
  8299. indispensable
  8300. individual
  8301. industry
  8302. industry-standard
  8303. industrywatch
  8304. inefficiency
  8305. inflict
  8306. infomation
  8307. inform
  8308. informational
  8309. infrared
  8310. inheritance
  8311. 32520X
  8312. Feb 00^
  8313. r--set theItem to choose file -- uncomment to test in an AS editor
  8314.     tell application "Finder"
  8315.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8316.         activate
  8317.     end tell
  8318. on error errMsg number errNum
  8319.     --enter statements to perform when no records are found such as...
  8320.     display dialog "Sorry, the item you selected could not be found."
  8321.     return
  8322. end try
  8323. Movedf:Palette
  8324. GWorld
  8325. PmForeColor
  8326. Color2Index
  8327. RGBForeColor
  8328. ctSeedq
  8329. Dev.CD Feb 00 TC
  8330. D!All Packages
  8331. Tool Chest Edition
  8332. PartMaker 4.3
  8333. p--set theItem to choose file -- uncomment to test in an AS editor
  8334.     tell application "Finder"
  8335.         open item "Dev.CD Oct 94
  8336. Dev.CD Jul 94"
  8337.         activate
  8338.     end tell
  8339. on error errMsg number errNum
  8340.     --enter statements to perform when no records are found such as...
  8341.     display dialog "Sorry, the item you selected could not be found."
  8342.     return
  8343. end try
  8344. All Packages
  8345. 7.1.1O
  8346. Dev.CD Jul 94P
  8347. Dev.CD Jul 9V
  8348. 29812X
  8349. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  8350. s color table. 
  8351. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  8352. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  8353. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  8354. J'Sample Code.img
  8355. Windows Sample Code.imgK
  8356. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  8357. Dev.CD Feb 00 TC:Sample Code:
  8358. processor
  8359. product
  8360. products
  8361. profile
  8362. profiler
  8363. profilerenamer
  8364. profilerenamer
  8365. profilerenamer
  8366. readme
  8367. profiles
  8368. prog's
  8369. progguide
  8370. progguide
  8371. apple
  8372. scanners
  8373. program
  8374. programmatic
  8375. programmatic
  8376. interface
  8377. programmer's
  8378. programming
  8379. programming
  8380. information
  8381. programming
  8382. information
  8383. programming
  8384. stuff
  8385. programmingtopics
  8386. progresswindoid
  8387. progresswindoid
  8388. worksheet
  8389. project
  8390. project
  8391. large
  8392. project
  8393. large
  8394. project
  8395. quick
  8396. start
  8397. guide
  8398. projectdrag
  8399. projectdrag
  8400. applets
  8401. projectdrag
  8402. manual
  8403. projectfolders
  8404. projectmenu
  8405. projects
  8406. projectxplugin68k
  8407. projectxplugin68knfp
  8408. projectxpluginppc
  8409. projlistmenu
  8410. promptoid
  8411. promptoid
  8412. proto
  8413. proto
  8414. OTTraceRouteSample
  8415. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8416. J'Sample Code.img
  8417. Windows Sample Code.imgK
  8418. Sep 96L
  8419. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8420. Dev.CD Feb 00 TC:Sample Code:P
  8421. Dev.CD Feb 00 TC
  8422.  - Sample CodeV
  8423. 32518X
  8424. Feb 00^
  8425. r--set theItem to choose file -- uncomment to test in an AS editor
  8426.     tell application "Finder"
  8427.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8428.         activate
  8429.     end tell
  8430. on error errMsg number errNum
  8431.     --enter statements to perform when no records are found such as...
  8432.     display dialog "Sorry, the item you selected could not be found."
  8433.     return
  8434. end try
  8435. v.CD Jul 94P
  8436. Dev.CD Jul 9V
  8437. 29817X
  8438. Jul 94
  8439. P^Dev.CD Mar 00 RL Disk 1
  8440.  - What's New
  8441.  - Sample Code
  8442.  - Human Interface Toolbox
  8443.  - PackageToolV
  8444. 32519X
  8445. Mar 00^    RL Disk 1
  8446. --set theItem to choose file -- uncomment to test in an AS editor
  8447.     tell application "Finder"
  8448.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:"
  8449.         activate
  8450.     end tell
  8451. on error errMsg number errNum
  8452.     --enter statements to perform when no records are found such as...
  8453.     display dialog "Sorry, the item you selected could not be found."
  8454.     return
  8455. end try
  8456. e    No Changef
  8457. packages
  8458. Mac OS 9
  8459. package awareq
  8460. Dev.CD Mar 00 RL Disk 1
  8461. D!All Packages
  8462. Tool Chest Edition
  8463. Palette&GWorld (Fat)
  8464. f,network
  8465. setup
  8466. configuration
  8467. AppleTalk
  8468. TCP/IPq
  8469. Dev.CD Feb 00 TC
  8470. D!All Packages
  8471. Tool Chest Edition
  8472. le is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8473. J'Sample Code.img
  8474. Windows Sample Code.imgK
  8475. Sep 96L
  8476. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8477. Dev.CD Feb 00 TC:Sample Code:P
  8478. Dev.CD Feb 00 TC
  8479.  - Sample CodeV
  8480. 32518X
  8481. Feb 00^
  8482. r--set theItem to choose file -- uncomment to test in an AS editor
  8483.     tell application "Finder"
  8484.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8485.         activate
  8486.     end tell
  8487. on error errMsg number errNum
  8488.     --enter statements to perform when no records are found such as...
  8489.     display dialog "Sorry, the item you selected could not be found."
  8490.     return
  8491. end try
  8492. end try
  8493. e    No Changef+Open Transport
  8494. Traceroute
  8495. rawip
  8496. Dev.CD Feb 00 TC
  8497. All Packages
  8498. PackageTool
  8499. ZPackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.
  8500. Tasks illustrated include:
  8501. - how to create a package,
  8502. - how to detect a package,
  8503. includes a 'package document aware'  application sample (HTMLSample))
  8504. MakeFile
  8505. PackageTool
  8506. PackageTool.c
  8507. PackageTool.h
  8508. PackageTool.prj
  8509. PackageTool.r
  8510. PackageTool.rsrc
  8511. PackageUtils.c
  8512. PackageUtils.h
  8513. PackageWindow.c
  8514. PackageWindow.h
  8515. Re- C/F Registration Request
  8516. ReadMe
  8517. Sample Package:
  8518. SimplePrefs.c
  8519. SimplePrefs.h
  8520. Utilities.c
  8521. Utilities.h
  8522. Dec 99M
  8523. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  8524. 32519X
  8525. 1e    No Change
  8526. transport
  8527. appletalk
  8528. rawmode
  8529. nbplookup
  8530. otlookup
  8531. transport
  8532. mapper
  8533. mapperref
  8534. transport
  8535. netstat
  8536. display
  8537. cache
  8538. logical
  8539. physic
  8540. transport
  8541. networking
  8542. appletalk
  8543. tcp/ip
  8544. transport
  8545. no-copy
  8546. receives
  8547. otbuffer
  8548. otbufferinfo
  8549. transport
  8550. rawip
  8551. transport
  8552. traceroute
  8553. rawip
  8554. transport
  8555. otgetendpointinfo
  8556. tendpointinfo
  8557. etsda
  8558. transport
  8559. otlifo
  8560. otfifo
  8561. otlink
  8562. linked
  8563. transport
  8564. otoptionmanagment
  8565. option
  8566. management
  8567. transport
  8568. appletalk
  8569. printer
  8570. access
  8571. protocol
  8572. handoff
  8573. transport
  8574. registry
  8575. otgetindexedport
  8576. transport
  8577. serial
  8578. registry
  8579. otgetuserportnamefro
  8580. transport
  8581. streams
  8582. module
  8583. driver
  8584. transport
  8585. endpoint
  8586. download
  8587. fetch
  8588. transport
  8589. endpoint
  8590. server
  8591. listen
  8592. single-l
  8593. opendoc
  8594. opendoc
  8595. component
  8596. software
  8597. compound
  8598. document
  8599. architecture
  8600. transport
  8601. appletalk
  8602. rawmode
  8603. nbplookup
  8604. otlookup
  8605. transport
  8606. streams
  8607. module
  8608. driver
  8609. asynchronous
  8610. openfirmware@
  8611. opengl
  8612. drawsprocket
  8613. multiple
  8614. monitor
  8615. renderer@
  8616. optimizing@
  8617. pbclock@
  8618. performance
  8619. hardware
  8620. powerpc
  8621. bandwidth
  8622. cache
  8623. rates
  8624. powerbook@
  8625. t be found."
  8626.     return
  8627. end try
  8628. e    No Changef2Open Transport
  8629. kernel
  8630. strlog
  8631. debug
  8632. streamsq
  8633. Dev.CD Feb 00 TC
  8634. D!All Packages
  8635. Tool Chest Edition
  8636. OTTCPWillDial
  8637. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  8638. J'Sample Code.img
  8639. Windows Sample Code.imgK
  8640. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  8641. Dev.CD Feb 00 TC:Sample Code:P
  8642. Dev.CD Feb 00 TC
  8643.  - Sample CodeV
  8644. 32517X
  8645. Feb 00^
  8646. r--set theItem to choose file -- uncomment to test in an AS editor
  8647.     tell application "Finder"
  8648.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8649.         activate
  8650.     end tell
  8651. on error errMsg number errNum
  8652.     --enter statements to perform when no records are found such as...
  8653.     display dialog "Sorry, the item you selected could not be found."
  8654.     return
  8655. end try
  8656. e    No Change
  8657. r--set theItem to choose file -- uncomment to test in an AS editor
  8658.     tell application "Finder"
  8659.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8660.         activate
  8661.     end tell
  8662. on error errMsg number errNum
  8663.     --enter statements to perform when no records are found such as...
  8664.     display dialog "Sorry, the item you selected could not be found."
  8665.     return
  8666. end try
  8667. D!All Packages
  8668. Tool Chest Edition
  8669. OTStreamLogViewer
  8670. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  8671. J'Sample Code.img
  8672. Windows Sample Code.imgK
  8673. May 98L
  8674. Sep 98M
  8675. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  8676. Dev.CD Feb 00 TC:Sample Code:P
  8677. Dev.CD Feb 00 TC
  8678.  - Sample CodeV
  8679. 32516X
  8680. Feb 00^
  8681. #ication "Finder"
  8682.         open item "Dev.CD Apr 95
  8683. Dev.CD Jan 95"
  8684.         activate
  8685.     end tell
  8686. on error errMsg number errNum
  8687.     --enter statements to perform when no records are found such as...
  8688.     display dialog "Sorry, the item you selected could not be found."
  8689.     return
  8690. end try
  8691. All Packages
  8692. 7.1.2V
  8693. 29828X
  8694. field
  8695. management
  8696. manager
  8697. preview
  8698. sharing
  8699. signing
  8700. system
  8701. system
  8702. manager
  8703. filename
  8704. files
  8705. filetool
  8706. filter
  8707. content
  8708. finder
  8709. finder
  8710. appleevents
  8711. finderevents
  8712. events
  8713. finder
  8714. strings
  8715. finder
  8716. label
  8717. finder
  8718. windows
  8719. finderevents
  8720. firmware
  8721. folder
  8722. encoding
  8723. management
  8724. manager
  8725. fonts
  8726. forth
  8727. foundation
  8728. foundation
  8729. reference
  8730. foundation
  8731. reference
  8732. client
  8733. framework
  8734. screen
  8735. function
  8736. function
  8737. index
  8738. function
  8739. functions
  8740. gamepad
  8741. games
  8742. games
  8743. sprockets
  8744. sprite
  8745. blitters
  8746. drawsprocket
  8747. moofwars
  8748. gaming
  8749. gamma
  8750. f3Open Transport
  8751. endpoint
  8752. download
  8753. fetch
  8754. HTTPq
  8755. Dev.CD Feb 00 TC
  8756. D!All Packages
  8757. Tool Chest Edition
  8758. OTSimpleServerHTTPI
  8759. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J'Sample Code.img
  8760. Windows Sample Code.imgK
  8761. Jun 98M
  8762. Open Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  8763. Dev.CD Feb 00 TC:Sample Code:P
  8764. Dev.CD Feb 00 TC
  8765.  - Sample CodeV
  8766. 32515X
  8767. Feb 00^
  8768. r--set theItem to choose file -- uncomment to test in an AS editor
  8769.     tell application "Finder"
  8770.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8771.         activate
  8772.     end tell
  8773. on error errMsg number errNum
  8774.     --enter statements to perform when no records are found such as...
  8775.     display dialog "Sorry, the item you selected could not be found."
  8776.     return
  8777. end try
  8778. e    No ChangefKOpen Transport
  8779. endpoint
  8780. server
  8781. listen
  8782. single-link
  8783. multihomingq
  8784. Dev.CD Feb 00 TC
  8785. sample
  8786. designed
  8787. proper
  8788. sample
  8789. shows
  8790. implementation
  8791. netsprocket
  8792. sample
  8793. shows
  8794. basic
  8795. implementations
  8796. drawsprocket
  8797. sample
  8798. shows
  8799. transport
  8800. sample
  8801. shows
  8802. network
  8803. setup
  8804. library
  8805. sample
  8806. shows
  8807. write
  8808. fully
  8809. asynchronous
  8810. block
  8811. contains
  8812. information
  8813. advantage
  8814. includes
  8815. libraries
  8816. include
  8817. files
  8818. necessary
  8819. survival
  8820. guide
  8821. series
  8822. regarding
  8823. webobjec
  8824. survival
  8825. guide
  8826. offers
  8827. overview
  8828. audio
  8829. produces
  8830. template
  8831. building
  8832. balloon
  8833. update
  8834. toolbox
  8835. assistant
  8836. includes
  8837. following
  8838. version
  8839. object
  8840. support
  8841. library
  8842. 1.1.4
  8843. replaces
  8844. simple
  8845. sample
  8846. dumps
  8847. version
  8848. thomas
  8849. thompson
  8850. thooks
  8851. pippin
  8852. pixel
  8853. pixel
  8854. depth
  8855. plaintalk
  8856.     tell application "Finder"
  8857.         open item "Dev.CD Jan 95
  8858. Dev.CD Oct 94"
  8859.         activate
  8860.     end tell
  8861. on error errMsg number errNum
  8862.     --enter statements to perform when no records are found such as...
  8863.     display dialog "Sorry, the item you selected could not be found."
  8864.     return
  8865. end try
  8866. r--set theItem to choose file -- uncomment to test in an AS editor
  8867.     tell application "Finder"
  8868.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8869.         activate
  8870.     end tell
  8871. on error errMsg number errNum
  8872.     --enter statements to perform when no records are found such as...
  8873.     display dialog "Sorry, the item you selected could not be found."
  8874.     return
  8875. end try
  8876. g "Sorry, the item you selected could not be found."
  8877.     return
  8878. end try
  8879. All Packages
  8880. 7.1.2O
  8881. Dev.CD Jan 95
  8882. Dev.CD Jul 94P
  8883. Dev.CD Jan 95
  8884. Dev.CD Jul 9V
  8885. 29836X
  8886. Jan 95
  8887. p--set theItem to choose file -- uncomment to test in an AS editor
  8888.     tell application "Finder"
  8889.         open item "Dev.CD Jan 95
  8890. Dev.CD Jul 94"
  8891.         activate
  8892.     end tell
  8893. on error errMsg number errNum
  8894.     --enter statements to perform when no records are found such as...
  8895.     display dialog "Sorry, the item you selected could not be found."
  8896.     return
  8897. end try
  8898. All Packages
  8899. 7.1.2V
  8900. 29837X
  8901. e    No Changef!open transport
  8902. rawipq
  8903. Dev.CD Feb 00 TC
  8904. D!All Packages
  8905. Tool Chest Edition
  8906. OTSimpleDownloadHTTPI
  8907. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  8908. Inside Macintosh: Open Transport
  8909. .J'Sample Code.img
  8910. Windows Sample Code.imgK
  8911. Nov 97L
  8912. Sep 98M
  8913. Open Transport 1.1.1 or higherN9Open Transport, TCP, endpoint, download, fetch, get, HTTPO
  8914. Dev.CD Feb 00 TC:Sample Code:P
  8915. Dev.CD Feb 00 TC
  8916.  - Sample CodeV
  8917. 32514X
  8918. Feb 00^
  8919. r--set theItem to choose file -- uncomment to test in an AS editor
  8920.     tell application "Finder"
  8921.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8922.         activate
  8923.     end tell
  8924. on error errMsg number errNum
  8925.     --enter statements to perform when no records are found such as...
  8926.     display dialog "Sorry, the item you selected could not be found."
  8927.     return
  8928. end try
  8929. e    No Change9X
  8930. mapper
  8931. mapperref
  8932. match
  8933. matching
  8934. mdata
  8935. media
  8936. memhell
  8937. memhell
  8938. memory
  8939. stress
  8940. debug
  8941. debugging
  8942. testing
  8943. memory
  8944.    activate
  8945.     end tell
  8946. on error errMsg number errNum
  8947.     --enter statements to perform when no records are found such as...
  8948.     display dialog "Sorry, the item you selected could not be found."
  8949.     return
  8950. end try
  8951. All Packages
  8952. 7.1.2O
  8953. Dev.CD Jan 95
  8954. Dev.CD Jul 94P
  8955. Dev.CD Jan 95
  8956. Dev.CD Jul 9V
  8957. 29840X
  8958. Jan 95
  8959. p--set theItem to choose file -- uncomment to test in an AS editor
  8960.     tell application "Finder"
  8961.         open item "Dev.CD Jan 95
  8962. Dev.CD Jul 94"
  8963.         activate
  8964.     end tell
  8965. on error errMsg number errNum
  8966.     --enter statements to perform when no records are found such as...
  8967.     display dialog "Sorry, the item you selected could not be found."
  8968.     return
  8969. end try
  8970. All Packages
  8971. 7.1.2V
  8972. 29841X
  8973. D!All Packages
  8974. Tool Chest Edition
  8975. OTLookupNameTestI
  8976. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  8977. Inside Macintosh: Open Transport
  8978. .J'Sample Code.img
  8979. Windows Sample Code.imgK
  8980. Nov 97L
  8981. Jun 98M
  8982. Open Transport 1.1.1 or higherds are found such as...
  8983.     display dialog "Sorry, the item you selected could not be found."
  8984.     return
  8985. end try
  8986. All Packages
  8987. 7.1.2O
  8988. Dev.CD Oct 94P
  8989. Dev.CD Oct 9V
  8990. 29842X
  8991. Oct 94
  8992. b--set theItem to choose file -- uncomment to test in an AS editor
  8993.     tell application "Finder"
  8994.         open item "Dev.CD Oct 94"
  8995.         activate
  8996.     end tell
  8997. on error errMsg number errNum
  8998.     --enter statements to perform when no records are found such as...
  8999.     display dialog "Sorry, the item you selected could not be found."
  9000.     return
  9001. end try
  9002. All Packages
  9003. 7.1.2O
  9004. Dev.CD Oct 94V
  9005. 29843X
  9006. N&Open Transport, NBP, mapper, MapperRefset theItem to choose file -- uncomment to test in an AS editor
  9007.     tell application "Finder"
  9008.         open item "Dev.CD Oct 94"
  9009.         activate
  9010.     end tell
  9011. on error errMsg number errNum
  9012.     --enter statements to perform when no records are found such as...
  9013.     display dialog "Sorry, the item you selected could not be found."
  9014.     return
  9015. end try
  9016. All Packages
  9017. 7.1.2O
  9018. Dev.CD Jul 94P
  9019. Dev.CD Jul 9V
  9020. 29844X
  9021. Jul 94
  9022. b--set theItem to choose file -- uncomment to test in an AS editor
  9023.     tell application "Finder"
  9024.         open item "Dev.CD Jul 94"
  9025.         activate
  9026.     end tell
  9027. on error errMsg number errNum
  9028.     --enter statements to perform when no records are found such as...
  9029.     display dialog "Sorry, the item you selected could not be found."
  9030.     return
  9031. end try
  9032. All Packages
  9033. 7.1.2O
  9034. Dev.CD Jul 94P
  9035. Dev.CD Jul 9V
  9036. 29845X
  9037. Jul 94
  9038. 9650/350
  9039. a/rose
  9040. a/rose
  9041. macintosh
  9042. coprocessor
  9043. platform
  9044. ethernet
  9045. powerp
  9046. about
  9047. acceleration
  9048. access
  9049. acrobat
  9050. action
  9051. actions
  9052. active
  9053. control
  9054. patch
  9055. adbop
  9056. adbop
  9057. cfm-68k
  9058. address
  9059. administrator
  9060. adobe
  9061. adobe
  9062. acrobat
  9063. reader
  9064. advanced
  9065. apple
  9066. events
  9067. appleevents
  9068. aegizmos
  9069. after
  9070. newgworld
  9071. usedistanthdwrmem
  9072. uselocalhdwrmem
  9073. network
  9074. server
  9075. symbiotic
  9076. client
  9077. server
  9078. alias
  9079. alias
  9080. hypercard
  9081. system
  9082. allocators
  9083. altivec
  9084. altivec
  9085. emulator
  9086. analog
  9087. analysis
  9088. 7.1.2O
  9089. Dev.CD Jul 94P
  9090. Dev.CD Jul 9V
  9091. 29848X
  9092. Jul 94
  9093. Dev.CD Feb 00 TC:Sample Code:P
  9094. Dev.CD Feb 00 TC
  9095.  - Sample CodeV
  9096. 32512X
  9097. Feb 00^
  9098. r--set theItem to choose file -- uncomment to test in an AS editor
  9099.     tell application "Finder"
  9100.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9101.         activate
  9102.     end tell
  9103. on error errMsg number errNum
  9104.     --enter statements to perform when no records are found such as...
  9105.     display dialog "Sorry, the item you selected could not be found."
  9106.     return
  9107. end try
  9108. e    No Changef#Open Transport
  9109. mapper
  9110. MapperRefq
  9111. Dev.CD Feb 00 TC
  9112. D!All Packages
  9113. Tool Chest Edition
  9114. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J'Sample Code.img
  9115. Windows Sample Code.imgK
  9116. Sep 96L
  9117. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  9118. Dev.CD Feb 00 TC:Sample Code:P
  9119. Dev.CD Feb 00 TC
  9120.  - Sample CodeV
  9121. 32513X
  9122. Feb 00^
  9123. NCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  9124. Dev.CD Feb 00 TC:Sample Code:P
  9125. Dev.CD Feb 00 TC
  9126.  - Sample CodeV
  9127. 32511X
  9128. Feb 00^
  9129. r--set theItem to choose file -- uncomment to test in an AS editor
  9130.     tell application "Finder"
  9131.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9132.         activate
  9133.     end tell
  9134. on error errMsg number errNum
  9135.     --enter statements to perform when no records are found such as...
  9136.     display dialog "Sorry, the item you selected could not be found."
  9137.     return
  9138. end try
  9139. e    No Changef;Ethernet
  9140. raw mode
  9141. multicast
  9142. MDATA
  9143. 802.2
  9144. 802.3q
  9145. Dev.CD Feb 00 TC
  9146. OTLookupNameTestI
  9147. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  9148. Inside Macintosh: Open Transport
  9149. .J'Sample Code.img
  9150. Windows Sample Code.imgK
  9151. Nov 97L
  9152. Jun 98M
  9153. Open Transport 1.1.1 or highert 1.1.1 or higher
  9154. alpha
  9155. alphabatize
  9156. alphabetic
  9157. already
  9158. f@Open Transport
  9159. serial port
  9160. registry
  9161. OTGetUserPortNameFromPortRefq
  9162. Dev.CD Feb 00 TC
  9163. D!All Packages
  9164. Tool Chest Edition
  9165. F    OTLLCTest
  9166. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  9167. The sample program implements both send and receive. Demonstrates the following.
  9168. 1. How to determine which port AppleTalk is currently using
  9169. 2. List available ethernet drivers
  9170. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  9171. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  9172. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  9173. J'Sample Code.img
  9174. Windows Sample Code.imgK
  9175. Nov 98M
  9176. See the readme file:Sample Code:V
  9177. 32511X
  9178. 1e    No Change
  9179. e--set theItem to choose file -- uncomment to test in an AS editor
  9180.     tell application "Finder"
  9181.         open item "Dev.CD Aug 96 TC"
  9182.         activate
  9183.     end tell
  9184. on error errMsg number errNum
  9185.     --enter statements to perform when no records are found such as...
  9186.     display dialog "Sorry, the item you selected could not be found."
  9187.     return
  9188. end try
  9189. OTFindSerialPortsI
  9190. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  9191. Inside Macintosh: Open Transport
  9192. .J'Sample Code.img
  9193. Windows Sample Code.imgK
  9194. Jun 98M
  9195. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  9196. Dev.CD Feb 00 TC:Sample Code:P
  9197. Dev.CD Feb 00 TC
  9198.  - Sample CodeV
  9199. 32510X
  9200. Feb 00^
  9201. r--set theItem to choose file -- uncomment to test in an AS editor
  9202.     tell application "Finder"
  9203.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9204.         activate
  9205.     end tell
  9206. on error errMsg number errNum
  9207.     --enter statements to perform when no records are found such as...
  9208.     display dialog "Sorry, the item you selected could not be found."
  9209.     return
  9210. end try
  9211. e    No Change
  9212. Aug 96
  9213. e--set theItem to choose file -- uncomment to test in an AS editor
  9214.     tell application "Finder"
  9215.         open item "Dev.CD Aug 96 TC"
  9216.         activate
  9217.     end tell
  9218. on error errMsg number errNum
  9219.     --enter statements to perform when no records are found such as...
  9220.     display dialog "Sorry, the item you selected could not be found."
  9221.     return
  9222. end try
  9223. All Packages
  9224. QuickDraw GXO
  9225. Dev.CD Jun 97 SSWP
  9226. Dev.CD Jun 97 SSV
  9227. 32704X
  9228. Jun 97
  9229. f--set theItem to choose file -- uncomment to test in an AS editor
  9230.     tell application "Finder"
  9231.         open item "Dev.CD Jun 97 SSW"
  9232.         activate
  9233.     end tell
  9234. on error errMsg number errNum
  9235.     --enter statements to perform when no records are found such as...
  9236.     display dialog "Sorry, the item you selected could not be found."
  9237.     return
  9238. end try
  9239. All Packages
  9240. QuickDraw GXO
  9241. Dev.CD Jun 97 SSWP
  9242. Dev.CD Jun 97 SSV
  9243. 32705X
  9244. Jun 97
  9245. OTEndpointInfo
  9246. KThis sample demonstrates how to query an endpoint for its 
  9247. vital statistic
  9248.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  9249. Inside Macintosh: Open Transport
  9250. J'Sample Code.img
  9251. Windows Sample Code.imgK
  9252. Nov 97L
  9253. Jun 98M
  9254. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  9255. Dev.CD Feb 00 TC:Sample Code:P
  9256. Dev.CD Feb 00 TC
  9257.  - Sample CodeV
  9258. 32509X
  9259. Feb 00^
  9260. r--set theItem to choose file -- uncomment to test in an AS editor
  9261.     tell application "Finder"
  9262.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9263.         activate
  9264.     end tell
  9265. on error errMsg number errNum
  9266.     --enter statements to perform when no records are found such as...
  9267.     display dialog "Sorry, the item you selected could not be found."
  9268.     return
  9269. end try
  9270. e    No Change
  9271. f9Open Transport
  9272. OTGetEndpointInfo
  9273. TEndpointInfo
  9274. ETSDAq
  9275. Dev.CD Feb 00 TC
  9276. D!All Packages
  9277. Tool Chest Edition
  9278. monstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  9279. Inside Macintosh: Open Transport
  9280. .J'Sample Code.img
  9281. Windows Sample Code.imgK
  9282. Jun 98M
  9283. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  9284. Dev.CD Feb 00 TC:Sample Code:P
  9285. Dev.CD Feb 00 TC
  9286.  - Sample CodeV
  9287. 32510X
  9288. Feb 00^
  9289. r--set theItem to choose file -- uncomment to test in an AS editor
  9290.     tell application "Finder"
  9291.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9292.         activate
  9293.     end tell
  9294. on error errMsg number errNum
  9295.     --enter statements to perform when no records are found such as...
  9296.     display dialog "Sorry, the item you selected could not be found."
  9297.     return
  9298. end try
  9299. e    No Change
  9300. e    No Change
  9301.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  9302.  16 megabytes of  DRAM (memory)
  9303.  Video source (for instance, a video camera or VCR)
  9304.  Audio source (for instance, a  PlainTalk microphone or VCR)
  9305.  Network connection (for instance, Ethernet or ISDN)
  9306.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  9307. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media ConferenceW
  9308. OTDumpPortRegistryI
  9309. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  9310. You have to run the 68K version on a 68K Mac and the PPC version on a PPC Mac.
  9311. J'Sample Code.img
  9312. Windows Sample Code.imgK
  9313. Apr 97L
  9314. Jun 98M
  9315. Open Transport 1.1.1 or greaterN@open transport, port registry, OTGetIndexedPort, dump, list, seeO
  9316. Dev.CD Feb 00 TC:Sample Code:P
  9317. Dev.CD Feb 00 TC
  9318.  - Sample CodeV
  9319. 32508X
  9320. Feb 00^
  9321. r--set theItem to choose file -- uncomment to test in an AS editor
  9322.     tell application "Finder"
  9323.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9324.         activate
  9325.     end tell
  9326. on error errMsg number errNum
  9327.     --enter statements to perform when no records are found such as...
  9328.     display dialog "Sorry, the item you selected could not be found."
  9329.     return
  9330. end try
  9331. e    No Changef;open transport
  9332. port registry
  9333. OTGetIndexedPort
  9334. Dev.CD Feb 00 TC
  9335. D!All Packages
  9336. Tool Chest Edition
  9337. haven't
  9338. having
  9339. havoc
  9340. hd80sc
  9341. he/she
  9342. head-patch
  9343. headaches
  9344. header
  9345. header
  9346. files
  9347. headers
  9348. heading
  9349. heads
  9350. health
  9351. heaps
  9352. heart
  9353. heartbeat
  9354. heavily
  9355. hebreu
  9356. hebrew
  9357. hecht
  9358. hedging
  9359. height
  9360. otdumpinternetstatus
  9361. otdumpportregistry
  9362. otendpointinfo
  9363. otfindserialports
  9364. otllctest
  9365. otlookupnametest
  9366. otpingsample
  9367. otsimpledownloadhttp
  9368. otsimpleserverhttp
  9369. otstreamlogviewer
  9370. ottcpwilldial
  9371. ottraceroutesample
  9372. output
  9373. overview
  9374. packagetool
  9375. palette
  9376. palette&gworld
  9377. palette&gworld
  9378. paper
  9379. papserversample
  9380. found such as...
  9381.     display dialog "Sorry, the item you selected could not be found."
  9382.     return
  9383. end try
  9384. All Packages
  9385. Dev.CD Jan 96 SSWP
  9386. Dev.CD Jan 96 SSV
  9387. 29861X
  9388. Jan 96
  9389. f--set theItem to choose file -- uncomment to test in an AS editor
  9390.     tell application "Finder"
  9391.         open item "Dev.CD Jan 96 SSW"
  9392.         activate
  9393.     end tell
  9394. on error errMsg number errNum
  9395.     --enter statements to perform when no records are found such as...
  9396.     display dialog "Sorry, the item you selected could not be found."
  9397.     return
  9398. end try
  9399. All Packages
  9400. 29862
  9401. transport
  9402. debug
  9403. transport
  9404. kernel
  9405. strlog
  9406. debug
  9407. streams
  9408. transport
  9409. mapper
  9410. mapperref
  9411. transport
  9412. netstat
  9413. display
  9414. cache
  9415. logical
  9416. physic
  9417. transport
  9418. networking
  9419. appletalk
  9420. tcp/ip
  9421. transport
  9422. no-copy
  9423. receives
  9424. otbuffer
  9425. otbufferinfo
  9426. transport
  9427. rawip
  9428. transport
  9429. otgetendpointinfo
  9430. tendpointinfo
  9431. etsda
  9432. transport
  9433. otlifo
  9434. otfifo
  9435. otlink
  9436. linked
  9437. transport
  9438. otoptionmanagment
  9439. option
  9440. management
  9441. transport
  9442. appletalk
  9443. printer
  9444. access
  9445. protocol
  9446. handoff
  9447. transport
  9448. registry
  9449. otgetindexedport
  9450. transport
  9451. serial
  9452. registry
  9453. otgetuserportnamefro
  9454. transport
  9455. endpoint
  9456. download
  9457. fetch
  9458. transport
  9459. endpoint
  9460. server
  9461. listen
  9462. single-l
  9463. opendoc
  9464. opendoc
  9465. component
  9466. software
  9467. compound
  9468. document
  9469. architecture
  9470. opengl
  9471. opengl
  9472. graphics
  9473. found."
  9474.     return
  9475. end try
  9476. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.J'Sample Code.img
  9477. Windows Sample Code.imgK
  9478. May 98L
  9479. Jun 98M
  9480. Open TransportNkopen transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp statusO
  9481. Dev.CD Feb 00 TC:Sample Code:P
  9482. Dev.CD Feb 00 TC
  9483.  - Sample CodeV
  9484. 32507X
  9485. Feb 00^
  9486. r--set theItem to choose file -- uncomment to test in an AS editor
  9487.     tell application "Finder"
  9488.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9489.         activate
  9490.     end tell
  9491. on error errMsg number errNum
  9492.     --enter statements to perform when no records are found such as...
  9493.     display dialog "Sorry, the item you selected could not be found."
  9494.     return
  9495. end try
  9496. e    No Changeffopen transport
  9497. netstat
  9498. display
  9499. cache logical physical interfaces routing table tcp udp statusq
  9500. Dev.CD Feb 00 TC
  9501. D!All Packages
  9502. Tool Chest Edition
  9503. notation
  9504. standardgetfolder
  9505. replaces
  9506. customgetfile
  9507. und such as...
  9508.     display dialog "Sorry, the item you selected could not be found."
  9509.     return
  9510. end try
  9511. All Packages
  9512. 7.5O-Dev.CD Jan 96 SSW
  9513. Dev.CD Apr 95
  9514. Dev.CD Jan 95P,Dev.CD Jan 96 SSW
  9515. Dev.CD Apr 95
  9516. Dev.CD Jan 9V
  9517. 29865X
  9518. Jan 96
  9519. --set theItem to choose file -- uncomment to test in an AS editor
  9520.     tell application "Finder"
  9521.         open item "Dev.CD Jan 96 SSW
  9522. Dev.CD Apr 95
  9523. Dev.CD Jan 95"
  9524.         activate
  9525.     end tell
  9526. on error errMsg number errNum
  9527.     --enter statements to perform when no records are found such as...
  9528.     display dialog "Sorry, the item you selected could not be found."
  9529.     return
  9530. end try
  9531. Macintosh with 68030 processor or later, Open Transport 1.1 installed, Open Transport 1.3 SDK, Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressO
  9532. Dev.CD Feb 00 TC:Sample Code:P
  9533. Dev.CD Feb 00 TC
  9534.  - Sample CodeV
  9535. 32506X
  9536. Feb 00^
  9537. r--set theItem to choose file -- uncomment to test in an AS editor
  9538.     tell application "Finder"
  9539.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9540.         activate
  9541.     end tell
  9542. on error errMsg number errNum
  9543.     --enter statements to perform when no records are found such as...
  9544.     display dialog "Sorry, the item you selected could not be found."
  9545.     return
  9546. end try
  9547. e    No ChangefWOpen Transport
  9548. code resource
  9549. CodeWarrior
  9550. ethernet address
  9551. hardware addressq
  9552. Dev.CD Feb 00 TC
  9553. D!All Packages
  9554. Tool Chest Edition
  9555. OTDumpInternetStatus
  9556. MTOpenTransport 1.1.2 and OpenTransport PPP build with OT 1.1.2 includes and librariesN(OpenTransport, PPP, Control Strip Moduletest in an AS editor
  9557.     tell application "Finder"
  9558.         open item "Dev.CD Jan 96 SSW"
  9559.         activate
  9560.     end tell
  9561. on error errMsg number errNum
  9562.     --enter statements to perform when no records are found such as...
  9563.     display dialog "Sorry, the item you selected could not be found."
  9564.     return
  9565. end try
  9566. All Packages
  9567. 7.5O)Dev.CD Jul 95
  9568. Dev.CD Apr 95
  9569. Dev.CD Mar 95P(Dev.CD Jul 95
  9570. Dev.CD Apr 95
  9571. Dev.CD Mar 9V
  9572. 29867X
  9573. Jul 95
  9574. ~--set theItem to choose file -- uncomment to test in an AS editor
  9575.     tell application "Finder"
  9576.         open item "Dev.CD Jul 95
  9577. Dev.CD Apr 95
  9578. Dev.CD Mar 95"
  9579.         activate
  9580.     end tell
  9581. on error errMsg number errNum
  9582.     --enter statements to perform when no records are found such as...
  9583.     display dialog "Sorry, the item you selected could not be found."
  9584.     return
  9585. end try
  9586. All Packages
  9587. theory
  9588. there
  9589. there
  9590. three
  9591. different
  9592. samples
  9593. showing
  9594. variat
  9595. there's
  9596. thereby
  9597. therefore
  9598. theresa
  9599. these
  9600. theta
  9601. Dev.CD Feb 00 TC:Sample Code:P
  9602. Dev.CD Feb 00 TC
  9603.  - Sample CodeV
  9604. 32505X
  9605. Feb 00^
  9606. r--set theItem to choose file -- uncomment to test in an AS editor
  9607.     tell application "Finder"
  9608.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9609.         activate
  9610.     end tell
  9611. on error errMsg number errNum
  9612.     --enter statements to perform when no records are found such as...
  9613.     display dialog "Sorry, the item you selected could not be found."
  9614.     return
  9615. end try
  9616. Movedf&OpenTransport
  9617. Control Strip Moduleq
  9618. Dev.CD Feb 00 TC
  9619. D!All Packages
  9620. Tool Chest Edition
  9621. OTCodeResource
  9622. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  9623. J'Sample Code.img
  9624. Windows Sample Code.imgK
  9625. Apr 96L
  9626. Jun 98:Sample Code:V
  9627. 32506X
  9628. 1e    No Change
  9629. summary
  9630. virtual
  9631. server
  9632. attempt
  9633. provide
  9634. piece
  9635. summary
  9636. virtual
  9637. tutorial
  9638. provides
  9639. quick
  9640. intro
  9641. summary
  9642. services
  9643. apple
  9644. event
  9645. suite
  9646. allows
  9647. appli
  9648. summary
  9649. these
  9650. applications
  9651. demonstrate
  9652. write
  9653. backgr
  9654.         activate
  9655.     end tell
  9656. on error errMsg number errNum
  9657.     --enter statements to perform when no records are found such as...
  9658.     display dialog "Sorry, the item you selected could not be found."
  9659.     return
  9660. end try
  9661. All Packages
  9662. Dev.CD Jul 95P
  9663. Dev.CD Jul 9V
  9664. 29871X
  9665. Jul 95
  9666. b--set theItem to choose file -- uncomment to test in an AS editor
  9667.     tell application "Finder"
  9668.         open item "Dev.CD Jul 95"
  9669.         activate
  9670.     end tell
  9671. on error errMsg number errNum
  9672.     --enter statements to perform when no records are found such as...
  9673.     display dialog "Sorry, the item you selected could not be found."
  9674.     return
  9675. end try
  9676. All Packages
  9677. Dev.CD Jul 95V
  9678. 29872X
  9679. cond.  
  9680. J'Sample Code.img
  9681. Windows Sample Code.imgK
  9682. Feb 97L
  9683. Mar 97M
  9684. Open Transport 1.1.1 or greaterO
  9685. Dev.CD Feb 00 TC:Sample Code:P
  9686. Dev.CD Feb 00 TC
  9687.  - Sample Code       activate
  9688.     end tell
  9689. on error errMsg number errNum
  9690.     --enter statements to perform when no records are found such as...
  9691.     display dialog "Sorry, the item you selected could not be found."
  9692.     return
  9693. end try
  9694. All Packages
  9695. 7.5O)Dev.CD Jul 95
  9696. Dev.CD Apr 95
  9697. Dev.CD Jan 95P(Dev.CD Jul 95
  9698. Dev.CD Apr 95
  9699. Dev.CD Jan 9V
  9700. 29873X
  9701. Jul 95
  9702. ~--set theItem to choose file -- uncomment to test in an AS editor
  9703.     tell application "Finder"
  9704.         open item "Dev.CD Jul 95
  9705. Dev.CD Apr 95
  9706. Dev.CD Jan 95"
  9707.         activate
  9708.     end tell
  9709. on error errMsg number errNum
  9710.     --enter statements to perform when no records are found such as...
  9711.     display dialog "Sorry, the item you selected could not be found."
  9712.     return
  9713. end try
  9714. All Packages
  9715. 29874X
  9716. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  9717. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  9718. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  9719. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  9720. greatest
  9721. greatly
  9722. green
  9723. greenspon
  9724. greeting
  9725. gridwindowgrow
  9726. griffith
  9727. group
  9728. groups
  9729. growing
  9730. grown
  9731. gs/os
  9732. guarantee
  9733. guaranteed
  9734. guest
  9735. guide
  9736. guide-intelligent
  9737. guideline
  9738. guidelines
  9739. n "Finder"
  9740.         open item "Dev.CD Jul 95
  9741. Dev.CD Apr 95"
  9742.         activate
  9743.     end tell
  9744. on error errMsg number errNum
  9745.     --enter statements to perform when no records are found such as...
  9746.     display dialog "Sorry, the item you selected could not be found."
  9747.     return
  9748. end try
  9749. 32504X
  9750. Feb 00^
  9751. r--set theItem to choose file -- uncomment to test in an AS editor
  9752.     tell application "Finder"
  9753.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9754.         activate
  9755.     end tell
  9756. on error errMsg number errNum
  9757.     --enter statements to perform when no records are found such as...
  9758.     display dialog "Sorry, the item you selected could not be found."
  9759.     return
  9760. end try
  9761. Movedq
  9762. Dev.CD Feb 00 TC
  9763. D!All Packages
  9764. Tool Chest Edition
  9765. OT/PPP Control Strip Sample
  9766. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  9767. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  9768. J'Sample Code.img
  9769. Windows Sample Code.imgK
  9770. Mar 97
  9771. The PAPServerSample demonstrates the use of the Open Transport to create a Printer Access Protocol Server.  This sample supports multiple simultaneous connections under OT 2.0 and greater.  
  9772. PAPServerSample demonstrates some of the following network programming techniques
  9773. 1. Implementing a PAP Server which supports multiple handoff endpoints.
  9774. 2. Using the OTIoctl to enable selfsend mode.
  9775. 3. Using OptionManagement to enable the EOM (End-of-message option).
  9776. 4. Using OptionManagement to set 
  9777. Ithe default server message.
  9778. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  9779. J'Sample Code.img
  9780. Windows Sample Code.imgK
  9781. Mar 98L
  9782. Sep 99O
  9783. Dev.CD Feb 00 TC:Sample Code:D
  9784. All Packages
  9785. 29880X
  9786. SSW 7.6 with OT 1.1.2 or greater is required.  For multiple handoff endpoint support OT 2.0 with SSW 8.5 is required.
  9787. To open the project files, Metrowerks CodeWarrior Pro 2.0, IDE v2.1 is required. NoOpen Transport, PAP, AppleTalk, Printer Access Protocol, handoff endpoints, AppleTalk Transaction Protocol, ATPO
  9788. Dev.CD Feb 00 TC:Sample Code:P
  9789. Dev.CD Feb 00 TC
  9790.  - Sample Code
  9791. 32503X
  9792. Feb 00^
  9793. r--set theItem to choose file -- uncomment to test in an AS editor
  9794.     tell application "Finder"
  9795.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9796.         activate
  9797.     end tell
  9798. on error errMsg number errNum
  9799.     --enter statements to perform when no records are found such as...
  9800.     display dialog "Sorry, the item you selected could not be found."
  9801.     return
  9802. end try
  9803. e    No ChangefiOpen Transport
  9804. AppleTalk
  9805. Printer Access Protocol
  9806. handoff endpoints
  9807. AppleTalk Transaction Protocol
  9808. Dev.CD Feb 00 TC
  9809. D!All Packages
  9810. Tool Chest Edition
  9811. OT Server Sample 1.0.1
  9812.     n 9V
  9813. 29881X
  9814. Jul 95
  9815. database
  9816. databases
  9817. datafork
  9818. datagram
  9819. dater
  9820. dates
  9821. datething
  9822. david
  9823. davidson
  9824. day-to-day
  9825. daylight
  9826. daystar
  9827. dboxproc
  9828. d could not be found."
  9829.     return
  9830. end try
  9831. All Packages
  9832. Dev.CD Apr 95
  9833. Dev.CD Feb 95P
  9834. Dev.CD Apr 95
  9835. Dev.CD Feb 9V
  9836. 29883X
  9837. Apr 95
  9838. p--set theItem to choose file -- uncomment to test in an AS editor
  9839.     tell application "Finder"
  9840.         open item "Dev.CD Apr 95
  9841. Dev.CD Feb 95"
  9842.         activate
  9843.     end tell
  9844. on error errMsg number errNum
  9845.     --enter statements to perform when no records are found such as...
  9846.     display dialog "Sorry, the item you selected could not be found."
  9847.     return
  9848. end try
  9849. reports
  9850. builder
  9851. built-in
  9852. bundle
  9853. bundle
  9854. services
  9855. burned-in
  9856. burned-in
  9857. address
  9858. business
  9859. business
  9860. processes
  9861. button
  9862. buttons
  9863. opentransport
  9864. cacheQ
  9865. cache
  9866. ratesQ
  9867. cacheline
  9868. cad/cam
  9869. calibrator
  9870. camera
  9871. capabilities
  9872. capture
  9873. printing
  9874. manager
  9875. socket
  9876. services
  9877. cardbus
  9878. audio
  9879. toolkit
  9880. cd-rom
  9881. center
  9882. cfallocator
  9883. cfarray
  9884. cfarray
  9885. cfbag
  9886. cfbag
  9887. cfbase
  9888. cfbase
  9889. cfbinaryheap
  9890. cfbinaryheap
  9891. cfbitvector
  9892. cfbitvector
  9893. cfbundle
  9894. cfbundle
  9895. cfcharacterset
  9896. cfcharacterset
  9897. cfcomparatorfunction
  9898. cfcomparisonresult
  9899. cfdata
  9900. cfdata
  9901. cfdictionary
  9902. cfdictionary
  9903. cfequal
  9904. cfhash
  9905. cfhashcode
  9906. cfindex
  9907. optimizations
  9908. optimize
  9909. optimized
  9910. optimizer
  9911. optimizing
  9912. optimum
  9913. option
  9914. optional
  9915. optionmanagement
  9916. options
  9917. Wou selected could not be found."
  9918.     return
  9919. end try
  9920. All Packages
  9921. Dev.CD Apr 95
  9922. Dev.CD Feb 95V
  9923. 29886X
  9924. assistant
  9925. atags
  9926. atags
  9927. manual
  9928. atags
  9929. manual
  9930. atalk
  9931. atalk
  9932. toolkit
  9933. atalkzones
  9934. atalkzones
  9935. atsui
  9936. audio
  9937. audio
  9938. compilable
  9939. authentication
  9940. authoring
  9941. autoguest
  9942. autoguest
  9943. user's
  9944. guide
  9945. autoguest
  9946. autotest
  9947. auxiliary
  9948. avoid
  9949. avoid
  9950. audio
  9951. pitfalls
  9952. guide
  9953. b-british
  9954. backgrounder
  9955. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  9956. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  9957. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  9958. the Mac OS file system.
  9959. J'Sample Code.img
  9960. Windows Sample Code.imgK
  9961. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  9962. Dev.CD Feb 00 TC:Sample Code:P
  9963. Dev.CD Feb 00 TC
  9964.  - Sample Codeenter statements to perform when no records are found such as...
  9965.     display dialog "Sorry, the item you selected could not be found."
  9966.     return
  9967. end try
  9968. All Packages
  9969. Dev.CD Apr 95P
  9970. Dev.CD Apr 9V
  9971. 29888X
  9972. Apr 95
  9973. opengl
  9974. macintosh
  9975. enables
  9976. computer
  9977. display
  9978. three-
  9979. opening
  9980. openmultfiles
  9981. openport
  9982. o test in an AS editor
  9983.     tell application "Finder"
  9984.         open item "Dev.CD Apr 95
  9985. Dev.CD Jan 95"
  9986.         activate
  9987.     end tell
  9988. on error errMsg number errNum
  9989.     --enter statements to perform when no records are found such as...
  9990.     display dialog "Sorry, the item you selected could not be found."
  9991.     return
  9992. end try
  9993. All Packages
  9994. Dev.CD Apr 95
  9995. Dev.CD Jan 95P
  9996. Dev.CD Apr 95
  9997. Dev.CD Jan 9V
  9998. 29890X
  9999. Apr 95
  10000. p--set theItem to choose file -- uncomment to test in an AS editor
  10001.     tell application "Finder"
  10002.         open item "Dev.CD Apr 95
  10003. Dev.CD Jan 95"
  10004.         activate
  10005.     end tell
  10006. on error errMsg number errNum
  10007.     --enter statements to perform when no records are found such as...
  10008.     display dialog "Sorry, the item you selected could not be found."
  10009.     return
  10010. end try
  10011. All Packages
  10012. 29891X
  10013. 32502X
  10014. Feb 00^
  10015. r--set theItem to choose file -- uncomment to test in an AS editor
  10016.     tell application "Finder"
  10017.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10018.         activate
  10019.     end tell
  10020. on error errMsg number errNum
  10021.     --enter statements to perform when no records are found such as...
  10022.     display dialog "Sorry, the item you selected could not be found."
  10023.     return
  10024. end try
  10025. e    No Changef1Optimization
  10026. buffered file system
  10027. cache
  10028. cachelineq
  10029. Dev.CD Feb 00 TC
  10030. D!All Packages
  10031. Tool Chest Edition
  10032. OT PAPServerSample
  10033. agree@
  10034. algorithm@
  10035. allocating@
  10036. alpha@
  10037. altdboxproc@
  10038. extension
  10039. which
  10040. enables
  10041. developers
  10042. adopt
  10043. high-leve@
  10044. and/or@
  10045. another@
  10046. anymore@
  10047. apis@
  10048. append@
  10049. apple
  10050. computer
  10051. apple
  10052. sprockets
  10053. libraries
  10054. designed
  10055. simplify
  10056. applescript@
  10057. applesearch@
  10058. appletalk's@
  10059. application
  10060. application's@
  10061. applied@
  10062. architecture@
  10063. architecture/roadmap@
  10064. area@
  10065. as-is@
  10066. asked@
  10067. association@
  10068. attention@
  10069. available@
  10070. balloon@
  10071. basis@
  10072. beaker@
  10073. bechtel@
  10074. beginning@
  10075. beta@
  10076. blackketter@
  10077. bottleneck@
  10078. boxes@
  10079. bufcallback@
  10080. build@
  10081. building@
  10082. button@
  10083. byte@
  10084. calibration@
  10085. callhyper@
  10086. calvacom@
  10087. cameras@
  10088. can't@
  10089. cancelwindowcheckout@
  10090. cannot@
  10091. IpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  10092. QuickTime tools.imgK
  10093. Feb 94O@Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:PHDev.CD Feb 00 TC
  10094.  - Tool Chest
  10095.  - Testing & Debugging
  10096.  - QuickTime toolsV
  10097. 32807X
  10098. Feb 00^
  10099. --set theItem to choose file -- uncomment to test in an AS editor
  10100.     tell application "Finder"
  10101.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:"
  10102.         activate
  10103.     end tell
  10104. on error errMsg number errNum
  10105.     --enter statements to perform when no records are found such as...
  10106.     display dialog "Sorry, the item you selected could not be found."
  10107.     return
  10108. end try
  10109. e    No Changeq
  10110. Dev.CD Feb 00 TC
  10111. D!All Packages
  10112. Tool Chest Edition
  10113. QuickTime Tools
  10114. advantages
  10115. adventures
  10116. advertisements
  10117. advertising
  10118. advice
  10119. advisable
  10120. ae/em
  10121. aecdev/aedeamon
  10122. aecoercion
  10123. aecoercioninit
  10124. aegestalt
  10125. aegizmos
  10126. aeobject-edition1.0.
  10127. aerecords
  10128. aesend
  10129. aetracker
  10130. affect
  10131. affected
  10132. affects
  10133. affordable
  10134. affordance
  10135. afloat
  10136. after
  10137. again
  10138. against
  10139. age-old
  10140. agent
  10141. agents
  10142. aggregate
  10143. aggressive
  10144. aglfonts
  10145. ound."
  10146.     return
  10147. end try
  10148. All Packages
  10149. Dev.CD Apr 95P
  10150. Dev.CD Apr 9V
  10151. 29895X
  10152. Apr 95
  10153. J4Install OpenGL
  10154. Installer
  10155. OpenGL Parts
  10156. OpenGL Read MeK
  10157. Jul 99L
  10158. Jan 00M
  10159.  A PowerPC
  10160.  based computer with a minimum of 32 megabytes of memory (RAM)
  10161.  Mac OS System 8.1 or later
  10162.  QuickDraw3D 1.6 or laterN
  10163. OpenGL, 3D, graphics
  10164. O2Dev.CD Jan 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Jan 00 SDK1
  10165.  - Development Kits
  10166.  - Mac OS
  10167.  - OpenGLV
  10168. 32501X
  10169. Jan 00^
  10170. --set theItem to choose file -- uncomment to test in an AS editor
  10171.     tell application "Finder"
  10172.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:OpenGL:"
  10173.         activate
  10174.     end tell
  10175. on error errMsg number errNum
  10176.     --enter statements to perform when no records are found such as...
  10177.     display dialog "Sorry, the item you selected could not be found."
  10178.     return
  10179. end try
  10180. e    No Changef
  10181. OpenGL
  10182. graphics
  10183. o%ftp://ftp.apple.com/developer/opengl/q
  10184. Dev.CD Jan 00 SDK1
  10185. D!All Packages
  10186. Tool Chest Edition
  10187. Optimization TN Demos
  10188.     7.5O
  10189. Dev.CD Apr 96 SDK2P
  10190. Dev.CD Apr 96 SDKV
  10191. 29898X
  10192. Apr 96
  10193. designer
  10194. designers
  10195. designing
  10196. desired
  10197. deskpat
  10198. desktop
  10199. deskwriter
  10200. despair
  10201. despite
  10202. destination
  10203. destroy
  10204. destroy
  10205. needs
  10206. destroyglfromwindow
  10207. detached
  10208. detail
  10209. detailed
  10210. detailed
  10211. developer
  10212. documentation
  10213. detailing
  10214. details
  10215. detect
  10216. detecting
  10217. detection
  10218. detective
  10219. wanted
  10220. wanting
  10221. wants
  10222. warming
  10223. warning
  10224. warnings
  10225. warns
  10226. warrior
  10227. waste
  10228. waste
  10229. editing
  10230. library
  10231. macintosh
  10232. programmers
  10233. watch
  10234. watcher
  10235. watching
  10236. wavetable
  10237. wavetablesynth
  10238. waving
  10239. W  end tell
  10240. on error errMsg number errNum
  10241.     --enter statements to perform when no records are found such as...
  10242.     display dialog "Sorry, the item you selected could not be found."
  10243.     return
  10244. end try
  10245. All Packages
  10246. 7.5 (Slim)O
  10247. Dev.CD Apr 95P
  10248. Dev.CD Apr 9V
  10249. 29901X
  10250. Apr 95
  10251. opengl
  10252. drawsprocket
  10253. multiple
  10254. monitor
  10255. renderer
  10256. opening
  10257. openstep
  10258. opentransport
  10259. opentransport
  10260. cache
  10261. display
  10262. opentransport
  10263. control
  10264. strip
  10265. module
  10266. opentransport
  10267. server
  10268. thread
  10269. manager
  10270. tcp/ip
  10271. iostreams
  10272. optimization
  10273. optimization
  10274. buffered
  10275. system
  10276. cache
  10277. cacheline
  10278. optimization
  10279. power
  10280. macintosh
  10281. powerpc
  10282. toolbox
  10283. easing
  10284. quickdraw
  10285. viewer
  10286. thompson
  10287. easy-to-use
  10288. easyplayrecord
  10289. eaxmple
  10290. edgar
  10291. edit-related
  10292. editable
  10293. editcdev
  10294. edited
  10295. editing
  10296. editors
  10297. edittext
  10298. edittextcdev
  10299. educational
  10300. effect
  10301. effective
  10302. effectively
  10303. effectiveness
  10304. effects
  10305. efficient
  10306. efficiently
  10307. effort
  10308. effortless
  10309. effortlessly
  10310. downfall
  10311. download
  10312. download
  10313. directory
  10314. listing
  10315. download
  10316. given
  10317. download/upload
  10318. download/upload
  10319. entire
  10320. directory
  10321. downloaded
  10322. downloading
  10323. downloads
  10324. dozen
  10325. dozens
  10326. draft
  10327. draftbits
  10328. drafting
  10329. drag-and-drop
  10330. dragable
  10331. dragged
  10332. dragging
  10333. draglib
  10334. draglow
  10335. dragwindow
  10336. dragwindowgrid
  10337. dramatic
  10338. dramatically
  10339. drawback
  10340. ) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  10341.         
  10342. This sample illustrates the second method which makes it simpler and allows us to illustrate the DSp/OpenGL interface well.      
  10343. Note: You will have to replace the access paths for the GameSprcokets SDK and OpenGL SDK with valid ones for your local environment.
  10344. J'Sample Code.img
  10345. Windows Sample Code.imgK
  10346. Nov 99M)Mac OS 8.1+, OpenGL SDK, DrawSprocket SDKN0OpenGL, DrawSprocket, multiple monitor, rendererO
  10347. Dev.CD Feb 00 TC:Sample Code:P
  10348. Dev.CD Feb 00 TC
  10349.  - Sample Code    open item "Dev.CD Jan 96 SSW"
  10350.         activate
  10351.     end tell
  10352. on error errMsg number errNum
  10353.     --enter statements to perform when no records are found such as...
  10354.     display dialog "Sorry, the item you selected could not be found."
  10355.     return
  10356. end try
  10357. All Packages
  10358. 7.5.2 (7200/9500)V
  10359. 29907X
  10360.   tell application "Finder"
  10361.         open item "Dev.CD Nov 95 TC"
  10362.         activate
  10363.     end tell
  10364. on error errMsg number errNum
  10365.     --enter statements to perform when no records are found such as...
  10366.     display dialog "Sorry, the item you selected could not be found."
  10367.     return
  10368. end try
  10369. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  10370.         
  10371. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  10372. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  10373. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  10374. wishes
  10375. wishing
  10376. withQ
  10377. W    display dialog "Sorry, the item you selected could not be found."
  10378.     return
  10379. end try
  10380. All Packages
  10381. 7.5.2 (7200/9500)V
  10382. 29912X
  10383. 32500X
  10384. Feb 00^
  10385. r--set theItem to choose file -- uncomment to test in an AS editor
  10386.     tell application "Finder"
  10387.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10388.         activate
  10389.     end tell
  10390. on error errMsg number errNum
  10391.     --enter statements to perform when no records are found such as...
  10392.     display dialog "Sorry, the item you selected could not be found."
  10393.     return
  10394. end try
  10395. e    No Changef-OpenGL
  10396. DrawSprocket
  10397. multiple monitor
  10398. rendererq
  10399. Dev.CD Feb 00 TC
  10400. D!All Packages
  10401. Mac OS SDK Edition
  10402. OpenGL Install
  10403. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  10404. What's New in OpenGL
  10405.  1.1.2:
  10406.  Internal texture format hint is now supported
  10407.  Better AGP texture management
  10408.  Added support for Velocity Engine
  10409.  Support for the EXT_texture_env_add extension
  10410.  Lots of performance optimizations
  10411. 32501X
  10412. 1e    No Change
  10413. callhyper
  10414. calling
  10415. calls
  10416. increase
  10417. increased
  10418. increases
  10419. increasing
  10420. incredibly
  10421. increment
  10422. incremental
  10423. independant
  10424. independently
  10425. index
  10426. index2color
  10427. indicated
  10428. indicates
  10429. indicator
  10430. indices
  10431. indispensable
  10432. individual
  10433. industry
  10434. industry-standard
  10435. industrywatch
  10436. inefficiency
  10437. inflict
  10438. infomation
  10439. informationW
  10440. informational
  10441. infrared
  10442. inheritance
  10443. implementations
  10444. implemented
  10445. implementing
  10446. implements
  10447. implications
  10448. implimentation
  10449. implimenting
  10450. implmenetation
  10451. implmentations
  10452. import
  10453. import/export/reloca
  10454. improve
  10455. improved
  10456. improvement
  10457. improvements
  10458. improves
  10459. improving
  10460. otherwise
  10461. othmer
  10462. otioctl
  10463. otlifo
  10464. otpingsample
  10465. otrcv
  10466. otserverlimits
  10467. otstreamlogviewer
  10468. otstreamlogviewer
  10469. sample
  10470. developer
  10471. ottraceroutesample
  10472. ottransferproviderow
  10473. ought
  10474. oughta
  10475. ouput
  10476. outline
  10477. outlined
  10478. outlines
  10479. outlining
  10480. outlook
  10481. outperform
  10482. output
  10483. outputs
  10484. outside
  10485. outstanding
  10486. ovals
  10487. overW
  10488. truetype
  10489. truffles
  10490. truncate
  10491. truth
  10492. trying
  10493. tsmte
  10494. ttextgridview
  10495. ttextlistview
  10496. tubetest
  10497. tuneplayer
  10498. tuning
  10499. tunnel
  10500. tupledumper
  10501. tuples
  10502. turbo
  10503. turkish
  10504. turnedQ
  10505. turning
  10506. turns
  10507. turtle
  10508. tutorial
  10509. tween
  10510. twice
  10511. twiddle
  10512. twisted
  10513. twists
  10514. All Packages
  10515. 7.5.2 (7200/9500)O
  10516. Dev.CD Oct 95 SSWP
  10517. Dev.CD Oct 95 SSV
  10518. 29921X
  10519. Oct 95
  10520. PBDev.CD Feb 00 TC
  10521.  - Tool Chest
  10522.  - Hardware
  10523.  - OpenFWBridgeFixJul97Oct 95 SSV
  10524. 29922X
  10525. Oct 95
  10526. f--set theItem to choose file -- uncomment to test in an AS editor
  10527.     tell application "Finder"
  10528.         open item "Dev.CD Oct 95 SSW"
  10529.         activate
  10530.     end tell
  10531. on error errMsg number errNum
  10532.     --enter statements to perform when no records are found such as...
  10533.     display dialog "Sorry, the item you selected could not be found."
  10534.     return
  10535. end try
  10536. All Packages
  10537. 7.5.2 (7200/9500)O
  10538. Dev.CD Oct 95 SSWP
  10539. Dev.CD Oct 95 SSV
  10540. 29923X
  10541. Oct 95
  10542. f--set theItem to choose file -- uncomment to test in an AS editor
  10543.     tell application "Finder"
  10544.         open item "Dev.CD Oct 95 SSW"
  10545.         activate
  10546.     end tell
  10547. on error errMsg number errNum
  10548.     --enter statements to perform when no records are found such as...
  10549.     display dialog "Sorry, the item you selected could not be found."
  10550.     return
  10551. end try
  10552. All Packages
  10553. 7.5.2 (7200/9500)V
  10554. 29924X
  10555. pluses
  10556. pmforecolor
  10557. point
  10558. point-to-point
  10559. pointer
  10560. pointers
  10561. pointing
  10562. points
  10563. polaschek
  10564. polish
  10565. polyhedral
  10566. polymorphic
  10567. polymorphism
  10568. pop-up
  10569. popmenus
  10570. popular
  10571. populate
  10572. mpt; to set OF NVRAM variables, type "setenv name value".
  10573. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  10574. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  10575.  the Tanzania-family machines listed above.
  10576. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  10577. Any MacOS prior to 8.2.
  10578. Hanging on boot (black screen) is possible with the above configuration.
  10579. JDBugDetails
  10580. Buildscript
  10581. Extension.a
  10582. Extension.r
  10583. OpenFWBridgeFixJuly97K
  10584. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:ct 95
  10585. 33304X
  10586. Nov 99^
  10587. --set theItem to choose file -- uncomment to test in an AS editor
  10588.     tell application "Finder"
  10589.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  10590.         activate
  10591.     end tell
  10592. on error errMsg number errNum
  10593.     --enter statements to perform when no records are found such as...
  10594.     display dialog "Sorry, the item you selected could not be found."
  10595.     return
  10596. end try
  10597. Deletedf$utility
  10598. heap zones
  10599. handles
  10600. resourcesq
  10601. Dev.CD Nov 99 TC
  10602. D!All Packages
  10603. Mac OS SDK Edition
  10604. Zoomed Video Driver v1.0 SDK
  10605.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  10606. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  10607. The problem was that incorrect OF code was being matched up with 
  10608. certain PCI cards that contained PCI-PCI bridges.
  10609. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  10610. mentioned above perform the matching task.
  10611. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  10612. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  10613. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  10614. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  10615. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  10616. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  10617. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  10618. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  10619. RAM) with an image contained in the Extension.
  10620. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  10621. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  10622. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  10623. In the Device Tree probing process, OF builds a
  10624. install
  10625. install
  10626. english
  10627. install
  10628. francais
  10629. install
  10630. install
  10631. install
  10632. install
  10633. install
  10634. install
  10635. 7.5.2 (7200/9500)V
  10636. 29934X
  10637. 32499X
  10638. Feb 00^
  10639. --set theItem to choose file -- uncomment to test in an AS editor
  10640.     tell application "Finder"
  10641.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  10642.         activate
  10643.     end tell
  10644. on error errMsg number errNum
  10645.     --enter statements to perform when no records are found such as...
  10646.     display dialog "Sorry, the item you selected could not be found."
  10647.     return
  10648. end try
  10649. e    No ChangefVTanzania
  10650. Zanzibar
  10651. StarMax
  10652. Open Firmware
  10653. Bridge
  10654. PCI-PCI Bridge
  10655. Riserq
  10656. Dev.CD Feb 00 TC
  10657. D!All Packages
  10658. Tool Chest Edition
  10659. OpenGL DrawSprocket
  10660. J)Development:
  10661. Japanese:
  10662. Recipes:
  10663. Apr 96L
  10664. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  10665.  - Development Kits (Disc 2)
  10666.  - OpenDoc InternationalV
  10667. 32498X
  10668. Jan 97^
  10669. --set theItem to choose file -- uncomment to test in an AS editor
  10670.     tell application "Finder"
  10671.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  10672.         activate
  10673.     end tell
  10674. on error errMsg number errNum
  10675.     --enter statements to perform when no records are found such as...
  10676.     display dialog "Sorry, the item you selected could not be found."
  10677.     return
  10678. end try
  10679. Deletedq
  10680. Dev.CD Jan 97 SDK2
  10681. D!All Packages
  10682. Tool Chest Edition
  10683. OpenFWBridgeFixJul97
  10684.     tatements to perform when no records are found such as...
  10685.     display dialog "Sorry, the item you selected could not be found."
  10686.     return
  10687. end try
  10688. All Packages
  10689. 7.5.2 (7200/9500)O
  10690. Dev.CD Apr 96 SSWP
  10691. Dev.CD Apr 96 SSV
  10692. 29936X
  10693. Apr 96
  10694. 33271X
  10695. Feb 00^
  10696. --set theItem to choose file -- uncomment to test in an AS editor
  10697.     tell application "Finder"
  10698.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:"
  10699.         activate
  10700.     end tell
  10701. on error errMsg number errNum
  10702.     --enter statements to perform when no records are found such as...
  10703.     display dialog "Sorry, the item you selected could not be found."
  10704.     return
  10705. end try
  10706. e    No Changeq
  10707. Dev.CD Feb 00 TC
  10708. D!All Packages
  10709. Tool Chest Edition
  10710. Virtual Sphere 1.0.1
  10711. /Summary: This package contains an application that demonstrates five "virtual controllers" for use in rotating three-dimensional 3D objects with the mouse, and an application to compare the controllers in an experiment. 
  10712. Features: Source code for implementing the Virtual Sphere controller is provided.
  10713. 33272X
  10714. 1e    No Change
  10715. a-law
  10716. usage
  10717. use-nvramrc
  10718. usedQ
  10719. training
  10720. using
  10721. verilog
  10722. release
  10723. notes
  10724. release
  10725. notes
  10726. 8/31/93
  10727. relstring
  10728. remote
  10729. remote
  10730. control
  10731. remote
  10732. control
  10733. remote
  10734. control
  10735. removefile
  10736. removefile
  10737. removefolder
  10738. removefolder
  10739. ords are found such as...
  10740.     display dialog "Sorry, the item you selected could not be found."
  10741.     return
  10742. end try
  10743.  we think, less confusing to simply call it ODF 3.
  10744. This release supports the following development environments for PowerPC: 
  10745.    - Metrowerks CodeWarrior 10
  10746.    - MrC for MPW
  10747. This release supports the  following build environments  for 68K:
  10748.    - Symantec C++ for MPW
  10749.    - CodeWarrior 10 for 68K
  10750. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  10751. Developer University:
  10752. Documentation:
  10753. Getting Started:
  10754. Important Information
  10755. Localization Tools:
  10756. ODF Sample Parts:
  10757. ODF-Interest Archive:
  10758. ODFDev:
  10759. ODFLibrary 1.2:
  10760. PartMaker:
  10761. Release Notes:
  10762. Tools & Goodies:
  10763. Updates & Patches:K
  10764. Apr 96L
  10765. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  10766.  - Development Kits (Disc 2)
  10767.  - OpenDoc Development Frameworke item you selected could not be found."
  10768.     return
  10769. end try
  10770. All Packages
  10771. 7.5.2 (7500/8500)O
  10772. Dev.CD Jan 96 SSWP
  10773. Dev.CD Jan 96 SSV
  10774. 29941X
  10775. Jan 96
  10776. 32497X
  10777. Jan 97^
  10778. --set theItem to choose file -- uncomment to test in an AS editor
  10779.     tell application "Finder"
  10780.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  10781.         activate
  10782.     end tell
  10783. on error errMsg number errNum
  10784.     --enter statements to perform when no records are found such as...
  10785.     display dialog "Sorry, the item you selected could not be found."
  10786.     return
  10787. end try
  10788. Deletedq
  10789. Dev.CD Jan 97 SDK2
  10790. D!All Packages
  10791. Mac OS SDK Edition
  10792. OpenDoc International
  10793. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  10794. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  10795. 32498X
  10796. Deleted
  10797. /8500)V
  10798. 29944X
  10799. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  10800. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  10801. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  10802. customer
  10803. million
  10804. windo
  10805.     tell application "Finder"
  10806.         open item "Dev.CD Jan 96 SSW"
  10807.         activate
  10808.     end tell
  10809. on error errMsg number errNum
  10810.     --enter statements to perform when no records are found such as...
  10811.     display dialog "Sorry, the item you selected could not be found."
  10812.     return
  10813. end try
  10814. All Packages
  10815. 7.5.2 (7500/8500)O
  10816. Dev.CD Jan 96 SSWP
  10817. Dev.CD Jan 96 SSV
  10818. 29946X
  10819. Jan 96
  10820. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  10821. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  10822. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  10823. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  10824. Contains OpenDoc
  10825.  1.1, documentation, and development essentials.
  10826. Cyberdog 1.1:
  10827. Developer Documentation:
  10828. Installing OpenDoc
  10829. Introduction to Component SW:
  10830. Licensing:
  10831. OpenDoc Development:
  10832. OpenDoc Development Framework
  10833. OpenDoc DR6 ReadMe
  10834. OpenDoc
  10835.  Source CodeK
  10836. Apr 96L
  10837. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:
  10838. Any Macintosh with 68030 or greater, or Power Macintosh.
  10839. Suggested 8MB RAM or more.
  10840.  OS Version 7.1.1 or later for 68K Macintosh
  10841. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  10842.  - Development Kits (Disc 2)
  10843.  - OpenDoc
  10844. 32496X
  10845. Jan 97^
  10846. --set theItem to choose file -- uncomment to test in an AS editor
  10847.     tell application "Finder"
  10848.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  10849.         activate
  10850.     end tell
  10851. on error errMsg number errNum
  10852.     --enter statements to perform when no records are found such as...
  10853.     display dialog "Sorry, the item you selected could not be found."
  10854.     return
  10855. end try
  10856. DeletedfPOpenDoc
  10857. Component Software
  10858. Compound Document Architecture
  10859. Objects
  10860. CORBAq
  10861. Dev.CD Jan 97 SDK2
  10862. D!All Packages
  10863. Mac OS SDK Edition
  10864. F(OpenDoc Development Framework, Release 3
  10865.         open item "Dev.CD Jan 96 SSW"
  10866.         activate
  10867.     end tell
  10868. on error errMsg number errNum
  10869.     --enter statements to perform when no records are found such as...
  10870.     display dialog "Sorry, the item you selected could not be found."
  10871.     return
  10872. end try
  10873. All Packages
  10874. 7.5.2 (7500/8500)O
  10875. Dev.CD Jan 96 SSWP
  10876. Dev.CD Jan 96 SSV
  10877. 29951X
  10878. Jan 96
  10879. VersionEdit 1.1
  10880. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  10881. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  10882. 7.5.3
  10883. 7.5.3
  10884. PJDev.CD Jul 99 SDK1
  10885.  - Development Kits
  10886.  - Mac OS
  10887.  - Open Transport/PPP SDKV
  10888. 32495X
  10889. Jul 99^
  10890. --set theItem to choose file -- uncomment to test in an AS editor
  10891.     tell application "Finder"
  10892.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  10893.         activate
  10894.     end tell
  10895. on error errMsg number errNum
  10896.     --enter statements to perform when no records are found such as...
  10897.     display dialog "Sorry, the item you selected could not be found."
  10898.     return
  10899. end try
  10900. Deletedf
  10901. OT/PPP SDKq
  10902. Dev.CD Jul 99 SDK1
  10903. D!All Packages
  10904. Mac OS SDK Edition
  10905. OpenDoc
  10906.     to test in an AS editor
  10907.     tell application "Finder"
  10908.         open item "Dev.CD Jan 96 SDK2"
  10909.         activate
  10910.     end tell
  10911. on error errMsg number errNum
  10912.     --enter statements to perform when no records are found such as...
  10913.     display dialog "Sorry, the item you selected could not be found."
  10914.     return
  10915. end try
  10916. All Packages
  10917. 7.5.2 (7500/8500)V
  10918. 29954X
  10919. otarpmodule
  10920. otarpmodule
  10921. other
  10922. output
  10923. overview
  10924. overview
  10925. appletalk
  10926. overview
  10927. appletalk
  10928. overview
  10929. development
  10930. overview
  10931. development
  10932. packagetool
  10933. packagetool
  10934. packagetool
  10935. packagetool
  10936. packagetool
  10937. packageutils
  10938. packageutils
  10939. packageutils
  10940. packagewindow
  10941. packagewindow
  10942. packagewindow
  10943. pages
  10944. client
  10945. interface
  10946. client
  10947. first
  10948. paper
  10949. papworkstation
  10950. papworkstation
  10951. parameters
  10952. parameters
  10953. parser
  10954. links
  10955. links
  10956. links
  10957. partmaker
  10958. partmaker
  10959. partmaker
  10960. readme
  10961. parts
  10962. pascal
  10963. pascal
  10964. sample
  10965. pasmatit
  10966. image
  10967. contains
  10968. debug
  10969. version
  10970. 2.5.2
  10971. which
  10972. image
  10973. contains
  10974. golden
  10975. master
  10976. pre-release
  10977. versi
  10978. document
  10979. lists
  10980. selectors
  10981. known
  10982. creator
  10983. document
  10984. provides
  10985. preliminary
  10986. information
  10987. about
  10988. example
  10989. simpletext
  10990. 1.4d16
  10991. sample
  10992. extension
  10993. patches
  10994. firmware
  10995. certain
  10996. macintosh
  10997. folder
  10998. includes
  10999. l Packages
  11000. 7.5.2 (7500/8500)O
  11001. Dev.CD Oct 95 SSWP
  11002. Dev.CD Oct 95 SSV
  11003. 29955X
  11004. Oct 95
  11005. f--set theItem to choose file -- uncomment to test in an AS editor
  11006.     tell application "Finder"
  11007.         open item "Dev.CD Oct 95 SSW"
  11008.         activate
  11009.     end tell
  11010. on error errMsg number errNum
  11011.     --enter statements to perform when no records are found such as...
  11012.     display dialog "Sorry, the item you selected could not be found."
  11013.     return
  11014. end try
  11015. All Packages
  11016. 7.5.2 (7500/8500)O
  11017. Dev.CD Oct 95 SSWP
  11018. Dev.CD Oct 95 SSV
  11019. 29956X
  11020. Oct 95
  11021. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  11022. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  11023. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  11024. J'Open Transport Debug
  11025. Open Transport SDKK
  11026. Jun 95L
  11027. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Jan 00 SDK1
  11028.  - Development Kits
  11029.  - Mac OS
  11030.  - Open Transport 1.3te
  11031.     end tell
  11032. on error errMsg number errNum
  11033.     --enter statements to perform when no records are found such as...
  11034.     display dialog "Sorry, the item you selected could not be found."
  11035.     return
  11036. end try
  11037. All Packages
  11038. 7.5.2 (7500/8500)V
  11039. 29959X
  11040. P^Dev.CD Jan 00 SDK1
  11041.  - Development Kits
  11042.  - Mac OS
  11043.  - Open Transport 1.3
  11044.  - Open Transport DebugV
  11045. 32494X
  11046. Jan 00^
  11047. --set theItem to choose file -- uncomment to test in an AS editor
  11048.     tell application "Finder"
  11049.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  11050.         activate
  11051.     end tell
  11052. on error errMsg number errNum
  11053.     --enter statements to perform when no records are found such as...
  11054.     display dialog "Sorry, the item you selected could not be found."
  11055.     return
  11056. end try
  11057. e    No Changef
  11058. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  11059. Dev.CD Jan 00 SDK1
  11060. D!All Packages
  11061. Mac OS SDK Edition
  11062. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  11063. OpenTptPPP.h
  11064. OT/PPP Client Dev Note 1.0K
  11065. Apr 98M
  11066. Open TransportN
  11067. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  11068. 32493X
  11069. Jan 00^
  11070. --set theItem to choose file -- uncomment to test in an AS editor
  11071.     tell application "Finder"
  11072.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:"
  11073.         activate
  11074.     end tell
  11075. on error errMsg number errNum
  11076.     --enter statements to perform when no records are found such as...
  11077.     display dialog "Sorry, the item you selected could not be found."
  11078.     return
  11079. end try
  11080. e    No Changef*Open Transport
  11081. Networking
  11082. AppleTalk
  11083. TCP/IPq
  11084. Dev.CD Jan 00 SDK1
  11085. D!All Packages
  11086. Mac OS SDK Edition
  11087. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  11088. Open Transport Debug.imgK
  11089. Jan 00M
  11090. Mac OS 9.0N
  11091. Open Transport debugOSDev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:ngeoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  11092. Dev.CD Oct 95 SSWP
  11093. Dev.CD Oct 95 SSV
  11094. 29961X
  11095. Oct 95
  11096. cancelwindowcheckout
  11097. .2 (7500/8500)O
  11098. Dev.CD Oct 95 SSWP
  11099. Dev.CD Oct 95 SSV
  11100. 29962X
  11101. Oct 95
  11102. f--set theItem to choose file -- uncomment to test in an AS editor
  11103.     tell application "Finder"
  11104.         open item "Dev.CD Oct 95 SSW"
  11105.         activate
  11106.     end tell
  11107. on error errMsg number errNum
  11108.     --enter statements to perform when no records are found such as...
  11109.     display dialog "Sorry, the item you selected could not be found."
  11110.     return
  11111. end try
  11112. All Packages
  11113. 7.5.2 (7500/8500)O
  11114. Dev.CD Apr 96 SSWP
  11115. Dev.CD Apr 96 SSV
  11116. 29963X
  11117. Apr 96
  11118. f--set theItem to choose file -- uncomment to test in an AS editor
  11119.     tell application "Finder"
  11120.         open item "Dev.CD Apr 96 SSW"
  11121.         activate
  11122.     end tell
  11123. on error errMsg number errNum
  11124.     --enter statements to perform when no records are found such as...
  11125.     display dialog "Sorry, the item you selected could not be found."
  11126.     return
  11127. end try
  11128. All Packages
  11129. 7.5.2 (7500/8500)V
  11130. 29964X
  11131. All Packages
  11132. Open TransportO
  11133. Dev.CD Jun 97 SSWP
  11134. Dev.CD Jun 97 SSV
  11135. 32491X
  11136. Jun 97
  11137. f--set theItem to choose file -- uncomment to test in an AS editor
  11138.     tell application "Finder"
  11139.         open item "Dev.CD Jun 97 SSW"
  11140.         activate
  11141.     end tell
  11142. on error errMsg number errNum
  11143.     --enter statements to perform when no records are found such as...
  11144.     display dialog "Sorry, the item you selected could not be found."
  11145.     return
  11146. end try
  11147. All Packages
  11148. Open TransportO
  11149. Dev.CD Jun 97 SSWP
  11150. Dev.CD Jun 97 SSV
  11151. 32492X
  11152. Jun 97
  11153. f--set theItem to choose file -- uncomment to test in an AS editor
  11154.     tell application "Finder"
  11155.         open item "Dev.CD Jun 97 SSW"
  11156.         activate
  11157.     end tell
  11158. on error errMsg number errNum
  11159.     --enter statements to perform when no records are found such as...
  11160.     display dialog "Sorry, the item you selected could not be found."
  11161.     return
  11162. end try
  11163. D!All Packages
  11164. Mac OS SDK Edition
  11165. Open Transport 1.3
  11166. r--set theItem to choose file -- uncomment to test in an AS editor
  11167.     tell application "Finder"
  11168.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11169.         activate
  11170.     end tell
  11171. on error errMsg number errNum
  11172.     --enter statements to perform when no records are found such as...
  11173.     display dialog "Sorry, the item you selected could not be found."
  11174.     return
  11175. end try
  11176.  not be found."
  11177.     return
  11178. end try
  11179. All Packages
  11180. 7.5.2 (7500/8500)O
  11181. Dev.CD Apr 96 SSWP
  11182. Dev.CD Apr 96 SSV
  11183. 29965X
  11184. Apr 96
  11185. f--set theItem to choose file -- uncomment to test in an AS editor
  11186.     tell application "Finder"
  11187.         open item "Dev.CD Apr 96 SSW"
  11188.         activate
  11189.     end tell
  11190. on error errMsg number errNum
  11191.     --enter statements to perform when no records are found such as...
  11192.     display dialog "Sorry, the item you selected could not be found."
  11193.     return
  11194. end try
  11195. All Packages
  11196. 7.5.2 (7500/8500)O
  11197. Dev.CD Apr 96 SSWP
  11198. Dev.CD Apr 96 SSV
  11199. 29966X
  11200. Apr 96
  11201. e    No Changef
  11202. appearance
  11203. gworld
  11204. off-screenq
  11205. Dev.CD Feb 00 TC
  11206. All Packages
  11207. Open TransportO
  11208. Dev.CD Jun 97 SSWP
  11209. Dev.CD Jun 97 SSV
  11210. 32489X
  11211. Jun 97
  11212. f--set theItem to choose file -- uncomment to test in an AS editor
  11213.     tell application "Finder"
  11214.         open item "Dev.CD Jun 97 SSW"
  11215.         activate
  11216.     end tell
  11217. on error errMsg number errNum
  11218.     --enter statements to perform when no records are found such as...
  11219.     display dialog "Sorry, the item you selected could not be found."
  11220.     return
  11221. end try
  11222. All Packages
  11223. Open TransportO
  11224. Dev.CD Jun 97 SSWP
  11225. Dev.CD Jun 97 SSV
  11226. 32490X
  11227. Jun 97
  11228. f--set theItem to choose file -- uncomment to test in an AS editor
  11229.     tell application "Finder"
  11230.         open item "Dev.CD Jun 97 SSW"
  11231.         activate
  11232.     end tell
  11233. on error errMsg number errNum
  11234.     --enter statements to perform when no records are found such as...
  11235.     display dialog "Sorry, the item you selected could not be found."
  11236.     return
  11237. end try
  11238.     C0].
  11239. OSL, Object Support Library, AppleScript, AE
  11240. ObjectSupportLib
  11241. Read MeK
  11242. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  11243.  - Development Kits (Disc 1)
  11244.  - Interfaces&Libraries
  11245.  - RuntimeLibraries
  11246.  - ObjectSupportLibare found such as...
  11247.     display dialog "Sorry, the item you selected could not be found."
  11248.     return
  11249. end try
  11250. All Packages
  11251. 7.5.2 (7500/8500)O
  11252. Dev.CD Apr 96 SSWP
  11253. Dev.CD Apr 96 SSV
  11254. 29970X
  11255. Apr 96
  11256. f--set theItem to choose file -- uncomment to test in an AS editor
  11257.     tell application "Finder"
  11258.         open item "Dev.CD Apr 96 SSW"
  11259.         activate
  11260.     end tell
  11261. on error errMsg number errNum
  11262.     --enter statements to perform when no records are found such as...
  11263.     display dialog "Sorry, the item you selected could not be found."
  11264.     return
  11265. end try
  11266. All Packages
  11267. 7.5.2 (7500/8500)O
  11268. Dev.CD Apr 96 SSWP
  11269. Dev.CD Apr 96 SSV
  11270. 29971X
  11271. Apr 96
  11272. 32487X
  11273. Jan 97^
  11274. --set theItem to choose file -- uncomment to test in an AS editor
  11275.     tell application "Finder"
  11276.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  11277.         activate
  11278.     end tell
  11279. on error errMsg number errNum
  11280.     --enter statements to perform when no records are found such as...
  11281.     display dialog "Sorry, the item you selected could not be found."
  11282.     return
  11283. end try
  11284. Deletedq
  11285. Dev.CD Jan 97 SDK1
  11286. D!All Packages
  11287. Tool Chest Edition
  11288. OffScreenControlUpdateI
  11289. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  11290. Works under Appearance.J'Sample Code.img
  11291. Windows Sample Code.imgK
  11292. Aug 97N
  11293. appearance, gworld, off-screenO
  11294. Dev.CD Feb 00 TC:Sample Code:P
  11295. Dev.CD Feb 00 TC
  11296.  - Sample CodeV
  11297. 32488X
  11298. Feb 00^
  11299. # return
  11300. end try
  11301. All Packages
  11302. 7.5.2 (9500)O
  11303. Dev.CD Jan 96 SSWV
  11304. 29974X
  11305. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  11306. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  11307. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  11308. Bugs fix
  11309. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  11310. - CompareProc bug where a handle's memory moved, orphaning pointers.
  11311. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  11312. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this release
  11313. IrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  11314. Object Pascal to C++ TipsK
  11315. Vol IIIL
  11316. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsP]Dev.CD Feb 00 TC
  11317.  - Tool Chest
  11318.  - Development Kits
  11319.  - C++ Related
  11320.  - Object Pascal to C++ TipV
  11321. 32486X
  11322. Feb 00^
  11323. --set theItem to choose file -- uncomment to test in an AS editor
  11324.     tell application "Finder"
  11325.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  11326.         activate
  11327.     end tell
  11328. on error errMsg number errNum
  11329.     --enter statements to perform when no records are found such as...
  11330.     display dialog "Sorry, the item you selected could not be found."
  11331.     return
  11332. end try
  11333. e    No Changeq
  11334. Dev.CD Feb 00 TC
  11335. D!All Packages
  11336. Mac OS SDK Edition
  11337. ObjectSupportLib 1.1.4
  11338. reconfiguration
  11339. record
  11340. recordable
  11341. redbook
  11342. redbook
  11343. audio
  11344. redistribution
  11345. redistribution
  11346. reference
  11347. reference
  11348. counting
  11349. reference
  11350. counts
  11351. referential
  11352. referential
  11353. integrity
  11354. rules
  11355. reformatting
  11356. region
  11357. registration
  11358. registry
  11359. related
  11360. release
  11361. rename
  11362. renderer
  11363. rendering
  11364. replace
  11365. replacement
  11366. reports
  11367. resdistributor
  11368. resedit
  11369. resedit
  11370. 2.1.1
  11371. disassembly
  11372. disassembler
  11373. viewer
  11374. edito
  11375. resolution
  11376. resource
  11377. resource
  11378. management
  11379.     tell application "Finder"
  11380.         open item "Dev.CD Oct 95 SSW"
  11381.         activate
  11382.     end tell
  11383. on error errMsg number errNum
  11384.     --enter statements to perform when no records are found such as...
  11385.     display dialog "Sorry, the item you selected could not be found."
  11386.     return
  11387. end try
  11388. All Packages
  11389. 7.5.2 (9500)O
  11390. Dev.CD Oct 95 SSWV
  11391. 29979X
  11392. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  11393. -Read Me.txt
  11394. nbTestIntf.p
  11395. nbTestLib.o
  11396. nbTestLib.
  11397. NuBusTest
  11398. NuBusTest.make
  11399. NuBusTest.p
  11400. NuBusTest.p.oK
  11401. Oct 92OCDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD Feb 00 TC
  11402.  - Tool Chest
  11403.  - Devices
  11404.  - NuBus/Slot Manager
  11405.  - NuBusTesterV
  11406. 32485X
  11407. Feb 00^
  11408. --set theItem to choose file -- uncomment to test in an AS editor
  11409.     tell application "Finder"
  11410.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  11411.         activate
  11412.     end tell
  11413. on error errMsg number errNum
  11414.     --enter statements to perform when no records are found such as...
  11415.     display dialog "Sorry, the item you selected could not be found."
  11416.     return
  11417. end try
  11418. e    No Changeq
  11419. Dev.CD Feb 00 TC
  11420. D!All Packages
  11421. Tool Chest Edition
  11422. Object Pascal to C++ Tips
  11423. area@
  11424. as-is@
  11425. asked@
  11426. association@
  11427. attention@
  11428. available@
  11429. balloon@
  11430. basis@
  11431. beaker@
  11432. bechtel@
  11433. beginning@
  11434. beta@
  11435. blackketter@
  11436. bottleneck@
  11437. boxes@
  11438. bufcallback@
  11439. build@
  11440. building@
  11441. button@
  11442. block@
  11443. byte@
  11444. calibration@
  11445. callhyper@
  11446. calvacom@
  11447. cameras@
  11448. can't@
  11449. cancelwindowcheckout@
  11450. cannot@
  11451. sample
  11452. includes
  11453. source
  11454. libraries
  11455. which
  11456. provide
  11457. sample
  11458. basic
  11459. implementation
  11460. sprite
  11461. sample
  11462. demonstration
  11463. soundsprocket
  11464. sample
  11465. quick
  11466. demonstration
  11467. implement
  11468. sample
  11469. quick
  11470. demonstration
  11471. implement
  11472. sample
  11473. simple
  11474. server
  11475. demonstrat
  11476. sample
  11477. designed
  11478. simple
  11479. drawsprocket
  11480. contains
  11481. information
  11482. advantage
  11483. survival
  11484. guide
  11485. offers
  11486. overview
  11487. audio
  11488. produces
  11489. template
  11490. building
  11491. balloon
  11492. version
  11493. object
  11494. support
  11495. library
  11496. 1.1.4
  11497. replaces
  11498. simple
  11499. sample
  11500. dumps
  11501. version
  11502. thomas
  11503. thompson
  11504. those
  11505. though
  11506. JRNew NewGWorld Test.dbg
  11507. New NewGWorld.c
  11508. New NewGWorld.CW2
  11509. New NewGWorld.CW5
  11510. Read MeX
  11511. Apr 96
  11512. g--set theItem to choose file -- uncomment to test in an AS editor
  11513.     tell application "Finder"
  11514.         open item "Dev.CD Apr 96 SDK2"
  11515.         activate
  11516.     end tell
  11517. on error errMsg number errNum
  11518.     --enter statements to perform when no records are found such as...
  11519.     display dialog "Sorry, the item you selected could not be found."
  11520.     return
  11521. end try
  11522. All Packages
  11523. 7.5.2 (PB 5300/2300/190)O
  11524. Dev.CD Apr 96 SSWP
  11525. Dev.CD Apr 96 SSV
  11526. 29983X
  11527. Apr 96
  11528. f--set theItem to choose file -- uncomment to test in an AS editor
  11529.     tell application "Finder"
  11530.         open item "Dev.CD Apr 96 SSW"
  11531.         activate
  11532.     end tell
  11533. on error errMsg number errNum
  11534.     --enter statements to perform when no records are found such as...
  11535.     display dialog "Sorry, the item you selected could not be found."
  11536.     return
  11537. end try
  11538. All Packages
  11539. 7.5.2 (PB 5300/2300/190)V
  11540. 29984X
  11541. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  11542. Inside Macintosh: Open Transport
  11543. .J'Sample Code.img
  11544. Windows Sample Code.imgK
  11545. Nov 97L
  11546. Sep 98M
  11547. Open Transport 1.1.1 or higherN8Open Transport, no-copy receives, OTBuffer, OTBufferInfoO
  11548. Dev.CD Feb 00 TC:Sample Code:P
  11549. Dev.CD Feb 00 TC
  11550.  - Sample CodeV
  11551. 32484X
  11552. Feb 00^
  11553. r--set theItem to choose file -- uncomment to test in an AS editor
  11554.     tell application "Finder"
  11555.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11556.         activate
  11557.     end tell
  11558. on error errMsg number errNum
  11559.     --enter statements to perform when no records are found such as...
  11560.     display dialog "Sorry, the item you selected could not be found."
  11561.     return
  11562. end try
  11563. e    No Changef5Open Transport
  11564. no-copy receives
  11565. OTBuffer
  11566. OTBufferInfoq
  11567. Dev.CD Feb 00 TC
  11568. D!All Packages
  11569. Tool Chest Edition
  11570. NuBus Tester
  11571. IP is not supported).
  11572. VU3.0.1d3.smiK
  11573. Dec 97L
  11574. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD Feb 00 TC
  11575.  - Tool Chest
  11576.  - Testing & Debugging
  11577.  - Virtual User 3.0.1d3W
  11578. 4400/200
  11579. 5.0.7
  11580. 5.3.2
  11581. 5300/2300/190
  11582. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.  Virtual User 3.0.1d3 is compatible with System 6.0.5 through Mac OS 9.0.
  11583. Virtual User 3.0.1d3 is a pre-releases version that has some bug fixes for Systems 8.6 and 9.0, and some minor enhancements.  See the release notes for details.
  11584. Includes: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  11585. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  11586. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  11587. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/
  11588. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemOIDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:PTDev.CD Mar 00 RL Disk 1
  11589.  - What's New
  11590.  - Sample Code
  11591.  - Graphics 2D
  11592.  - New NewGWorldV
  11593. 32482X
  11594. Mar 00^    RL Disk 1
  11595. --set theItem to choose file -- uncomment to test in an AS editor
  11596.     tell application "Finder"
  11597.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:"
  11598.         activate
  11599.     end tell
  11600. on error errMsg number errNum
  11601.     --enter statements to perform when no records are found such as...
  11602.     display dialog "Sorry, the item you selected could not be found."
  11603.     return
  11604. end try
  11605. er errNum
  11606.     --enter statements to perform when no records are found such as...
  11607.     display dialog "Sorry, the item you selected could not be found."
  11608.     return
  11609. end try
  11610. All Packages
  11611. 7.5.2 (PB 5300/2300/190)O
  11612. Dev.CD Apr 96 SSWP
  11613. Dev.CD Apr 96 SSV
  11614. 29986X
  11615. e    No Changef4AGP
  11616. NewGWorld
  11617. useDistantHdwrMem
  11618. useLocalHdwrMemq
  11619. Dev.CD Mar 00 RL Disk 1
  11620. D!All Packages
  11621. Tool Chest Edition
  11622. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  11623. Standalone version.J'Sample Code.img
  11624. Windows Sample Code.imgK
  11625. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  11626. tokenizer, fcodeO
  11627. Dev.CD Feb 00 TC:Sample Code:P
  11628. Dev.CD Feb 00 TC
  11629.  - Sample CodeV
  11630. 32483X
  11631. Feb 00^
  11632. r--set theItem to choose file -- uncomment to test in an AS editor
  11633.     tell application "Finder"
  11634.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11635.         activate
  11636.     end tell
  11637. on error errMsg number errNum
  11638.     --enter statements to perform when no records are found such as...
  11639.     display dialog "Sorry, the item you selected could not be found."
  11640.     return
  11641. end try
  11642. e    No Changef
  11643. tokenizer
  11644. fcodeq
  11645. Dev.CD Feb 00 TC
  11646. D!All Packages
  11647. Tool Chest Edition
  11648. NoCopyReceives988X
  11649. D!All Packages
  11650. Mac OS SDK Edition
  11651. WebObjects Tools and Techniques
  11652. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  11653. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  11654. audio
  11655. features
  11656. newgworld
  11657. tokenizer
  11658. newgworld
  11659. nocopyreceives
  11660. notes
  11661. nubus
  11662. nubus
  11663. tester
  11664. object
  11665. object
  11666. pascal
  11667. objective-c
  11668. objectsupportlib
  11669. objectsupportlib
  11670. 1.1.4
  11671. offscreencontrolupda
  11672. onescanner
  11673. transport
  11674. transport
  11675. transport
  11676. debug
  11677. transport/ppp
  11678. opendoc
  11679. opendoc
  11680. development
  11681. framework
  11682. release
  11683. opendoc
  11684. international
  11685. openfwbridgefixjul97
  11686. opengl
  11687. opengl
  11688. drawsprocket
  11689. opengl
  11690. install
  11691. opp's
  11692. optimization
  11693. optimization
  11694. demos
  11695. option
  11696. papserversample
  11697. server
  11698. sample
  11699. 1.0.1
  11700. ot/ppp
  11701. ot/ppp
  11702. control
  11703. strip
  11704. sample
  11705. otcoderesource
  11706. Jul 98M
  11707. Acrobat Reader 3.0N#audio, compression, playback, codecO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  11708.  - Interactive Media ResourcesS editor
  11709.     tell application "Finder"
  11710.         open item "Dev.CD Apr 96 SSW"
  11711.         activate
  11712.     end tell
  11713. on error errMsg number errNum
  11714.     --enter statements to perform when no records are found such as...
  11715.     display dialog "Sorry, the item you selected could not be found."
  11716.     return
  11717. end try
  11718. All Packages
  11719. 7.5.2 (PB 5300/2300/190)O
  11720. Dev.CD Apr 96 SSWP
  11721. Dev.CD Apr 96 SSV
  11722. 29992X
  11723. Apr 96
  11724. f--set theItem to choose file -- uncomment to test in an AS editor
  11725.     tell application "Finder"
  11726.         open item "Dev.CD Apr 96 SSW"
  11727.         activate
  11728.     end tell
  11729. on error errMsg number errNum
  11730.     --enter statements to perform when no records are found such as...
  11731.     display dialog "Sorry, the item you selected could not be found."
  11732.     return
  11733. end try
  11734. All Packages
  11735. 29993X
  11736. kObjectiveCtoJava
  11737. Push Tech Survival Gd.pdf
  11738. QT3-More Than Dig. Video.pdf
  11739. Simplified Stream Audio.pdf
  11740. Web Animation Guide.pdf
  11741. WebObjects Database Part I.pdf
  11742. WebObjects Database Part II.pdf
  11743. WebObjects Memory Mgmt.pdf
  11744. WebObjects Tools and Techniques
  11745. WebObjectsCategories&Posers.pdf
  11746. WebObjectsPerformanceTuning
  11747. Working with WebObjects.pdf
  11748. Writing for Interactive Media
  11749. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  11750. Advanced Web Site Technique.pdf
  11751. Avoid Audio Pitfalls Guide.pdf
  11752. CompbasedMediaBroadcastEnv
  11753. Creating MIDI for the Web3.pdf
  11754. DeBabelizer 3.0.pdf
  11755. Design For Reuse.pdf
  11756. DesignForRobustness
  11757. Digital Asset Management.pdf
  11758. Digital Storyboard.pdf 
  11759. DVD Development.pdf
  11760. DVD_Primer.pdf
  11761. Enhanced CD Survival Guide.pdf
  11762. EOModeler
  11763. Frameworks.pdf
  11764. Gender-Based Title Creation.pdf
  11765. Int_Media_Writer_Resources.pdf
  11766. Java Survival Guide.pdf
  11767. Making Cool QD3D Apps.pdf
  11768. Music on the Net.pdf
  11769. New Audio Features QT3.pdf
  11770. Porting
  11771. Jul 987.5.2 (PB 5300/2300/190)V
  11772. 29995X
  11773. 32481X
  11774. Jan 00^
  11775. --set theItem to choose file -- uncomment to test in an AS editor
  11776.     tell application "Finder"
  11777.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  11778.         activate
  11779.     end tell
  11780. on error errMsg number errNum
  11781.     --enter statements to perform when no records are found such as...
  11782.     display dialog "Sorry, the item you selected could not be found."
  11783.     return
  11784. end try
  11785. e    No Changef audio
  11786. compression
  11787. playback
  11788. codecq
  11789. Dev.CD Jan 00 SDK1
  11790. All Packages
  11791. New NewGWorld
  11792. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  11793. 32482X
  11794. doccreator
  11795. doccreator
  11796. files
  11797. doctor
  11798. doctypes
  11799. doctypes
  11800. documenation
  11801. documenation
  11802. document
  11803. document
  11804. converter
  11805. e item you selected could not be found."
  11806.     return
  11807. end try
  11808. All Packages
  11809. 7.5.2 (PB 5300/2300/190)O
  11810. Dev.CD Jul 96 SSWP
  11811. Dev.CD Jul 96 SSV
  11812. 29998X
  11813. Jul 96
  11814. f--set theItem to choose file -- uncomment to test in an AS editor
  11815.     tell application "Finder"
  11816.         open item "Dev.CD Jul 96 SSW"
  11817.         activate
  11818.     end tell
  11819. on error errMsg number errNum
  11820.     --enter statements to perform when no records are found such as...
  11821.     display dialog "Sorry, the item you selected could not be found."
  11822.     return
  11823. end try
  11824. All Packages
  11825. 7.5.2 (PB 5300/2300/190)O
  11826. Dev.CD Jul 96 SSWP
  11827. Dev.CD Jul 96 SSV
  11828. 29999X
  11829. Jul 96
  11830. Network Watch (DMZ) v1.5
  11831. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  11832. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.v.CD Jul 96 SSWP
  11833. Dev.CD Jul 96 SSV
  11834. 30001X
  11835. Jul 96
  11836. f--set theItem to choose file -- uncomment to test in an AS editor
  11837.     tell application "Finder"
  11838.         open item "Dev.CD Jul 96 SSW"
  11839.         activate
  11840.     end tell
  11841. on error errMsg number errNum
  11842.     --enter statements to perform when no records are found such as...
  11843.     display dialog "Sorry, the item you selected could not be found."
  11844.     return
  11845. end try
  11846. All Packages
  11847. 30002X
  11848. content
  11849. contents
  11850. context
  11851. context-sensitive
  11852. contextual
  11853. continue
  11854. continuing
  11855. continuing
  11856. offer
  11857. traditional
  11858. server
  11859. software
  11860. suite
  11861. contrast
  11862. contribute
  11863. contributed
  11864. controlQ
  11865. control's
  11866.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  11867. JbDMZ.68k
  11868. DMZ.fat
  11869. dmz.make
  11870. .ppc.sc
  11871. .rsrc
  11872. Objects
  11873. sources
  11874. Think DMZ.ppcK
  11875. Sep 92L
  11876. Jul 96M
  11877. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD Feb 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD Feb 00 TC
  11878.  - Tool Chest
  11879.  - Networking
  11880.  - Network Watch (DMZ) v1.5 "Dev.CD Jul 96 SSW"
  11881.         activate
  11882.     end tell
  11883. on error errMsg number errNum
  11884.     --enter statements to perform when no records are found such as...
  11885.     display dialog "Sorry, the item you selected could not be found."
  11886.     return
  11887. end try
  11888. All Packages
  11889. 7.5.3O
  11890. Dev.CD Oct 96 SSWV
  11891. 30004X
  11892. summary
  11893. versionedit
  11894. software
  11895. development
  11896. which
  11897. summary
  11898. simple
  11899. macintosh
  11900. application
  11901. supports
  11902. summary
  11903. vucollect
  11904. virtual
  11905. summary
  11906. pleased
  11907. provide
  11908. version
  11909. 1.5.1
  11910. summary
  11911. windowpicker
  11912. system
  11913. extension
  11914. provides
  11915. summary
  11916. services
  11917. allows
  11918. application
  11919. summary
  11920. network
  11921. software
  11922. installer
  11923. insta
  11924. summary
  11925. zaptcp
  11926. provides
  11927. safety
  11928. mactcp
  11929. developers
  11930. summary
  11931. ranger
  11932. freeware
  11933. utility
  11934. provides
  11935. summer
  11936. sun's
  11937. sunsoft
  11938. super
  11939. Requires: 
  11940. - Sun Compliant Java Runtime Environment 1.1
  11941. - QuickTime 3 
  11942. - QTJava.zip
  11943. - Windows 95, 98, or NT:
  11944. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  11945. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  11946.  - What's New?
  11947.  - Development Kits
  11948.  - Cross Platform
  11949.  - QuickTime Java Windows SDKV
  11950. 32806X
  11951. Feb 00^
  11952. --set theItem to choose file -- uncomment to test in an AS editor
  11953.     tell application "Finder"
  11954.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  11955.         activate
  11956.     end tell
  11957. on error errMsg number errNum
  11958.     --enter statements to perform when no records are found such as...
  11959.     display dialog "Sorry, the item you selected could not be found."
  11960.     return
  11961. end try
  11962. e    No Changef
  11963. QuickTime
  11964. Windowso
  11965. http://developer.apple.com/sdk/q
  11966. Dev.CD Feb 00 TC
  11967. D!All Packages
  11968. Tool Chest Edition
  11969. QuickTime TMON User Area
  11970. 32480X
  11971. Feb 00^
  11972. --set theItem to choose file -- uncomment to test in an AS editor
  11973.     tell application "Finder"
  11974.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  11975.         activate
  11976.     end tell
  11977. on error errMsg number errNum
  11978.     --enter statements to perform when no records are found such as...
  11979.     display dialog "Sorry, the item you selected could not be found."
  11980.     return
  11981. end try
  11982. e    No ChangefIOpen Transport
  11983. AppleTalk
  11984. rawmode
  11985. NBPLookup
  11986. OTLookup
  11987. Echo Protocolq
  11988. Dev.CD Feb 00 TC
  11989. D!All Packages
  11990. Mac OS SDK Edition
  11991. New Audio Features QT3
  11992.      item "Dev.CD Oct 96 SSW"
  11993.         activate
  11994.     end tell
  11995. on error errMsg number errNum
  11996.     --enter statements to perform when no records are found such as...
  11997.     display dialog "Sorry, the item you selected could not be found."
  11998.     return
  11999. end try
  12000. All Packages
  12001. 7.5.3O"Dev.CD Dec 96 SE
  12002. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  12003. Dev.CD Oct 96 SSV
  12004. 30006X
  12005. Dec 96
  12006. operate
  12007. operating
  12008. operation
  12009. operations
  12010. operator-defined
  12011. operators
  12012. opf-opendoc
  12013. opportunities
  12014. opportunity
  12015. opposite
  12016. optimal
  12017. optimization
  12018. aegizmos
  12019. colorsync
  12020. profile
  12021. appear
  12022. where
  12023. location
  12024. memory
  12025. what's
  12026. what's
  12027. updated
  12028. whatever
  12029. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  12030. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  12031. J'Sample Code.img
  12032. Windows Sample Code.imgK
  12033. Aug 96M
  12034. OpenTransportN
  12035. C++ OpenTransportO
  12036. Dev.CD Feb 00 TC:Sample Code:P
  12037. Dev.CD Feb 00 TC
  12038.  - Sample Code     open item "Dev.CD Dec 96 SE
  12039. Dev.CD Oct 96 SSW"
  12040.         activate
  12041.     end tell
  12042. on error errMsg number errNum
  12043.     --enter statements to perform when no records are found such as...
  12044.     display dialog "Sorry, the item you selected could not be found."
  12045.     return
  12046. end try
  12047. All Packages
  12048. QuickDraw GXO
  12049. Dev.CD Aug 96 TCP
  12050. Dev.CD Aug 96 TV
  12051. 32701X
  12052. Aug 96
  12053. e--set theItem to choose file -- uncomment to test in an AS editor
  12054.     tell application "Finder"
  12055.         open item "Dev.CD Aug 96 TC"
  12056.         activate
  12057.     end tell
  12058. on error errMsg number errNum
  12059.     --enter statements to perform when no records are found such as...
  12060.     display dialog "Sorry, the item you selected could not be found."
  12061.     return
  12062. end try
  12063. All Packages
  12064. QuickDraw GXO
  12065. Dev.CD Aug 96 TCP
  12066. Dev.CD Aug 96 TV
  12067. 32702X
  12068. Aug 96
  12069. e--set theItem to choose file -- uncomment to test in an AS editor
  12070.     tell application "Finder"
  12071.         open item "Dev.CD Aug 96 TC"
  12072.         activate
  12073.     end tell
  12074. on error errMsg number errNum
  12075.     --enter statements to perform when no records are found such as...
  12076.     display dialog "Sorry, the item you selected could not be found."
  12077.     return
  12078. end try
  12079. All Packages
  12080. QuickDraw GXO
  12081. Dev.CD Aug 96 TCP
  12082. Dev.CD Aug 96 TV
  12083. 32703X
  12084. 32479X
  12085. Feb 00^
  12086. r--set theItem to choose file -- uncomment to test in an AS editor
  12087.     tell application "Finder"
  12088.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12089.         activate
  12090.     end tell
  12091. on error errMsg number errNum
  12092.     --enter statements to perform when no records are found such as...
  12093.     display dialog "Sorry, the item you selected could not be found."
  12094.     return
  12095. end try
  12096. Movedf
  12097. C++ OpenTransportq
  12098. Dev.CD Feb 00 TC
  12099. D!All Packages
  12100. Tool Chest Edition
  12101. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  12102. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  12103. nubus
  12104. number
  12105. number
  12106. formatting
  12107. resedit
  12108. localization
  12109. object
  12110. object
  12111. disassembly
  12112. ultraslimfast
  12113. dumpobj
  12114. object-oriented
  12115. objective-c
  12116. objects
  12117. objectsupportlib
  12118. macodbc
  12119. database
  12120. connectivity
  12121. drivers
  12122. network
  12123. middlewar
  12124. off-screen
  12125. opaque
  12126. choose
  12127. folder
  12128. navigation
  12129. services
  12130. transport
  12131. cache
  12132. delete
  12133. query
  12134. transport
  12135. resource
  12136. codewarrior
  12137. ethern
  12138. nmanagment
  12139. option
  12140. management
  12141. transport
  12142. appletalk
  12143. printer
  12144. access
  12145. protocol
  12146. handoff
  12147. opendoc
  12148. opendoc
  12149. component
  12150. software
  12151. compound
  12152. document
  12153. architecture
  12154. opengl
  12155. opengl
  12156. graphics
  12157. iostreams
  12158. 30016X
  12159. browser
  12160. buffered
  12161. buffered
  12162. system
  12163. buffering
  12164. bundle
  12165. bundle
  12166. services
  12167. burned-in
  12168. burned-in
  12169. address
  12170. business
  12171. business
  12172. processes
  12173. button
  12174. buttons
  12175. opentransport
  12176. cacheQ
  12177. cache
  12178. ratesQ
  12179. cad/cam
  12180. calibrator
  12181. capabilities
  12182. carbon
  12183. carbon
  12184. printing
  12185. carbon
  12186. printing
  12187. manager
  12188. socket
  12189. services
  12190. cardbus
  12191. audio
  12192. toolkit
  12193. cd-rom
  12194. center
  12195. cfallocator
  12196. cfarray
  12197. cfarray
  12198. cfbag
  12199. cfbag
  12200. cfbase
  12201. cfbase
  12202. cfbinaryheap
  12203. cfbinaryheap
  12204. cfbitvector
  12205. cfbitvector
  12206. cfbundle
  12207. cfbundle
  12208. cfcharacterset
  12209. cfcharacterset
  12210. cfcomparatorfunction
  12211. cfcomparisonresult
  12212. cfdata
  12213. cfdata
  12214. cfdictionary
  12215. cfdictionary
  12216. cfequal
  12217. cfhash
  12218. cfhashcode
  12219. cfindex
  12220. secondly
  12221. secret
  12222. secretary
  12223. secrets
  12224. section
  12225. sectionreport
  12226. sections
  12227. sector
  12228. sectors
  12229. secure
  12230. securely
  12231. security
  12232. sedit
  12233. seems
  12234. seger
  12235. segment
  12236. segmented
  12237. segmenting
  12238. segments
  12239. seldom
  12240. select
  12241. selected
  12242. selecting
  12243. selection
  12244. selections
  12245. selective
  12246. selectively
  12247.    display dialog "Sorry, the item you selected could not be found."
  12248.     return
  12249. end try
  12250. All Packages
  12251. 7.5.3O
  12252. Dev.CD Nov 96 TCP
  12253. Dev.CD Nov 96 TV
  12254. 30019X
  12255. Nov 96
  12256. e--set theItem to choose file -- uncomment to test in an AS editor
  12257.     tell application "Finder"
  12258.         open item "Dev.CD Nov 96 TC"
  12259.         activate
  12260.     end tell
  12261. on error errMsg number errNum
  12262.     --enter statements to perform when no records are found such as...
  12263.     display dialog "Sorry, the item you selected could not be found."
  12264.     return
  12265. end try
  12266. All Packages
  12267. 7.5.3O
  12268. Dev.CD Nov 96 TCV
  12269. 30020X
  12270. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:PRDev.CD Mar 00 RL Disk 1
  12271.  - What's New
  12272.  - Development Kits
  12273.  - Mac OS
  12274.  - NSL 1.1 SDK records are found such as...
  12275.     display dialog "Sorry, the item you selected could not be found."
  12276.     return
  12277. end try
  12278. All Packages
  12279. 7.5.3O
  12280. Dev.CD Nov 96 TCP
  12281. Dev.CD Nov 96 TV
  12282. 30021X
  12283. Nov 96
  12284. e--set theItem to choose file -- uncomment to test in an AS editor
  12285.     tell application "Finder"
  12286.         open item "Dev.CD Nov 96 TC"
  12287.         activate
  12288.     end tell
  12289. on error errMsg number errNum
  12290.     --enter statements to perform when no records are found such as...
  12291.     display dialog "Sorry, the item you selected could not be found."
  12292.     return
  12293. end try
  12294. All Packages
  12295. 7.5.3O!Dev.CD Dec 96 SE
  12296. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  12297. Dev.CD Nov 96 TV
  12298. 30022X
  12299. Dec 96
  12300. 32478X
  12301. Mar 00^    RL Disk 1
  12302. --set theItem to choose file -- uncomment to test in an AS editor
  12303.     tell application "Finder"
  12304.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:"
  12305.         activate
  12306.     end tell
  12307. on error errMsg number errNum
  12308.     --enter statements to perform when no records are found such as...
  12309.     display dialog "Sorry, the item you selected could not be found."
  12310.     return
  12311. end try
  12312. e    No ChangefoNSL
  12313. network
  12314.  TCP/IP search
  12315. browse Internet services
  12316. network administrator
  12317. domain
  12318. neighborhood.q
  12319. Dev.CD Mar 00 RL Disk 1
  12320. D!All Packages
  12321. Tool Chest Edition
  12322. Network Stream
  12323.     Dev.CD Dec 96 SE
  12324.         activate
  12325.     end tell
  12326. on error errMsg number errNum
  12327.     --enter statements to perform when no records are found such as...
  12328.     display dialog "Sorry, the item you selected could not be found."
  12329.     return
  12330. end try
  12331. All Packages
  12332. 7.5.3O
  12333. Dev.CD Jan 98 SSWP
  12334. Dev.CD Jan 98 SSV
  12335. 30025X
  12336. Jan 98
  12337. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  12338. NSL 1.1 SDK Read Me
  12339. NSL 1.1 Manager B
  12340. library, DNS, SLP, LDAP, and NBP plug-ins
  12341. UI library
  12342. Detailed NSL 1.1 Developer Documentation
  12343. NSL Network Administrator's Guide (second edition)
  12344. Connect To... test tool
  12345. Sample code
  12346. Header files
  12347. J]Connect To...
  12348. Documentation:
  12349. Headers:
  12350. NSL 1.1 SDK Read Me
  12351. NSL Library & Plugins:
  12352. Sample Code:K
  12353. Nov 98L
  12354. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:
  12355. nt to test in an AS editor
  12356.     tell application "Finder"
  12357.         open item "Dev.CD Apr 97 SSW"
  12358.         activate
  12359.     end tell
  12360. on error errMsg number errNum
  12361.     --enter statements to perform when no records are found such as...
  12362.     display dialog "Sorry, the item you selected could not be found."
  12363.     return
  12364. end try
  12365. All Packages
  12366. 7.5.3 (4400/200)O
  12367. Dev.CD Apr 97 SSWP
  12368. Dev.CD Apr 97 SSV
  12369. 30027X
  12370. Apr 97
  12371. f--set theItem to choose file -- uncomment to test in an AS editor
  12372.     tell application "Finder"
  12373.         open item "Dev.CD Apr 97 SSW"
  12374.         activate
  12375.     end tell
  12376. on error errMsg number errNum
  12377.     --enter statements to perform when no records are found such as...
  12378.     display dialog "Sorry, the item you selected could not be found."
  12379.     return
  12380. end try
  12381. All Packages
  12382. 7.5.3 (4400/200)O
  12383. Dev.CD Apr 97 SSWV
  12384. 30028X
  12385. network
  12386. setup
  12387. network
  12388. software
  12389. networking
  12390. networking
  12391. communications
  12392. newgworld
  12393. no-copy
  12394. no-copy
  12395. receives
  12396. notes
  12397. novell
  12398. nubus
  12399. number
  12400. number
  12401. formatting
  12402. object
  12403. object
  12404. object-oriented
  12405. objective-c
  12406. objects
  12407. objectsupportlib
  12408. off-screen
  12409. opaque
  12410. opaque
  12411. types
  12412. firmware
  12413. systems
  12414. transport
  12415. module
  12416. opendoc
  12417. openfirmware
  12418. opengl
  12419. opening
  12420. opening
  12421. files
  12422. openstep
  12423. opentransport
  12424. optimization
  12425. optimizing
  12426. option
  12427. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  12428. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  12429. Network Server Dev. GuideK
  12430. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  12431.  - Technical Documentation
  12432.  - ABS Technical Notes
  12433.  - Network Server Dev. Guide activate
  12434.     end tell
  12435. on error errMsg number errNum
  12436.     --enter statements to perform when no records are found such as...
  12437.     display dialog "Sorry, the item you selected could not be found."
  12438.     return
  12439. end try
  12440. All Packages
  12441. 7.5.3 (4400/200)O
  12442. Dev.CD Apr 97 SSWP
  12443. Dev.CD Apr 97 SSV
  12444. 30030X
  12445. Apr 97
  12446. 32477X
  12447. Dec 99^
  12448. --set theItem to choose file -- uncomment to test in an AS editor
  12449.     tell application "Finder"
  12450.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  12451.         activate
  12452.     end tell
  12453. on error errMsg number errNum
  12454.     --enter statements to perform when no records are found such as...
  12455.     display dialog "Sorry, the item you selected could not be found."
  12456.     return
  12457. end try
  12458. Deletedf*AIX
  12459. Network Server
  12460. Symbiotic
  12461. client
  12462. serverq
  12463. Dev.CD Dec 99 RL
  12464. All Packages
  12465. Network Services Location (NSL)
  12466. 32478X
  12467. est in an AS editor
  12468.     tell application "Finder"
  12469.         open item "Dev.CD Oct 96 SSW"
  12470.         activate
  12471.     end tell
  12472. on error errMsg number errNum
  12473.     --enter statements to perform when no records are found such as...
  12474.     display dialog "Sorry, the item you selected could not be found."
  12475.     return
  12476. end try
  12477. All Packages
  12478. 7.5.3 (5400)O
  12479. Dev.CD Oct 96 SSWV
  12480. 30033X
  12481. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  12482. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  12483. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  12484. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  12485. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  12486. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  12487. Issues: Specifications only
  12488. This package is System 7.0 compatible.
  12489. J.Mac Specific files
  12490. READ ME
  12491. SNMP Specific filesK
  12492. Mar 92L
  12493. Aug 92M
  12494. Any MacOFDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):PQDev.CD Feb 00 TC
  12495.  - Tool Chest
  12496.  - Networking
  12497.  - SNMP
  12498.  - Network Management (SNMP)rrMsg number errNum
  12499.     --enter statements to perform when no records are found such as...
  12500.     display dialog "Sorry, the item you selected could not be found."
  12501.     return
  12502. end try
  12503. All Packages
  12504. 7.5.3 (5400)O
  12505. Dev.CD Oct 96 SSWP
  12506. Dev.CD Oct 96 SSV
  12507. 30035X
  12508. Oct 96
  12509. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO?Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:PJDev.CD Feb 00 TC
  12510.  - What's New?
  12511.  - Sample Code
  12512.  - Games
  12513.  - NetSprocketTestV
  12514. 32475X
  12515. Feb 00^
  12516. --set theItem to choose file -- uncomment to test in an AS editor
  12517.     tell application "Finder"
  12518.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:"
  12519.         activate
  12520.     end tell
  12521. on error errMsg number errNum
  12522.     --enter statements to perform when no records are found such as...
  12523.     display dialog "Sorry, the item you selected could not be found."
  12524.     return
  12525. end try
  12526. e    No Changef>NetSprocket
  12527. networking
  12528. multi-player
  12529. internet
  12530. AppleTalkq
  12531. Dev.CD Feb 00 TC
  12532. D!All Packages
  12533. Tool Chest Edition
  12534. Network Management (SNMP)
  12535.     ound such as...
  12536.     display dialog "Sorry, the item you selected could not be found."
  12537.     return
  12538. end try
  12539. All Packages
  12540. 7.5.3 (5400)O
  12541. Dev.CD Oct 96 SSWV
  12542. 30038X
  12543. 32476X
  12544. Feb 00^
  12545. --set theItem to choose file -- uncomment to test in an AS editor
  12546.     tell application "Finder"
  12547.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  12548.         activate
  12549.     end tell
  12550. on error errMsg number errNum
  12551.     --enter statements to perform when no records are found such as...
  12552.     display dialog "Sorry, the item you selected could not be found."
  12553.     return
  12554. end try
  12555. e    No Changeq
  12556. Dev.CD Feb 00 TC
  12557. D(All Packages
  12558. Reference Library Edition
  12559. F Network Server Developer's Guide
  12560. sample
  12561. library
  12562. which
  12563. provides
  12564. indispensable
  12565. work-
  12566.  96 SSV
  12567. 30041X
  12568. Oct 96
  12569. f--set theItem to choose file -- uncomment to test in an AS editor
  12570.     tell application "Finder"
  12571.         open item "Dev.CD Oct 96 SSW"
  12572.         activate
  12573.     end tell
  12574. on error errMsg number errNum
  12575.     --enter statements to perform when no records are found such as...
  12576.     display dialog "Sorry, the item you selected could not be found."
  12577.     return
  12578. end try
  12579. All Packages
  12580. 7.5.3 (5400)O
  12581. Dev.CD Oct 96 SSWP
  12582. Dev.CD Oct 96 SSV
  12583. 30042X
  12584. Oct 96
  12585. f--set theItem to choose file -- uncomment to test in an AS editor
  12586.     tell application "Finder"
  12587.         open item "Dev.CD Oct 96 SSW"
  12588.         activate
  12589.     end tell
  12590. on error errMsg number errNum
  12591.     --enter statements to perform when no records are found such as...
  12592.     display dialog "Sorry, the item you selected could not be found."
  12593.     return
  12594. end try
  12595. All Packages
  12596. 7.5.3 (5400)O
  12597. Dev.CD Oct 96 SSWV
  12598. 30043X
  12599. discover
  12600. discovered
  12601. discovering
  12602. discs
  12603. discuss
  12604. discussed
  12605. discusses
  12606. discussion
  12607. discussions
  12608. disinfectant
  12609. utility
  12610. application
  12611. mount
  12612. disk-inserted
  12613. diskfiller
  12614. diskrestore
  12615. disks
  12616. diskscripts
  12617. disparate
  12618. dispatch
  12619. display
  12620. N5open, save, choose, file, folder, navigation servicesOMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:PXDev.CD Aug 99 TC
  12621.  - What's New?
  12622.  - Development Kits
  12623.  - Mac OS
  12624.  - Navigation Services SDKsg number errNum
  12625.     --enter statements to perform when no records are found such as...
  12626.     display dialog "Sorry, the item you selected could not be found."
  12627.     return
  12628. end try
  12629. All Packages
  12630. 7.5.3 (PB 1400)O
  12631. Dev.CD Apr 97 SSWP
  12632. Dev.CD Apr 97 SSV
  12633. 30044X
  12634. Apr 97
  12635. f--set theItem to choose file -- uncomment to test in an AS editor
  12636.     tell application "Finder"
  12637.         open item "Dev.CD Apr 97 SSW"
  12638.         activate
  12639.     end tell
  12640. on error errMsg number errNum
  12641.     --enter statements to perform when no records are found such as...
  12642.     display dialog "Sorry, the item you selected could not be found."
  12643.     return
  12644. end try
  12645. All Packages
  12646. 7.5.3 (PB 1400)O
  12647. Dev.CD Apr 97 SSWP
  12648. Dev.CD Apr 97 SSV
  12649. 30045X
  12650. Apr 97
  12651. 32474X
  12652. Aug 99^
  12653. --set theItem to choose file -- uncomment to test in an AS editor
  12654.     tell application "Finder"
  12655.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  12656.         activate
  12657.     end tell
  12658. on error errMsg number errNum
  12659.     --enter statements to perform when no records are found such as...
  12660.     display dialog "Sorry, the item you selected could not be found."
  12661.     return
  12662. end try
  12663. e    No Changef0open
  12664. choose
  12665. folder
  12666. navigation servicesq
  12667. Dev.CD Aug 99 TC
  12668. D!All Packages
  12669. Tool Chest Edition
  12670. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  12671. aevt.c
  12672. App.h
  12673. events.c
  12674. GameSample.
  12675. .rsrc
  12676. Global.h
  12677. init.c
  12678. main.c
  12679. makefile
  12680. NetSprocketTest.CW2.prj
  12681. NetSprocketTest.CW5.prj
  12682. NetStuff.cp
  12683. NetStuff.h
  12684. NewNSpTest
  12685. Proto.h
  12686. windows.cK
  12687. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  12688. :What's New?:Sample Code:Games:NetSprocketTest:V
  12689. 32475X
  12690. 1e    No Change
  12691. 30048X
  12692. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  12693. Navigation Services is a new set of APIs to:
  12694.     - open and save documents
  12695.     - confirm save / discard changes
  12696.     - select a file, folder or volume
  12697.     - create a new folder
  12698. Benefits of adopting Navigation Services APIs for your application include:
  12699.     - new movable, resizable, Appearance-aware Open & Sa
  12700. Bve dialogs
  12701.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  12702.     - built-in file format translation
  12703.     - transparent delivery of new features in future versions of the System Software.
  12704. More information on the features may be found in the Navigation Services developer note.
  12705. JCDocumentation:
  12706. Examples:
  12707. Libraries:
  12708. Navigation Services 1.1 Read MeK
  12709. Aug 99M
  12710. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  12711. navigation
  12712. nbplookup
  12713. needs
  12714. neighborhood
  12715. netsprocket
  12716. netsprocket
  12717. networking
  12718. multi-player
  12719. internet
  12720. appleta
  12721. netstat
  12722. netware
  12723. network
  12724. network
  12725. setup
  12726. configuration
  12727. appletalk
  12728. tcp/ip
  12729. network
  12730. setup
  12731. network
  12732. preferences
  12733. networking
  12734. newgworld
  12735. no-copy
  12736. notes
  12737. novell
  12738. network
  12739. tcp/ip
  12740. search
  12741. browse
  12742. internet
  12743. choose
  12744. folder
  12745. navigation
  12746. services
  12747. transport
  12748. cache
  12749. delete
  12750. query
  12751. transport
  12752. otlifo
  12753. otfifo
  12754. otlink
  12755. linked
  12756. transport
  12757. otoptionmanagment
  12758. option
  12759. management
  12760. opentransport
  12761. opentransport
  12762. cache
  12763. display
  12764. opentransport
  12765. server
  12766. thread
  12767. manager
  12768. tcp/ip
  12769. iostreams
  12770. Apr 97
  12771. tcp/ip
  12772. tcp/ip
  12773. administration
  12774. image
  12775. tcp/ip
  12776. connection
  12777. image
  12778. tcp/ip
  12779. mib-ii
  12780. alias
  12781. nique
  12782. techniques
  12783. technotes
  12784. techqa
  12785. techqa
  12786. shtml
  12787. telephony
  12788. telephony
  12789. suite
  12790. template
  12791. template
  12792. terminology
  12793. terminology
  12794. script
  12795. target
  12796. testbanks
  12797. testbanks
  12798. testcpp
  12799. testing
  12800. testmagic
  12801. testmagic
  12802. tests
  12803. testvrmedia
  12804. testvrmedia
  12805. extractors
  12806. plug-ins
  12807. textchanger
  12808. textchanger
  12809. 2.0.1
  12810. textdrag
  12811. textdrag
  12812. textfile
  12813. textfile
  12814. textfile
  12815. textfile
  12816. textfile
  12817. textfile
  12818. textoid
  12819. textoid
  12820. textres
  12821. textres
  12822. texture
  12823. texture
  12824. sample
  12825. history
  12826. history
  12827. hooks
  12828. hooks
  12829. hooks
  12830. hooks
  12831. horiz
  12832. horiz
  12833. count
  12834. hoseirdasample
  12835. hotbot
  12836. hotbot
  12837. hotsauce
  12838. hotsauce
  12839. standalone
  12840. obtain
  12841. standards
  12842. howmany
  12843. howmany
  12844. renderinglib
  12845. htmlsample
  12846. htmlsample
  12847. htmlsample
  12848. htmlsample
  12849. htmlsample
  12850. pages
  12851. htmlsample
  12852. htmlsample
  12853. htmlsample
  12854. human
  12855. human
  12856. interface
  12857. guidelines
  12858. human
  12859. interface
  12860. notes
  12861. humaninterfacetoolbo
  12862. hypercard
  12863. hypercard
  12864. update
  12865. installer
  12866. hypercard
  12867. toolkit
  12868. 1.0b2
  12869. hypercard
  12870. mactcp
  12871. toolkit
  12872. hypercard
  12873. player
  12874. hypercard
  12875. serial
  12876. toolkit
  12877. 1.0.1 -> 1.0.2 Updater
  12878. Navigable Movie Toolkit
  12879. Read Me
  12880. Read Me.txt
  12881. Software License
  12882. Software License.txt
  12883. TCCalc
  12884. User Manual
  12885. Version History
  12886. Version History.txtK
  12887. Aug 93M
  12888. For acquisition: Any Macintosh that has two serial ports (one optional).
  12889. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationOWDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PbDev.CD Feb 00 TC
  12890.  - Tool Chest
  12891.  - Development Kits
  12892.  - HyperCard Related
  12893.  - Navigable Movie Toolkitin an AS editor
  12894.     tell application "Finder"
  12895.         open item "Dev.CD Apr 97 SSW"
  12896.         activate
  12897.     end tell
  12898. on error errMsg number errNum
  12899.     --enter statements to perform when no records are found such as...
  12900.     display dialog "Sorry, the item you selected could not be found."
  12901.     return
  12902. end try
  12903. All Packages
  12904. 7.5.3 (PB 1400)O
  12905. Dev.CD Apr 97 SSWP
  12906. Dev.CD Apr 97 SSV
  12907. 30055X
  12908. Apr 97
  12909. e by other utilities.  See the file "About VersionEdit" for details.
  12910. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  12911. Please direct correspondence regarding VersionEdit to:
  12912. Paul Cunningham
  12913. Teknosys, Inc.
  12914. 3923 Coconut Palm Drive, Suite 111
  12915. Tampa, FL  33619
  12916. America Online: TEKNOSYS
  12917. CompuServe:     75020,3540
  12918. eWorld:             TEKNOSYS
  12919. Internet:            teknosys@aol.com
  12920. JQ!NOT AN APPLE PRODUCT!
  12921. About VersionEdit
  12922. For ResEdit
  12923. Project Includes
  12924. VersionEditK
  12925. Nov 95O@Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:PHDev.CD Feb 00 TC
  12926.  - Tool Chest
  12927.  - Developer Utilities
  12928.  - VersionEdit 1.1
  12929. 32473X
  12930. Feb 00^
  12931. --set theItem to choose file -- uncomment to test in an AS editor
  12932.     tell application "Finder"
  12933.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  12934.         activate
  12935.     end tell
  12936. on error errMsg number errNum
  12937.     --enter statements to perform when no records are found such as...
  12938.     display dialog "Sorry, the item you selected could not be found."
  12939.     return
  12940. end try
  12941. e    No Changef3Navigable Movies
  12942. Pan/Tilt Movies
  12943. Virtual Navigationq
  12944. Dev.CD Feb 00 TC
  12945. D!All Packages
  12946. Tool Chest Edition
  12947. Navigation Services SDK
  12948.     itor
  12949.     tell application "Finder"
  12950.         open item "Dev.CD May 96 TC"
  12951.         activate
  12952.     end tell
  12953. on error errMsg number errNum
  12954.     --enter statements to perform when no records are found such as...
  12955.     display dialog "Sorry, the item you selected could not be found."
  12956.     return
  12957. end try
  12958. All Packages
  12959. 7.5.3 (PCI)O
  12960. Dev.CD May 96 TCP
  12961. Dev.CD May 96 TV
  12962. 30058X
  12963. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  12964.   Duri
  12965. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  12966. s window; the experience is that of peering around the space, moving one
  12967. s head horizontally and/or vertically. Complete documentation is included.
  12968. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  12969. Aug 93
  12970. doesn't
  12971. doesn't
  12972. documents
  12973. properly
  12974. doesnt
  12975. dogcow
  12976. doing
  12977. domain
  12978. domestic
  12979. don't
  12980. doneW
  12981. dormant
  12982. double
  12983. current
  12984. release
  12985. mactcp
  12986. v2.0.6
  12987. mactcp
  12988. admin
  12989. v2.0.6
  12990. currently
  12991. ell application "Finder"
  12992.         open item "Dev.CD May 96 TC"
  12993.         activate
  12994.     end tell
  12995. on error errMsg number errNum
  12996.     --enter statements to perform when no records are found such as...
  12997.     display dialog "Sorry, the item you selected could not be found."
  12998.     return
  12999. end try
  13000. All Packages
  13001. 7.5.3 (PCI)O
  13002. Dev.CD May 96 TCP
  13003. Dev.CD May 96 TV
  13004. 30062X
  13005. May 96
  13006. e--set theItem to choose file -- uncomment to test in an AS editor
  13007.     tell application "Finder"
  13008.         open item "Dev.CD May 96 TC"
  13009.         activate
  13010.     end tell
  13011. on error errMsg number errNum
  13012.     --enter statements to perform when no records are found such as...
  13013.     display dialog "Sorry, the item you selected could not be found."
  13014.     return
  13015. end try
  13016. All Packages
  13017. 7.5.3 (PCI)O
  13018. Dev.CD May 96 TCP
  13019. Dev.CD May 96 TV
  13020. 30063X
  13021. previous
  13022. previously
  13023. prgeneral
  13024. prgram
  13025. price
  13026. prices
  13027. primarily
  13028. primary
  13029. primer
  13030. primitive
  13031. primitives
  13032. principles
  13033. u selected could not be found."
  13034.     return
  13035. end try
  13036. OCDev.CD Jan 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Jan 00 SDK1
  13037.  - Development Kits
  13038.  - Mac OS
  13039.  - Navigation Services SDK6 TC"
  13040.         activate
  13041.     end tell
  13042. on error errMsg number errNum
  13043.     --enter statements to perform when no records are found such as...
  13044.     display dialog "Sorry, the item you selected could not be found."
  13045.     return
  13046. end try
  13047. All Packages
  13048. 7.5.3 (PCI)O
  13049. Dev.CD May 96 TCP
  13050. Dev.CD May 96 TV
  13051. 30064X
  13052. May 96
  13053. e--set theItem to choose file -- uncomment to test in an AS editor
  13054.     tell application "Finder"
  13055.         open item "Dev.CD May 96 TC"
  13056.         activate
  13057.     end tell
  13058. on error errMsg number errNum
  13059.     --enter statements to perform when no records are found such as...
  13060.     display dialog "Sorry, the item you selected could not be found."
  13061.     return
  13062. end try
  13063. All Packages
  13064. 7.5.3 (PCI)O
  13065. Dev.CD May 96 TCP
  13066. Dev.CD May 96 TV
  13067. 30065X
  13068. May 96
  13069. 32472X
  13070. Jan 00^
  13071. --set theItem to choose file -- uncomment to test in an AS editor
  13072.     tell application "Finder"
  13073.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  13074.         activate
  13075.     end tell
  13076. on error errMsg number errNum
  13077.     --enter statements to perform when no records are found such as...
  13078.     display dialog "Sorry, the item you selected could not be found."
  13079.     return
  13080. end try
  13081. e    No Changeq
  13082. Dev.CD Jan 00 SDK1
  13083. D!All Packages
  13084. Tool Chest Edition
  13085. Navigable Movie Toolkit
  13086.     l 96
  13087. f--set theItem to choose file -- uncomment to test in an AS editor
  13088.     tell application "Finder"
  13089.         open item "Dev.CD Jul 96 SSW"
  13090.         activate
  13091.     end tell
  13092. on error errMsg number errNum
  13093.     --enter statements to perform when no records are found such as...
  13094.     display dialog "Sorry, the item you selected could not be found."
  13095.     return
  13096. end try
  13097. All Packages
  13098. 7.5.3 (PCI)O
  13099. Dev.CD Jul 96 SSWP
  13100. Dev.CD Jul 96 SSV
  13101. 30068X
  13102. - create folder
  13103. - confirm save
  13104. - confirm revert
  13105. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  13106. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  13107. - outline view (icon, name, date modified, sorting, etc)
  13108. - simultaneous opening of multiple documents, including on different volumes
  13109. - recent documents tracking
  13110. - favorite folders and doC/cuments
  13111. - shortcuts
  13112. - history
  13113. - previews
  13114. - etc.
  13115. J@Documentation
  13116. Examples
  13117. Libraries
  13118. Navigation Services 1.1 Read MeK
  13119. May 98
  13120. 6Requirements: Software: 7.5.5 and above
  13121. Hardware: 68K or PowerPC
  13122. 68k only-- you need
  13123. - CFM-68K Runtime Enabler
  13124. -NuDragLib.slb
  13125. - NuQuickTimeLib.slb
  13126. -NuTranslationLib.slb
  13127. -NuThreadsLib.slb
  13128. -ObjectSupportLib
  13129. For 68k and PPC, you need:
  13130. -OT 1.3 or greater
  13131. -QuickTime 2.5 or greater
  13132. -Appearance 1.0.1 or greater.
  13133. --set theItem to choose file -- uncomment to test in an AS editor
  13134.     tell application "Finder"
  13135.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  13136.         activate
  13137.     end tell
  13138. on error errMsg number errNum
  13139.     --enter statements to perform when no records are found such as...
  13140.     display dialog "Sorry, the item you selected could not be found."
  13141.     return
  13142. end try
  13143. Dev.CD Jul 96 SSWP
  13144. Dev.CD Jul 96 SSV
  13145. 30069X
  13146. Jul 96
  13147. f--set theItem to choose file -- uncomment to test in an AS editor
  13148.     tell application "Finder"
  13149.         open item "Dev.CD Jul 96 SSW"
  13150.         activate
  13151.     end tell
  13152. on error errMsg number errNum
  13153.     --enter statements to perform when no records are found such as...
  13154.     display dialog "Sorry, the item you selected could not be found."
  13155.     return
  13156. end try
  13157. All Packages
  13158. 7.5.3 (PCI)O
  13159. Dev.CD Jul 96 SSWP
  13160. Dev.CD Jul 96 SSV
  13161. 30070X
  13162. Jul 96
  13163. D!All Packages
  13164. Tool Chest Edition
  13165. N&C MacsBug Macros/Templates 96 SSV
  13166. 30071X
  13167. Jul 96
  13168. f--set theItem to choose file -- uncomment to test in an AS editor
  13169.     tell application "Finder"
  13170.         open item "Dev.CD Jul 96 SSW"
  13171.         activate
  13172.     end tell
  13173. on error errMsg number errNum
  13174.     --enter statements to perform when no records are found such as...
  13175.     display dialog "Sorry, the item you selected could not be found."
  13176.     return
  13177. end try
  13178. All Packages
  13179. 7.5.3 (PCI)O
  13180. Dev.CD Jul 96 SSWP
  13181. Dev.CD Jul 96 SSV
  13182. 30072X
  13183. Jul 96
  13184. f--set theItem to choose file -- uncomment to test in an AS editor
  13185.     tell application "Finder"
  13186.         open item "Dev.CD Jul 96 SSW"
  13187.         activate
  13188.     end tell
  13189. on error errMsg number errNum
  13190.     --enter statements to perform when no records are found such as...
  13191.     display dialog "Sorry, the item you selected could not be found."
  13192.     return
  13193. end try
  13194. All Packages
  13195. 7.5.3 (PCI)O
  13196. Dev.CD Jul 96 SSWV
  13197. 30073X
  13198. e    No Changeq
  13199. Dev.CD Feb 00 TC
  13200. D!All Packages
  13201. Mac OS SDK Edition
  13202. Nav Svcs 1.0 SDK
  13203. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  13204. Navigation Services provides new standard dialogs for the following operations:
  13205. - open document
  13206. - save documents
  13207. - select volume
  13208. - select folder
  13209. - select file
  13210. - select object
  13211. --set theItem to choose file -- uncomment to test in an AS editor
  13212.     tell application "Finder"
  13213.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  13214.         activate
  13215.     end tell
  13216. on error errMsg number errNum
  13217.     --enter statements to perform when no records are found such as...
  13218.     display dialog "Sorry, the item you selected could not be found."
  13219.     return
  13220. end try
  13221. All Packages
  13222. 7.5.3 (PCI)O
  13223. Dev.CD Aug 96 TCP
  13224. Dev.CD Aug 96 TV
  13225. 30074X
  13226. Aug 96
  13227. e--set theItem to choose file -- uncomment to test in an AS editor
  13228.     tell application "Finder"
  13229.         open item "Dev.CD Aug 96 TC"
  13230.         activate
  13231.     end tell
  13232. on error errMsg number errNum
  13233.     --enter statements to perform when no records are found such as...
  13234.     display dialog "Sorry, the item you selected could not be found."
  13235.     return
  13236. end try
  13237. All Packages
  13238. 7.5.5O!Dev.CD Dec 96 SE
  13239. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  13240. Dev.CD Nov 96 TV
  13241. 30075X
  13242. Dec 96
  13243. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  13244. Networks.imgK
  13245. Feb 94N/testing, debugging, networking & communicationsO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  13246.  - Tool Chest
  13247.  - Testing & Debugging
  13248.  - NetworksV
  13249. 32470X
  13250. Feb 00^
  13251. e    No Change
  13252.     tell application "Finder"
  13253.         open item "Dev.CD Apr 97 SSW"
  13254.         activate
  13255.     end tell
  13256. on error errMsg number errNum
  13257.     --enter statements to perform when no records are found such as...
  13258.     display dialog "Sorry, the item you selected could not be found."
  13259.     return
  13260. end try
  13261. All Packages
  13262. 7.5.5 (73/76/86/9600)V
  13263. 30078X
  13264. e    No Changef-testing
  13265. debugging
  13266. networking & communicationsq
  13267. Dev.CD Feb 00 TC
  13268. D!All Packages
  13269. Tool Chest Edition
  13270. N&C TMON Pro Macros/Templates
  13271. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  13272. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  13273. Networks.imgK
  13274. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  13275.  - Tool Chest
  13276.  - Testing & Debugging
  13277.  - NetworksV
  13278. 32471X
  13279. Feb 00^
  13280. standards
  13281. rep-iso
  13282. hytime
  13283. standards
  13284. rep-iso/ccitt
  13285. standards
  13286. rep-mm
  13287. objects
  13288. module
  13289. monitor
  13290. atsui
  13291. moreinterfacelib
  13292. moresetup
  13293. moresetup
  13294. moretextutils
  13295. moretoolbox
  13296. mountalias
  13297. mountalias
  13298. mountalias
  13299. mountprojector
  13300. mountserver
  13301. mousoid
  13302. mousoid
  13303. movie
  13304. movie
  13305. moviecallbacks
  13306. moviecallbacks
  13307. moviefile
  13308. moviefile
  13309. moviefile
  13310. moviefile
  13311. movieshop
  13312. moving
  13313. moving
  13314. source
  13315. powerpc
  13316. mphelloworld
  13317. mphelloworld
  13318. pascal
  13319. mping
  13320. program
  13321. goodies
  13322. builds
  13323. em you selected could not be found."
  13324.     return
  13325. end try
  13326. All Packages
  13327. 7.5.5 (73/76/86/9600)O
  13328. Dev.CD Apr 97 SSWP
  13329. Dev.CD Apr 97 SSV
  13330. 30080X
  13331. Apr 97
  13332. J/mm.bat
  13333. MusicMixer
  13334. MusicMixer.zip
  13335. readme.txt
  13336. Feb 00
  13337. - Common
  13338.     - Sun Compliant Java Runtime Environment 1.1
  13339.     - QuickTime 3 
  13340.     - QTJava.zip
  13341.     - QTJava media samples
  13342. - Mac OS:
  13343.     - System 8 or later
  13344.     - Macintosh Runtime for Java (MRJ) 2.1
  13345. - Windows 95, 98, or NT::
  13346.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13347. QuickTime, Java, MRJOQDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MusicMixer:P_Dev.CD Feb 00 TC
  13348.  - What's New?
  13349.  - Sample Code
  13350.  - QuickTime
  13351.  - QuickTime for Java
  13352.  - MusicMixerV
  13353. 32468X
  13354. Feb 00^
  13355. --set theItem to choose file -- uncomment to test in an AS editor
  13356.     tell application "Finder"
  13357.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  13358.         activate
  13359.     end tell
  13360. on error errMsg number errNum
  13361.     --enter statements to perform when no records are found such as...
  13362.     display dialog "Sorry, the item you selected could not be found."
  13363.     return
  13364. end try
  13365. e    No Change
  13366. QuickTime
  13367. Dev.CD Feb 00 TC
  13368. D!All Packages
  13369. Tool Chest Edition
  13370. MyHelpMenuI
  13371. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  13372. Appending your own help menu items. How to implement hierarchical sub-menus.J'Sample Code.img
  13373. Windows Sample Code.imgK
  13374. Mar 98N#help, menu, hierarchical, sub-menusO
  13375. Dev.CD Feb 00 TC:Sample Code:P
  13376. Dev.CD Feb 00 TC
  13377.  - Sample CodeV
  13378. 32469X
  13379. Feb 00^
  13380. r--set theItem to choose file -- uncomment to test in an AS editor
  13381.     tell application "Finder"
  13382.         open item "Dev.CD Feb 00 TC:Sample Code:"
  13383.         activate
  13384.     end tell
  13385. on error errMsg number errNum
  13386.     --enter statements to perform when no records are found such as...
  13387.     display dialog "Sorry, the item you selected could not be found."
  13388.     return
  13389. end try
  13390. e    No Changef help
  13391. hierarchical
  13392. sub-menusq
  13393. Dev.CD Feb 00 TC
  13394. N&C MacsBug Macros/Templates Macros/TemplatesV
  13395. 32470X
  13396. N-multiprocessing, multitasking, multiprocessorOMDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:PXDev.CD Feb 00 TC
  13397.  - What's New?
  13398.  - Development Kits
  13399.  - Mac OS
  13400.  - Multiprocessing 2.1 SDKV
  13401. 32467X
  13402. Feb 00^
  13403. --set theItem to choose file -- uncomment to test in an AS editor
  13404.     tell application "Finder"
  13405.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:"
  13406.         activate
  13407.     end tell
  13408. on error errMsg number errNum
  13409.     --enter statements to perform when no records are found such as...
  13410.     display dialog "Sorry, the item you selected could not be found."
  13411.     return
  13412. end try
  13413. e    No Changef+multiprocessing
  13414. multitasking
  13415. multiprocessoro
  13416. http://developer.apple.com/sdk/q
  13417. Dev.CD Feb 00 TC
  13418. D!All Packages
  13419. Tool Chest Edition
  13420. MusicMixerI
  13421. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.e    No Change
  13422. Apr 97
  13423. explained
  13424. explaining
  13425. explains
  13426. explanation
  13427. explicit
  13428. explicitly
  13429. exploded
  13430. exploit
  13431. exploiting
  13432. explored
  13433. explores
  13434. exploring
  13435. D!All Packages
  13436. Tool Chest Edition
  13437. Multiprocessing 2.1 SDK
  13438. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  13439. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  13440.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  13441. JNDemo apps
  13442. Documentation
  13443. Guide To SDK Contents
  13444. Interfaces&Libraries
  13445. Sample CodeK
  13446. Feb 97L
  13447. Feb 00M%Multiprocessor hardware NOT required!:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:V
  13448. 32467X
  13449. 1e    No Changeo
  13450. http://developer.apple.com/sdk/
  13451. All Packages
  13452. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  13453. EIA Mini-Conference Report
  13454. How to Obtain a Standards
  13455. MM Standards Rep-ISO HyTime
  13456. MM Standards Rep-ISO/CCITT
  13457. MM Standards Rep-MM Objects
  13458. SGML Products
  13459. The SGML SIGHYPER (HYTIME)K
  13460. Mar 92M
  13461. Adobe Acrobat Reader.OUDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Mar 00 RL Disk 1
  13462.  - Technical Documentation
  13463.  - Misc. Standards
  13464.  - Multimedia StandardsV
  13465. 32466X
  13466. Mar 00^    RL Disk 1
  13467. --set theItem to choose file -- uncomment to test in an AS editor
  13468.     tell application "Finder"
  13469.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  13470.         activate
  13471.     end tell
  13472. on error errMsg number errNum
  13473.     --enter statements to perform when no records are found such as...
  13474.     display dialog "Sorry, the item you selected could not be found."
  13475.     return
  13476. end try
  13477. e    No Changeq
  13478. Dev.CD Mar 00 RL Disk 1
  13479. animation
  13480. antlr
  13481. antlr
  13482. pccts
  13483. parser
  13484. generator
  13485. compiler
  13486. tools
  13487. appearance
  13488. appearance
  13489. gworld
  13490. off-screen
  13491. appearance
  13492. keyboard
  13493. function
  13494. appearance
  13495. manager
  13496. append
  13497. appkit
  13498. apple
  13499. W  return
  13500. end try
  13501. All Packages
  13502. Dev.CD Jun 97 SSWP
  13503. Dev.CD Jun 97 SSV
  13504. 30091X
  13505. Jun 97
  13506. f--set theItem to choose file -- uncomment to test in an AS editor
  13507.     tell application "Finder"
  13508.         open item "Dev.CD Jun 97 SSW"
  13509.         activate
  13510.     end tell
  13511. on error errMsg number errNum
  13512.     --enter statements to perform when no records are found such as...
  13513.     display dialog "Sorry, the item you selected could not be found."
  13514.     return
  13515. end try
  13516. All Packages
  13517. Dev.CD Jun 97 SSWP
  13518. Dev.CD Jun 97 SSV
  13519. 30092X
  13520. Jun 97
  13521. Dev.CD July 92
  13522. Dev.CD June 92
  13523. Dev.CD May 92
  13524. Dev.CD Apr 92
  13525. Dev.CD Mar 92
  13526. Dev.CD Feb 92
  13527. Dev.CD Jan 92
  13528. Dev.CD Vol. XI
  13529. Dev.CD Vol. X
  13530. Dev.CD Vol. IX
  13531. Dev.CD Vol. VII
  13532. Dev CD Vol. VI
  13533. Dev CD Vol. V
  13534. Dev CD Vol. IVP
  13535. Dev.CD July 92
  13536. Dev.CD June 92
  13537. Dev.CD May 92
  13538. Dev.CD Apr 92
  13539. Dev.CD Mar 92
  13540. Dev.CD Feb 92
  13541. Dev.CD Jan 92
  13542. Dev.CD Vol. XI
  13543. Dev.CD Vol. X
  13544. Dev.CD Vol. IX
  13545. Dev.CD Vol. VII
  13546. Dev CD Vol. VI
  13547. Dev CD Vol. V
  13548. Dev CD Vol. IV
  13549. 32465X
  13550. July 9
  13551. --set theItem to choose file -- uncomment to test in an AS editor
  13552.     tell application "Finder"
  13553.         open item "Dev.CD July 92
  13554. Dev.CD June 92
  13555. Dev.CD May 92
  13556. Dev.CD Apr 92
  13557. Dev.CD Mar 92
  13558. Dev.CD Feb 92
  13559. Dev.CD Jan 92
  13560. Dev.CD Vol. XI
  13561. Dev.CD Vol. X
  13562. Dev.CD Vol. IX
  13563. Dev.CD Vol. VII
  13564. Dev CD Vol. VI
  13565. Dev CD Vol. V
  13566. Dev CD Vol. IV"
  13567.         activate
  13568.     end tell
  13569. on error errMsg number errNum
  13570.     --enter statements to perform when no records are found such as...
  13571.     display dialog "Sorry, the item yoB2u selected could not be found."
  13572.     return
  13573. end try
  13574. jmanager
  13575. joystick
  13576. kernel
  13577. keyboard
  13578. keyboard
  13579. keychain
  13580. keychain
  13581. password
  13582. storage
  13583. passphrase
  13584. password
  13585. keychain
  13586. access
  13587. cryptography
  13588. signing
  13589. kibitz
  13590. korean
  13591. label
  13592. language
  13593. language
  13594. analysis
  13595. language
  13596. analysis
  13597. architecture
  13598. japanese
  13599. language
  13600. updater
  13601. arabic
  13602. chinese
  13603. cyrillic
  13604. hebrew
  13605. laserwriter
  13606. laserwriter
  13607. custom
  13608. sample
  13609. laserwriter
  13610. driver
  13611. printer
  13612. 8.5.1
  13613. launch
  13614.         open item "Dev.CD Jun 97 SSW"
  13615.         activate
  13616.     end tell
  13617. on error errMsg number errNum
  13618.     --enter statements to perform when no records are found such as...
  13619.     display dialog "Sorry, the item you selected could not be found."
  13620.     return
  13621. end try
  13622. All Packages
  13623. Dev.CD Jun 97 SSWP
  13624. Dev.CD Jun 97 SSV
  13625. 30095X
  13626. Jun 97
  13627. --set theItem to choose file -- uncomment to test in an AS editor
  13628.     tell application "Finder"
  13629.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:"
  13630.         activate
  13631.     end tell
  13632. on error errMsg number errNum
  13633.     --enter statements to perform when no records are found such as...
  13634.     display dialog "Sorry, the item you selected could not be found."
  13635.     return
  13636. end try
  13637.  be found."
  13638.     return
  13639. end try
  13640. All Packages
  13641. Dev.CD Jun 97 SSWP
  13642. Dev.CD Jun 97 SSV
  13643. 30097X
  13644. Jun 97
  13645. f--set theItem to choose file -- uncomment to test in an AS editor
  13646.     tell application "Finder"
  13647.         open item "Dev.CD Jun 97 SSW"
  13648.         activate
  13649.     end tell
  13650. on error errMsg number errNum
  13651.     --enter statements to perform when no records are found such as...
  13652.     display dialog "Sorry, the item you selected could not be found."
  13653.     return
  13654. end try
  13655. All Packages
  13656. Dev.CD Jun 97 SSWP
  13657. Dev.CD Jun 97 SSV
  13658. 30098X
  13659. Jun 97
  13660. actions
  13661. activate
  13662. active
  13663. actively
  13664. actually
  13665. graphical
  13666. editor
  13667. which
  13668. create
  13669. adapt
  13670. adaptation
  13671. adapts
  13672. adbreinit
  13673. add-ons
  13674. addchange
  13675. added
  13676. addendum
  13677. addheader
  13678. adding
  13679. addition
  13680. additional
  13681. additions
  13682. address
  13683. address
  13684. resolution
  13685. protocol
  13686. protocol
  13687. mapping
  13688. addresses
  13689. addressing
  13690. adequate
  13691. adevs
  13692. Deletedf
  13693. Runtimeq
  13694. Dev.CD Jul 99 SDK1
  13695. D!All Packages
  13696. Tool Chest Edition
  13697. MrPlus 1.0I
  13698. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  13699. MPW etc.imgK
  13700. Nov 97M
  13701. Power Macintosh systemN
  13702. performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  13703.  - Tool Chest
  13704.  - Development Kits
  13705.  - MPW etc.V
  13706. 32464X
  13707. Feb 00^
  13708. --set theItem to choose file -- uncomment to test in an AS editor
  13709.     tell application "Finder"
  13710.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  13711.         activate
  13712.     end tell
  13713. on error errMsg number errNum
  13714.     --enter statements to perform when no records are found such as...
  13715.     display dialog "Sorry, the item you selected could not be found."
  13716.     return
  13717. end try
  13718. e    No Changef
  13719. performance analysisq
  13720. Dev.CD Feb 00 TC
  13721. All Packages
  13722. MultiFinder 6.1b9V
  13723. 32465X
  13724. style
  13725. style-linking
  13726. styled
  13727. stylemap
  13728. styles
  13729. stylewriter
  13730. stylus
  13731. sub-dialogs
  13732. sub-folders
  13733. sub-menus
  13734. subclass
  13735. subdirectory
  13736. subfolders
  13737. subject
  13738. subjects
  13739. sublaunch
  13740. submission
  13741. submit
  13742. subprocesses
  13743. subroutine
  13744. subroutines
  13745. subsection
  13746. subset
  13747. subspace
  13748. substantially
  13749. substitute
  13750. f--set theItem to choose file -- uncomment to test in an AS editor
  13751.     tell application "Finder"
  13752.         open item "Dev.CD Jun 97 SSW"
  13753.         activate
  13754.     end tell
  13755. on error errMsg number errNum
  13756.     --enter statements to perform when no records are found such as...
  13757.     display dialog "Sorry, the item you selected could not be found."
  13758.     return
  13759. end try
  13760. All Packages
  13761. Dev.CD Jun 97 SSWP
  13762. Dev.CD Jun 97 SSV
  13763. 30104X
  13764. Jun 97
  13765. generating
  13766. generation
  13767. generator
  13768. generators
  13769. generic
  13770. generically
  13771. genericness
  13772. geometric
  13773. geometries
  13774. geoport
  13775. german
  13776. germany
  13777. gestaltW
  13778. gestaltnativecputype
  13779. gestalttable
  13780. gestaltvalue
  13781. events
  13782. needs
  13783. events
  13784. get1resource
  13785. getadevtype
  13786. getdctlentry
  13787. getdraghilitecolor
  13788. getfinfo
  13789. getindstring
  13790. getinfo
  13791. getkeys
  13792. getlastchange
  13793. getmfsize
  13794. getnextevent
  13795. getnextfond
  13796. getopen
  13797. getownergroup
  13798. getprocessinformatio
  13799. getter
  13800. getting
  13801. image's
  13802. imageer
  13803. imageproducing
  13804. images
  13805. imagewriter
  13806. imaginable
  13807. imagine
  13808. imaging
  13809. immediate
  13810. impacts
  13811. implement
  13812. ev.CD Jun 97 SSWP
  13813. Dev.CD Jun 97 SSV
  13814. 30106X
  13815. Jun 97
  13816. f--set theItem to choose file -- uncomment to test in an AS editor
  13817.     tell application "Finder"
  13818.         open item "Dev.CD Jun 97 SSW"
  13819.         activate
  13820.     end tell
  13821. on error errMsg number errNum
  13822.     --enter statements to perform when no records are found such as...
  13823.     display dialog "Sorry, the item you selected could not be found."
  13824.     return
  13825. end try
  13826. All Packages
  13827. 7.6.1O
  13828. Dev.CD Jun 97 SSWP
  13829. Dev.CD Jun 97 SSV
  13830. 30107X
  13831. Jun 97
  13832. manuals
  13833. manufactured
  13834. manufacturers
  13835. hysical
  13836. codes
  13837. virtual
  13838. codes
  13839. mappings
  13840. marathi
  13841. marathon
  13842. march
  13843. markc
  13844. marked
  13845. market
  13846. marketing
  13847. marketplace
  13848. markets
  13849. markpascal
  13850. marks
  13851. maroney
  13852. marriott
  13853. martin
  13854. martin-gilles
  13855. master
  13856. masters
  13857. match
  13858. matched
  13859. matches--any
  13860. matching
  13861. material
  13862. matrix
  13863. matter
  13864. matters
  13865. matthew
  13866. maurer
  13867. maurice
  13868. maximize
  13869. maximum
  13870. N?MRJ, MRJ SDK, MRJ 2.1.4, MRJ Resdistributor, Redistribution SDKJun 97 SSV
  13871. 30108X
  13872. Jun 97
  13873. f--set theItem to choose file -- uncomment to test in an AS editor
  13874.     tell application "Finder"
  13875.         open item "Dev.CD Jun 97 SSW"
  13876.         activate
  13877.     end tell
  13878. on error errMsg number errNum
  13879.     --enter statements to perform when no records are found such as...
  13880.     display dialog "Sorry, the item you selected could not be found."
  13881.     return
  13882. end try
  13883. D!All Packages
  13884. Tool Chest Edition
  13885. his application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  13886. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hou good idea of h
  13887. developing
  13888. development
  13889. developments
  13890. devfeedback
  13891. device
  13892. deviceloop
  13893. devices
  13894. diagnose
  13895. diagram
  13896. dialog
  13897.  CodeWarrior targets that generate two resource files that perform two installer functions.  The first target 
  13898. Apple Installer Setup
  13899.  generates a resource file called APPLEMRJSETUP.rsrc.  This is to be included as a installer setup function.  The second target, 
  13900. Apple Installer
  13901.  generates a resource file called APPLEMRJ.rsrc that is to be included as an installer action atom called during the install.
  13902. Installer VISE example
  13903.  The Installer VISE wrapper code is contained in the source file
  13904.  MRJVise.c.
  13905.  The Installer VISE example generates an installer extension called VISEMRJ.rsrc.
  13906.  The Installer VISE example is set up to be called at initialization of the installer.  In the VISE External Code settings, specify that this extension needs to be called at initialization and before the install.
  13907. Stuffit InstallerMaker example
  13908.  The Stuffit InstallerMaker wrapper code is contained in the source file MRJStuffit.c.
  13909.  The Stuffit Installer example generates an installer extension 
  13910. called STUFFITMRJ.rsrc.
  13911.  The Stuffit Installer extension just needs to be included when you build the Stuffit installer and will automatically be called at the beginning of the install.
  13912. Warning: Java technology is not fault tolerant and is not designed, manufactured, or intended for use or resale for online control of equipment in nuclear facilities, aircraft navigation or communication systems, or air traffic control machines in which the failure of the Java technology or Mac OS RuntimeJd for Java could lead directly to death, personal injury, or severe physical or environmental damage.
  13913. J$MRJ Redistribution SDK.smi
  13914. Dec 99
  13915. !The MRJ Redistribution SDK includes the 
  13916. MRJ Redistribution.smi
  13917.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  13918. About MRJ 2.1.4
  13919.  for MRJ
  13920. s system requirements.
  13921. OTDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  13922. :P_Dev.CD Mar 00 RL Disk 1
  13923.  - What's New
  13924.  - Development Kits
  13925.  - Mac OS
  13926.  - MRJ Redistribution SDK 
  13927. e basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  13928. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of h
  13929. postscript
  13930. power
  13931. power
  13932. power
  13933. macintosh
  13934. power
  13935. macintosh
  13936. debugger
  13937. powerbook
  13938. powerbook
  13939. powerbook
  13940. series
  13941. powerbooks
  13942. powerpcQ
  13943. powerpc
  13944. bandwidthQ
  13945. powerplant
  13946. toolbox
  13947. pre-mixer
  13948. pre-mixer
  13949. component
  13950. preemptive
  13951. preemptive
  13952. preference
  13953. preferences
  13954. preview
  13955. print
  13956. printer
  13957. printer
  13958. access
  13959. protocol
  13960. printer
  13961. selected
  13962. chooser
  13963. printers
  13964. printers
  13965. drivers
  13966. sample
  13967. printing
  13968. printing
  13969. private
  13970. process
  13971. process
  13972. manager
  13973. processes
  13974. --set theItem to choose file -- uncomment to test in an AS editor
  13975.     tell application "Finder"
  13976.         open item "Dev.CD Apr 94
  13977. Dev.CD Jan 94
  13978. Dev.CD Oct 93
  13979. Dev.CD Jul 93
  13980. Dev.CD Apr 93"
  13981.         activate
  13982.     end tell
  13983. on error errMsg number errNum
  13984.     --enter statements to perform when no records are found such as...
  13985.     display dialog "Sorry, the item you selected could not be found."
  13986.     return
  13987. end try
  13988. expansion
  13989. expansion
  13990. slots
  13991. expect
  13992. expects
  13993. expensive
  13994. experience
  13995. experienced
  13996. experiences
  13997. experiment
  13998. experimental
  13999. expert
  14000. expertise
  14001. expiration
  14002. explain
  14003. explained
  14004. explaining
  14005. explains
  14006. explanation
  14007. explicit
  14008. explicitly
  14009. exploded
  14010. exploit
  14011. exploiting
  14012. explored
  14013. explores
  14014. --set theItem to choose file -- uncomment to test in an AS editor
  14015.     tell application "Finder"
  14016.         open item "Dev.CD Apr 94
  14017. Dev.CD Jan 94
  14018. Dev.CD Oct 93
  14019. Dev.CD Jul 93"
  14020.         activate
  14021.     end tell
  14022. on error errMsg number errNum
  14023.     --enter statements to perform when no records are found such as...
  14024.     display dialog "Sorry, the item you selected could not be found."
  14025.     return
  14026. end try
  14027. means
  14028. meant
  14029. measurable
  14030. measure
  14031. measurement
  14032. measuring
  14033. mechanics
  14034. mechanism
  14035. mechanisms
  14036. media
  14037. medium
  14038. meeting
  14039. meets
  14040. megabyte
  14041. megamovies
  14042. member
  14043. pple.com/techpubs/.
  14044.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  14045.  Installer proprietary headers from one or more of the following installer vendors is required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  14046.  Important:  The MRJ Redistributor returns a reply of "Restart" to indicate that a restart is required before MRJ can be used. Due to limitations in the plug-in architecture of VISE, Apple Installe
  14047. r, and Stuffit, the plug-ins generated in these examples don
  14048. t pass this restart information back to the installer application. Other installers may be able to selectively handle restarts. Because of this limitation, in using these examples, you must make sure the machine is restarted after the installation completes.
  14049. Apple Installer example
  14050.  The Apple Installer wrapper code is contained in the source files MRJAppleSetup.c and MRJApple.c.
  14051.  The Apple Installer example is comprised of two
  14052. About the MRJ  2.1.4 Redistribution SDK
  14053. The MRJ 2.1.4 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.1.4 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  14054. Java i
  14055. s evolving rapidly, and Apple frequently updates MRJ and the MRJ SDK, both as final quality for use by the general public, and as pre-release for use in testing and development.  Only the final release of MRJ 2.1.4 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases and developing in Java for the Macintosh, see Apple
  14056. s Java Developer web site at http://developer.apple.com/java/.
  14057. Contents
  14058. MRJ Redistribution.smi
  14059.  A self-mounting image which c
  14060. ontains the complete MRJ 2.1.4 package and the MRJ Redistributor.
  14061. Warning: Mounting the MRJ Redistribution.smi will automatically launch the MRJ Redistributor program. If you mount it manually to inspect its contents, you should also be sure to explicitly quit the program.
  14062. Sample Code
  14063.  Redistribution sample code that demonstrates how to write installer extensions for the Apple Installer, Installer VISE, and Stuffit InstallerMaker.
  14064. Minimum requirements
  14065. The MRJ Redistribution SDK includ
  14066. es the 
  14067. MRJ Redistribution.smi
  14068.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  14069. About MRJ 2.1.4
  14070.  for MRJ
  14071. s system requirements.
  14072.  You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.a
  14073. PSDev.CD Feb 00 TC
  14074.  - What's New?
  14075.  - Development Kits
  14076.  - Mac OS
  14077.  - QuickTime Java SDKV
  14078. 32805X
  14079. Feb 00^
  14080. --set theItem to choose file -- uncomment to test in an AS editor
  14081.     tell application "Finder"
  14082.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  14083.         activate
  14084.     end tell
  14085. on error errMsg number errNum
  14086.     --enter statements to perform when no records are found such as...
  14087.     display dialog "Sorry, the item you selected could not be found."
  14088.     return
  14089. end try
  14090. e    No Changef
  14091. QuickTime
  14092. http://developer.apple.com/sdk/q
  14093. Dev.CD Feb 00 TC
  14094. D!All Packages
  14095. Tool Chest Edition
  14096. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  14097. QTJava_SDK.zipK
  14098. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  14099. 32806X
  14100. 1e    No Changeo
  14101. http://developer.apple.com/sdk/
  14102. multi-processing
  14103. multi-processing
  14104. pascal
  14105. multicast
  14106. multihoming
  14107. multilingual
  14108. multimedia
  14109. multiple
  14110. multiprocessing
  14111. multiprocessing
  14112. multitasking
  14113. multiprocessor
  14114. multiprocessor
  14115. multitasking
  14116. music
  14117. mutable
  14118. named
  14119. navigable
  14120. navigable
  14121. movies
  14122. pan/tilt
  14123. movies
  14124. virtual
  14125. navigation
  14126. notes
  14127. number
  14128. number
  14129. formatting
  14130. resedit
  14131. localization
  14132. object-oriented
  14133. objectsupportlib
  14134. macodbc
  14135. database
  14136. connectivity
  14137. drivers
  14138. network
  14139. middlewar
  14140. opaque
  14141. transport
  14142. cache
  14143. delete
  14144. query
  14145. transport
  14146. otlifo
  14147. otfifo
  14148. otlink
  14149. linked
  14150. transport
  14151. otoptionmanagment
  14152. option
  14153. management
  14154. opentransport
  14155. opentransport
  14156. cache
  14157. display
  14158. opentransport
  14159. server
  14160. thread
  14161. manager
  14162. tcp/ip
  14163. iostreams
  14164. Dev.CD Nov 97 SSV
  14165. 30117X
  14166. 32462X
  14167. Mar 00^    RL Disk 1
  14168. --set theItem to choose file -- uncomment to test in an AS editor
  14169.     tell application "Finder"
  14170.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  14171.         activate
  14172.     end tell
  14173. on error errMsg number errNum
  14174.     --enter statements to perform when no records are found such as...
  14175.     display dialog "Sorry, the item you selected could not be found."
  14176.     return
  14177. end try
  14178. e    No Changef;MRJ
  14179. MRJ SDK
  14180. MRJ 2.1.4
  14181. MRJ Resdistributor
  14182. Redistribution SDKq
  14183. Dev.CD Mar 00 RL Disk 1
  14184. D!All Packages
  14185. Mac OS SDK Edition
  14186. MRJ SDK 2.1 EA3I
  14187. MRJ SDK 2.1 EA3 is the Beta Release of MRJ SDK 2.1. This is released by the MacOS Runtime for Java group, and replaces EA2, our Alpha release. J
  14188. MRJ SDK 2.1 EA3K
  14189. Aug 97L
  14190. Jan 99N
  14191. Java, MRJ, RuntimeO;Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:PCDev.CD Jul 99 SDK1
  14192.  - Development Kits
  14193.  - Mac OS
  14194.  - MRJ SDK 2.1 EA3V
  14195. 32463X
  14196. Jul 99^
  14197. PPDev.CD Jan 00 SDK1
  14198.  - Development Kits
  14199.  - Mac OS
  14200.  - MRJ
  14201.  - MRJ 2.1.4 Web Installry
  14202.     tell application "Finder"
  14203.         open item "Dev.CD Nov 97 SSW"
  14204.         activate
  14205.     end tell
  14206. on error errMsg number errNum
  14207.     --enter statements to perform when no records are found such as...
  14208.     display dialog "Sorry, the item you selected could not be found."
  14209.     return
  14210. end try
  14211. All Packages
  14212. F    8.0 ImageO
  14213. Dev.CD Nov 97 SSWP
  14214. Dev.CD Nov 97 SSV
  14215. 30118X
  14216. Nov 97
  14217. f--set theItem to choose file -- uncomment to test in an AS editor
  14218.     tell application "Finder"
  14219.         open item "Dev.CD Nov 97 SSW"
  14220.         activate
  14221.     end tell
  14222. on error errMsg number errNum
  14223.     --enter statements to perform when no records are found such as...
  14224.     display dialog "Sorry, the item you selected could not be found."
  14225.     return
  14226. end try
  14227. All Packages
  14228. F    8.0 ImageO
  14229. Dev.CD Nov 97 SSWP
  14230. Dev.CD Nov 97 SSV
  14231. 30119X
  14232. Nov 97
  14233. d, after MRJ opened a window.  
  14234. This release is Bronze certified for running applications built with Oracle Developer 1.6.1 and deployed on Oracle Developer Server using Apple Applet Runner 2.1.4.
  14235.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  14236.  Do not call Apple
  14237. s 800 number(s) regarding this software since our operat
  14238. ors are not trained to support developer products. 
  14239.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  14240. Known issues
  14241.  Java Epoch Date: Java
  14242. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  14243.     D4in your Date &Time Control Panel is at least 1/1/70.
  14244. MRJ 2.1.4 Web Install.imgK
  14245. Jul 98L
  14246. Oct 99
  14247. Minimum system requirements
  14248.  Macintosh computer with a PowerPC processor
  14249.  System 7.6.1 or later
  14250.  24 megabytes (MB) of RAM. For better performance, 32 MB of RAM is recommended, with virtual memory turned on and set to at least 33 MB. Installing more than 32 MB of RAM will greatly improve performance and increase the number of Java applets and applications that can run simultaneously.
  14251.  At least 20 MB of free disk space
  14252.  Using Java applets over the Internet requires Open Transport 1.1 orB
  14253.  later and an active Internet connection.
  14254.  You may experience improved performance if you have QuickTime 3.0 installed. QuickTime 3.0 is installed with Mac OS 8.5, or you can download it at http://quicktime.apple.com.
  14255. N-MRJ, MRJ 2.1, MRJ 2.1.2, MRJ 2.1.3, MRJ 2.1.4OEDev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:
  14256. 32461X
  14257. Jan 00^
  14258. --set theItem to choose file -- uncomment to test in an AS editor
  14259.     tell application "Finder"
  14260.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  14261.         activate
  14262.     end tell
  14263. on error errMsg number errNum
  14264.     --enter statements to perform when no records are found such as...
  14265.     display dialog "Sorry, the item you selected could not be found."
  14266.     return
  14267. end try
  14268. e    No Changef)MRJ
  14269. MRJ 2.1
  14270. MRJ 2.1.2
  14271. MRJ 2.1.3
  14272. MRJ 2.1.4q
  14273. Dev.CD Jan 00 SDK1
  14274. All Packages
  14275. MRJ Redistribution SDK
  14276. 32462X
  14277. open item "Dev.CD Nov 97 SSW"
  14278.         activate
  14279.     end tell
  14280. on error errMsg number errNum
  14281.     --enter statements to perform when no records are found such as...
  14282.     display dialog "Sorry, the item you selected could not be found."
  14283.     return
  14284. end try
  14285. All Packages
  14286. F    8.0 ImageO
  14287. Dev.CD Nov 97 SSWP
  14288. Dev.CD Nov 97 SSV
  14289. 30124X
  14290. Nov 97
  14291. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  14292.  - Development Kits (Disc 2)
  14293.  - QuickTake Digital CameraV
  14294. 32713X
  14295. Apr 98^
  14296. --set theItem to choose file -- uncomment to test in an AS editor
  14297.     tell application "Finder"
  14298.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  14299.         activate
  14300.     end tell
  14301. on error errMsg number errNum
  14302.     --enter statements to perform when no records are found such as...
  14303.     display dialog "Sorry, the item you selected could not be found."
  14304.     return
  14305. end try
  14306. Deletedq
  14307. Dev.CD Apr 98 SDK2
  14308. D!All Packages
  14309. Mac OS SDK Edition
  14310. QuickTake for Windows 1.5
  14311. e    No Changeq
  14312. Dev.CD Feb 00 TC
  14313. D!All Packages
  14314. Mac OS SDK Edition
  14315. MRJ 2.1.4 Web Install
  14316.  About Mac OS Runtime for Java 2.1.4
  14317. Mac OS Runtime for Java (MRJ) 2.1.4 is an upgrade to MRJ 2.1.3.  It fixes two severe bugs that affected Java applications, but not applets.
  14318.  In some Java applications, windows would occasionally disappear or become non-functional. 
  14319.  Quitting a Java application would occasionally cause another application to quit, or a file opened by another application to close. This would happen only when the second application had been launched, or the file openeent to test in an AS editor
  14320.     tell application "Finder"
  14321.         open item "Dev.CD Nov 97 SSW"
  14322.         activate
  14323.     end tell
  14324. on error errMsg number errNum
  14325.     --enter statements to perform when no records are found such as...
  14326.     display dialog "Sorry, the item you selected could not be found."
  14327.     return
  14328. end try
  14329. All Packages
  14330. F    8.0 ImageO
  14331. Dev.CD Nov 97 SSWP
  14332. Dev.CD Nov 97 SSV
  14333. 30127X
  14334. MPWTool 1.0I
  14335. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  14336. This package is System 7.0 compatible.JVBuildFailed
  14337. BuildProgram
  14338. BuildSucceeded
  14339. MakeFile
  14340. MPWTool
  14341. MPWTool.c
  14342. Read Me
  14343. Read Me.txtK
  14344. Vol XIM
  14345. MPWOADev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Feb 00 TC
  14346.  - Tool Chest
  14347.  - Development Kits
  14348.  - MPW Related
  14349.  - MPWToolV
  14350. 32460X
  14351. Feb 00^
  14352. --set theItem to choose file -- uncomment to test in an AS editor
  14353.     tell application "Finder"
  14354.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  14355.         activate
  14356.     end tell
  14357. on error errMsg number errNum
  14358.     --enter statements to perform when no records are found such as...
  14359.     display dialog "Sorry, the item you selected could not be found."
  14360.     return
  14361. end try
  14362. script
  14363. 1.1.1
  14364. mpwtool
  14365. mpwtool
  14366. 2.1.4
  14367. install
  14368. redistribution
  14369. mrplus
  14370. mrplus
  14371. multifinder
  14372. multifinder
  14373. 6.1b9
  14374. multimedia
  14375. multimedia
  14376. standards
  14377. reports
  14378. multiprocessing
  14379. multiprocessing
  14380. musicmixer
  14381. myhelpmenu
  14382. macsbug
  14383. macros/templates
  14384. macros/templates
  14385. navigable
  14386. navigable
  14387. movie
  14388. toolkit
  14389. navigation
  14390. navigation
  14391. services
  14392. navigator
  14393. netsprockettest
  14394. network
  14395. network
  14396. management
  14397. network
  14398. server
  14399. developer's
  14400. guide
  14401. network
  14402. services
  14403. location
  14404. network
  14405. stream
  14406. network
  14407. watch
  14408. networking
  14409. onescanner
  14410. opp's
  14411. palette
  14412. e    No Changeq
  14413. Dev.CD Feb 00 TC
  14414. D!All Packages
  14415. Tool Chest Edition
  14416. MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  14417. This package is System 7.0 compatible.JVBuildFailed
  14418. BuildProgram
  14419. BuildSucceeded
  14420. MakeFile
  14421. MPWTool
  14422. MPWTool.c
  14423. Read Me
  14424. Read Me.txtK
  14425. Vol XIM
  14426. MPWOADev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Feb 00 TC
  14427.  - Tool Chest
  14428.  - Development Kits
  14429.  - MPW Related
  14430.  - MPWToolV
  14431. 32460X
  14432. Feb 00^
  14433. --set theItem to choose file -- uncomment to test in an AS editor
  14434.     tell application "Finder"
  14435.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  14436.         activate
  14437.     end tell
  14438. on error errMsg number errNum
  14439.     --enter statements to perform when no records are found such as...
  14440.     display dialog "Sorry, the item you selected could not be found."
  14441.     return
  14442. end try
  14443. end try
  14444. --set theItem to choose file -- uncomment to test in an AS editor
  14445.     tell application "Finder"
  14446.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  14447.         activate
  14448.     end tell
  14449. on error errMsg number errNum
  14450.     --enter statements to perform when no records are found such as...
  14451.     display dialog "Sorry, the item you selected could not be found."
  14452.     return
  14453. end try
  14454. goodies
  14455. goodies
  14456. scripts
  14457. readme
  14458. scripts
  14459. readme
  14460. mpwtool
  14461. mpwtool
  14462. 1.0.1b1c2
  14463. installer
  14464. 2.1.4
  14465. install
  14466. redistribution
  14467. ments to perform when no records are found such as...
  14468.     display dialog "Sorry, the item you selected could not be found."
  14469.     return
  14470. end try
  14471. All Packages
  14472. F    8.0 ImageO
  14473. Dev.CD Jan 98 SSWP
  14474. Dev.CD Jan 98 SSV
  14475. 30134X
  14476. Jan 98
  14477. f--set theItem to choose file -- uncomment to test in an AS editor
  14478.     tell application "Finder"
  14479.         open item "Dev.CD Jan 98 SSW"
  14480.         activate
  14481.     end tell
  14482. on error errMsg number errNum
  14483.     --enter statements to perform when no records are found such as...
  14484.     display dialog "Sorry, the item you selected could not be found."
  14485.     return
  14486. end try
  14487. All Packages
  14488. Dev.CD Feb 98 SSWP
  14489. Dev.CD Feb 98 SSV
  14490. 30135X
  14491. Feb 98
  14492. traditional
  14493. traffic
  14494. transaction
  14495. translation
  14496. slation
  14497. macintosh
  14498. translator
  14499. translator
  14500. transport
  14501. tsmte
  14502. tsmte
  14503. textedit
  14504. inline
  14505. input
  14506. japanese
  14507. internationalizatio
  14508. tutorial
  14509. types
  14510. typography
  14511. ultraslimfast
  14512. unicode
  14513. universal
  14514. universal
  14515. serial
  14516. storage
  14517. class
  14518. driver
  14519. systems
  14520. workstation
  14521. solaris
  14522. hp-ux
  14523. update
  14524. updater
  14525. updates
  14526. usage
  14527. usedistanthdwrmem
  14528. uselocalhdwrmem
  14529. utilities
  14530. utility
  14531. utility
  14532. space
  14533. variable
  14534. variables
  14535. vector
  14536. version
  14537. e    No ChangefEMPW
  14538. compilers
  14539. assemblers
  14540. linkers
  14541. tools
  14542. debuggers
  14543. performance analysisq
  14544. Dev.CD Feb 00 TC
  14545. D!All Packages
  14546. Tool Chest Edition
  14547. MPW Script Tips 1.1.1
  14548. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  14549. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  14550. J6Documents
  14551. READMEFIRST!
  14552. Sample Makefiles
  14553. Sample ScriptsK
  14554. Mar 92M
  14555. MPW 3.2 or laterOODev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD Feb 00 TC
  14556.  - Tool Chest
  14557.  - Development Kits
  14558.  - MPW Related
  14559.  - MPW Script Tips 1.1.1V
  14560. 32459X
  14561. Feb 00^
  14562. #tatements to perform when no records are found such as...
  14563.     display dialog "Sorry, the item you selected could not be found."
  14564.     return
  14565. end try
  14566. All Packages
  14567. Dev.CD Jul 98 SSW/SDKP
  14568. Dev.CD Jul 98 SSW/SDV
  14569. 30138X
  14570. Jul 98
  14571. --set theItem to choose file -- uncomment to test in an AS editor
  14572.     tell application "Finder"
  14573.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  14574.         activate
  14575.     end tell
  14576. on error errMsg number errNum
  14577.     --enter statements to perform when no records are found such as...
  14578.     display dialog "Sorry, the item you selected could not be found."
  14579.     return
  14580. end try
  14581. e    No Changeq
  14582. Dev.CD Feb 00 TC
  14583. D!All Packages
  14584. Tool Chest Edition
  14585. MPW etc.
  14586. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  14587. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  14588. MPW etc.imgK
  14589. Nov 97L
  14590. Feb 00MFMacintosh running Mac OS 8.x or later and a 68020 or higher processor.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  14591.  - Tool Chest
  14592.  - Development Kits
  14593.  - MPW etc.V
  14594. 32458X
  14595. Feb 00^
  14596. #s...
  14597.     display dialog "Sorry, the item you selected could not be found."
  14598.     return
  14599. end try
  14600. All Packages
  14601. Dev.CD Jul 98 SSW/SDKV
  14602. 30141X
  14603. F    MPing 1.1
  14604. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  14605. J&***** Readme first *****
  14606. MPing
  14607. SourcesK
  14608. Vol XO8Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Feb 00 TC
  14609.  - Tool Chest
  14610.  - Networking
  14611.  - MacTCP
  14612.  - MPing 1.1V
  14613. 32457X
  14614. Feb 00^
  14615. --set theItem to choose file -- uncomment to test in an AS editor
  14616.     tell application "Finder"
  14617.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  14618.         activate
  14619.     end tell
  14620. on error errMsg number errNum
  14621.     --enter statements to perform when no records are found such as...
  14622.     display dialog "Sorry, the item you selected could not be found."
  14623.     return
  14624. end try
  14625. 2.1.2
  14626. 2.1.3
  14627. 2.1.4
  14628. resdistributor
  14629. toolkit
  14630. multi-player
  14631. multi-processing
  14632. multicast
  14633. multihoming
  14634. multilingual
  14635. multilingual
  14636. editing
  14637. multilingual
  14638. editor
  14639. multiprocessor
  14640. multitasking
  14641. music
  14642. music
  14643. movie
  14644. mutable
  14645. mutable
  14646. string
  14647. navigable
  14648. navigable
  14649. movies
  14650. navigation
  14651. navigation
  14652. services
  14653. nbplookup
  14654. needs
  14655. neighborhood
  14656. netsprocket
  14657. netstat
  14658. netware
  14659. network
  14660. network
  14661. administrator
  14662. network
  14663. driver
  14664. network
  14665. management
  14666. network
  14667. preferences
  14668. network
  14669. server
  14670. network
  14671. services
  14672. location
  14673. option
  14674. --set theItem to choose file -- uncomment to test in an AS editor
  14675.     tell application "Finder"
  14676.         open item "Dev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):"
  14677.         activate
  14678.     end tell
  14679. on error errMsg number errNum
  14680.     --enter statements to perform when no records are found such as...
  14681.     display dialog "Sorry, the item you selected could not be found."
  14682.     return
  14683. end try
  14684. All Packages
  14685. Dev.CD Jul 98 SSW/SDKP
  14686. Dev.CD Jul 98 SSW/SDV
  14687. 30145X
  14688. Jul 98
  14689. j--set theItem to choose file -- uncomment to test in an AS editor
  14690.     tell application "Finder"
  14691.         open item "Dev.CD Jul 98 SSW/SDK"
  14692.         activate
  14693.     end tell
  14694. on error errMsg number errNum
  14695.     --enter statements to perform when no records are found such as...
  14696.     display dialog "Sorry, the item you selected could not be found."
  14697.     return
  14698. end try
  14699. All Packages
  14700. Dev.CD Jul 98 SSW/SDKV
  14701. 30146X
  14702. Deletedf
  14703. Multi-processing
  14704.  MP Pascalq
  14705. Dev.CD Nov 99 TC
  14706. D!All Packages
  14707. Tool Chest Edition
  14708. a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  14709. J&***** Readme first *****
  14710. MPing
  14711. SourcesK
  14712. Vol XO8Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Feb 00 TC
  14713.  - Tool Chest
  14714.  - Networking
  14715.  - MacTCP
  14716.  - MPing 1.1V
  14717. 32457X
  14718. Feb 00^
  14719. --set theItem to choose file -- uncomment to test in an AS editor
  14720.     tell application "Finder"
  14721.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  14722.         activate
  14723.     end tell
  14724. on error errMsg number errNum
  14725.     --enter statements to perform when no records are found such as...
  14726.     display dialog "Sorry, the item you selected could not be found."
  14727.     return
  14728. end try
  14729. end try
  14730. e    No Changef
  14731. QuickTime
  14732. Dev.CD Feb 00 TC
  14733. D!All Packages
  14734. Tool Chest Edition
  14735. MPHelloWorld (Pascal)
  14736. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  14737. JFhelloWorld.rsrc
  14738. MPHelloWorld (Pascal)
  14739. MPHelloWorld (Pascal).
  14740. sources:K
  14741. Feb 97M2the MP library, but does not require a MP machine.N
  14742. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  14743.  - What's New
  14744.  - Development Kits
  14745.  - Multiprocessing SDK
  14746.  - Sample Code
  14747.  - MPHelloWorld (Pascal)V
  14748. 32456X
  14749. Nov 99^
  14750. #lay dialog "Sorry, the item you selected could not be found."
  14751.     return
  14752. end try
  14753. All Packages
  14754. Dev.CD Jul 98 SSW/SDKV
  14755. 30151X
  14756. --set theItem to choose file -- uncomment to test in an AS editor
  14757.     tell application "Finder"
  14758.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  14759.         activate
  14760.     end tell
  14761. on error errMsg number errNum
  14762.     --enter statements to perform when no records are found such as...
  14763.     display dialog "Sorry, the item you selected could not be found."
  14764.     return
  14765. end try
  14766. --set theItem to choose file -- uncomment to test in an AS editor
  14767.     tell application "Finder"
  14768.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  14769.         activate
  14770.     end tell
  14771. on error errMsg number errNum
  14772.     --enter statements to perform when no records are found such as...
  14773.     display dialog "Sorry, the item you selected could not be found."
  14774.     return
  14775. end try
  14776. All Packages
  14777. Dev.CD Jul 98 SSW/SDKP
  14778. Dev.CD Jul 98 SSW/SDV
  14779. 30152X
  14780. Jul 98
  14781. j--set theItem to choose file -- uncomment to test in an AS editor
  14782.     tell application "Finder"
  14783.         open item "Dev.CD Jul 98 SSW/SDK"
  14784.         activate
  14785.     end tell
  14786. on error errMsg number errNum
  14787.     --enter statements to perform when no records are found such as...
  14788.     display dialog "Sorry, the item you selected could not be found."
  14789.     return
  14790. end try
  14791. All Packages
  14792. Dev.CD Jul 98 SSW/SDKP
  14793. Dev.CD Jul 98 SSW/SDV
  14794. 30153X
  14795. Jul 98
  14796. tcp/ip
  14797. appletalk
  14798. reconfiguration
  14799. network
  14800. setup
  14801. ottcpwilldial
  14802. tcp/ip
  14803. networking
  14804. standards
  14805. based
  14806. technical
  14807. technical
  14808. publications
  14809. technical
  14810. documentation
  14811. documentation
  14812. techniques
  14813. technote
  14814. technote
  14815. macintosh
  14816. techpubs
  14817. telephone
  14818. telephone
  14819. manager
  14820. telephony
  14821. analog
  14822. phone
  14823. telephony
  14824. television
  14825. tendpointinfo
  14826. testing
  14827. testing
  14828. debugging
  14829. testing
  14830. debugging
  14831. multiple
  14832. testing
  14833. debugging
  14834. networking
  14835. communications
  14836. testing
  14837. debugging
  14838. printers
  14839. testing
  14840. international
  14841. testing
  14842. memory
  14843. virtual
  14844. debugging
  14845. Msg number errNum
  14846.     --enter statements to perform when no records are found such as...
  14847.     display dialog "Sorry, the item you selected could not be found."
  14848.     return
  14849. end try
  14850. All Packages
  14851. Dev.CD Dec 98 SSWP
  14852. Dev.CD Dec 98 SSV
  14853. 30156X
  14854. Dec 98
  14855. e    No Changeq
  14856. Dev.CD Feb 00 TC
  14857. D!All Packages
  14858. Tool Chest Edition
  14859. MovieCallbacksI
  14860. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  14861. MovieCallbacks
  14862. MovieCallbacks.zip
  14863. README.txt
  14864. Feb 00
  14865. - Common
  14866.     - Sun Compliant Java Runtime Environment 1.1
  14867.     - QuickTime 3 
  14868.     - QTJava.zip
  14869.     - QTJava media samples
  14870. - Mac OS:
  14871.     - System 8 or later
  14872.     - Macintosh Runtime for Java (MRJ) 2.1
  14873. - Windows 95, 98, or NT::
  14874.     - JRE/JDK from Sun Microsystems, Inc. recommended
  14875. QuickTime, Java, MRJOUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:PcDev.CD Feb 00 TC
  14876.  - What's New?
  14877.  - Sample Code
  14878.  - QuickTime
  14879.  - QuickTime for Java
  14880.  - MovieCallbacksV
  14881. 32455X
  14882. Feb 00^
  14883. 32453X
  14884. Mar 00^    RL Disk 1
  14885. --set theItem to choose file -- uncomment to test in an AS editor
  14886.     tell application "Finder"
  14887.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:"
  14888.         activate
  14889.     end tell
  14890. on error errMsg number errNum
  14891.     --enter statements to perform when no records are found such as...
  14892.     display dialog "Sorry, the item you selected could not be found."
  14893.     return
  14894. end try
  14895. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  14896. Dev.CD Mar 00 RL Disk 1
  14897. D!All Packages
  14898. Tool Chest Edition
  14899. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  14900. MountAlias Info
  14901. MountAlias Info.txtK
  14902. Vol XIM
  14903. System 7.0 requiredO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:P;Dev.CD Feb 00 TC
  14904.  - Tool Chest
  14905.  - Toolbox
  14906.  - MountAlias 1.0V
  14907. 32454X
  14908. Feb 00^
  14909. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  14910. JQMoreInterfaceLib:
  14911. MoreSetup.h
  14912. MoreTextUtils:
  14913. NetworkSetup:
  14914. PLStringFuncs:
  14915. Read MeK
  14916. Jan 99L
  14917. Dec 99M
  14918. MoreNetworkSetup requires the Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:PVDev.CD Mar 00 RL Disk 1
  14919.  - What's New
  14920.  - Sample Code
  14921.  - Networking
  14922.  - MoreNetworkSetup
  14923. work-flow
  14924. workable
  14925. workaround
  14926. workarounds
  14927. workbook
  14928. workers
  14929. flows
  14930. workgroup
  14931. working
  14932. workings
  14933. works
  14934. works
  14935. under
  14936. appearance
  14937. workstation
  14938. workstations
  14939. world
  14940. world's
  14941. worlds
  14942. worldscript
  14943. worldwide
  14944. worldwrite
  14945. worry
  14946. would
  14947. wouldn't
  14948. wprocasm
  14949. wrapcommenttext
  14950. wrapper
  14951. wrench
  14952. wringer
  14953. write
  14954. level
  14955. toolbox
  14956. morefiles
  14957. moreisbetter
  14958. wrapper
  14959. hooper
  14960. hp-ux
  14961. htmlrenderinglib
  14962. packages
  14963. htmlrenderinglib
  14964. human
  14965. re found such as...
  14966.     display dialog "Sorry, the item you selected could not be found."
  14967.     return
  14968. end try
  14969. Aug 96
  14970. e--set theItem to choose file -- uncomment to test in an AS editor
  14971.     tell application "Finder"
  14972.         open item "Dev.CD Aug 96 TC"
  14973.         activate
  14974.     end tell
  14975. on error errMsg number errNum
  14976.     --enter statements to perform when no records are found such as...
  14977.     display dialog "Sorry, the item you selected could not be found."
  14978.     return
  14979. end try
  14980. All Packages
  14981. QuickDraw GXO
  14982. Dev.CD Aug 96 TCP
  14983. Dev.CD Aug 96 TV
  14984. 32699X
  14985. Aug 96
  14986. e--set theItem to choose file -- uncomment to test in an AS editor
  14987.     tell application "Finder"
  14988.         open item "Dev.CD Aug 96 TC"
  14989.         activate
  14990.     end tell
  14991. on error errMsg number errNum
  14992.     --enter statements to perform when no records are found such as...
  14993.     display dialog "Sorry, the item you selected could not be found."
  14994.     return
  14995. end try
  14996. All Packages
  14997. QuickDraw GXO
  14998. Dev.CD Aug 96 TCP
  14999. Dev.CD Aug 96 TV
  15000. 32700X
  15001. Aug 96
  15002. finder
  15003. appleevents
  15004. finderevents
  15005. events
  15006. finder
  15007. label
  15008. finder
  15009. display
  15010. folder
  15011. launch
  15012. finderevents
  15013. firmware
  15014. folder
  15015. fonts
  15016. fontsync
  15017. foreign
  15018. formatting
  15019. forth
  15020. foundation
  15021. framework
  15022. function
  15023. function
  15024. index
  15025. inside
  15026. functions
  15027. kages
  15028. Dev.CD Jan 99 SSWP
  15029. Dev.CD Jan 99 SSV
  15030. 30164X
  15031. Jan 99
  15032. f--set theItem to choose file -- uncomment to test in an AS editor
  15033.     tell application "Finder"
  15034.         open item "Dev.CD Jan 99 SSW"
  15035.         activate
  15036.     end tell
  15037. on error errMsg number errNum
  15038.     --enter statements to perform when no records are found such as...
  15039.     display dialog "Sorry, the item you selected could not be found."
  15040.     return
  15041. end try
  15042. All Packages
  15043. Dev.CD Jan 99 SSWP
  15044. Dev.CD Jan 99 SSV
  15045. 30165X
  15046. Jan 99
  15047. NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Mar 00 RL Disk 1
  15048.  - What's New
  15049.  - Sample Code
  15050.  - Overview
  15051.  - MoreIsBetterV
  15052. 32452X
  15053. Mar 00^    RL Disk 1
  15054. --set theItem to choose file -- uncomment to test in an AS editor
  15055.     tell application "Finder"
  15056.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  15057.         activate
  15058.     end tell
  15059. on error errMsg number errNum
  15060.     --enter statements to perform when no records are found such as...
  15061.     display dialog "Sorry, the item you selected could not be found."
  15062.     return
  15063. end try
  15064. e    No ChangefHhigh level
  15065. toolbox
  15066. MoreFiles
  15067. MoreIsBetter
  15068. wrapper
  15069. library codeq
  15070. Dev.CD Mar 00 RL Disk 1
  15071. All Packages
  15072. MoreNetworkSetup
  15073. 32453X
  15074. examples
  15075. exceeds
  15076. except
  15077. exception
  15078. exceptional
  15079. exceptions
  15080. exchange
  15081. exchanging
  15082. exciting
  15083. executable
  15084. execute
  15085. executed
  15086.  display dialog "Sorry, the item you selected could not be found."
  15087.     return
  15088. end try
  15089. All Packages
  15090. 8.5.1O
  15091. Dev.CD Apr 99 SSWP
  15092. Dev.CD Apr 99 SSV
  15093. 30167X
  15094. Apr 99
  15095. f--set theItem to choose file -- uncomment to test in an AS editor
  15096.     tell application "Finder"
  15097.         open item "Dev.CD Apr 99 SSW"
  15098.         activate
  15099.     end tell
  15100. on error errMsg number errNum
  15101.     --enter statements to perform when no records are found such as...
  15102.     display dialog "Sorry, the item you selected could not be found."
  15103.     return
  15104. end try
  15105. All Packages
  15106. 8.5.1O
  15107. Dev.CD Apr 99 SSWP
  15108. Dev.CD Apr 99 SSV
  15109. 30168X
  15110. Apr 99
  15111. happily
  15112. hard-won
  15113. hardware
  15114. hardware-dependent
  15115. hardwared
  15116. harlan
  15117. harness
  15118. tem you selected could not be found."
  15119.     return
  15120. end try
  15121.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  15122. J'Sample Code.img
  15123. Windows Sample Code.imgK
  15124. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsO
  15125. Dev.CD Feb 00 TC:Sample Code:P
  15126. Dev.CD Feb 00 TC
  15127.  - Sample CoderMsg number errNum
  15128.     --enter statements to perform when no records are found such as...
  15129.     display dialog "Sorry, the item you selected could not be found."
  15130.     return
  15131. end try
  15132. All Packages
  15133. 8.5.1O
  15134. Dev.CD Apr 99 SSWP
  15135. Dev.CD Apr 99 SSV
  15136. 30170X
  15137. Apr 99
  15138. f--set theItem to choose file -- uncomment to test in an AS editor
  15139.     tell application "Finder"
  15140.         open item "Dev.CD Apr 99 SSW"
  15141.         activate
  15142.     end tell
  15143. on error errMsg number errNum
  15144.     --enter statements to perform when no records are found such as...
  15145.     display dialog "Sorry, the item you selected could not be found."
  15146.     return
  15147. end try
  15148. All Packages
  15149. 8.5.1O
  15150. Dev.CD Apr 99 SSWP
  15151. Dev.CD Apr 99 SSV
  15152. 30171X
  15153. Apr 99
  15154. icon's
  15155. icondimming
  15156. iconposition
  15157. icons
  15158. iconutilcheck
  15159. ictbsample
  15160. ignoring
  15161. illustrate
  15162. illustrated
  15163. illustrates
  15164. illustrating
  15165. illustrations
  15166. im-vi
  15167. imacs
  15168. image
  15169. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  15170. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  15171. Issues:
  15172. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  15173. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  15174. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  15175. [3] It's been sugges
  15176. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  15177. packages
  15178. 32451X
  15179. Feb 00^
  15180. r--set theItem to choose file -- uncomment to test in an AS editor
  15181.     tell application "Finder"
  15182.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15183.         activate
  15184.     end tell
  15185. on error errMsg number errNum
  15186.     --enter statements to perform when no records are found such as...
  15187.     display dialog "Sorry, the item you selected could not be found."
  15188.     return
  15189. end try
  15190. Movedf&Finder AppleEvents FinderEvents eventsq
  15191. Dev.CD Feb 00 TC
  15192. All Packages
  15193. MoreIsBetter
  15194. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  15195. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  15196. J.MIB-Clients:
  15197. MIB-Documentation:
  15198. MIB-Libraries:K
  15199. Nov 98L
  15200. Dec 99M
  15201. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  15202. 32452X
  15203. 1e    No Change
  15204. architecture/roadmap
  15205. architectures
  15206. archive
  15207. archived
  15208. archives
  15209. 32450X
  15210. Feb 00^
  15211. r--set theItem to choose file -- uncomment to test in an AS editor
  15212.     tell application "Finder"
  15213.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15214.         activate
  15215.     end tell
  15216. on error errMsg number errNum
  15217.     --enter statements to perform when no records are found such as...
  15218.     display dialog "Sorry, the item you selected could not be found."
  15219.     return
  15220. end try
  15221. e    No Changef(File Manager
  15222. Desktop Manager
  15223. Sample Codeq
  15224. Dev.CD Feb 00 TC
  15225. ~D!All Packages
  15226. Tool Chest Edition
  15227. MoreFinderEvents
  15228. f--set theItem to choose file -- uncomment to test in an AS editor
  15229.     tell application "Finder"
  15230.         open item "Dev.CD May 99 SDK"
  15231.         activate
  15232.     end tell
  15233. on error errMsg number errNum
  15234.     --enter statements to perform when no records are found such as...
  15235.     display dialog "Sorry, the item you selected could not be found."
  15236.     return
  15237. end try
  15238. All Packages
  15239. Dev.CD Jul 99 SSWP
  15240. Dev.CD Jul 99 SSV
  15241. 30180X
  15242. Jul 99
  15243. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  15244. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  15245. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  15246. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  15247. J'Sample Code.img
  15248. Windows Sample Code.imgK
  15249. Nov 93L
  15250. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  15251. Dev.CD Feb 00 TC:Sample Code:P
  15252. Dev.CD Feb 00 TC
  15253.  - Sample Code
  15254. publisher
  15255. publishers
  15256. publishing
  15257. publishing
  15258. second
  15259. edition
  15260. pulled
  15261. punctuation
  15262. punjabi
  15263. puntuation
  15264. purchase
  15265. purdue
  15266. purevoice
  15267. purge
  15268. purged
  15269. purpose
  15270. purposeful
  15271. purposes
  15272. putawayvolumes
  15273. putpicproc
  15274. putting
  15275. puzzle
  15276. puzzlers
  15277. - uncomment to test in an AS editor
  15278.     tell application "Finder"
  15279.         open item "Dev.CD Jul 99 SSW"
  15280.         activate
  15281.     end tell
  15282. on error errMsg number errNum
  15283.     --enter statements to perform when no records are found such as...
  15284.     display dialog "Sorry, the item you selected could not be found."
  15285.     return
  15286. end try
  15287. All Packages
  15288. Dev.CD Jul 99 SSWP
  15289. Dev.CD Jul 99 SSV
  15290. 30183X
  15291. Jul 99
  15292. bechtel
  15293. become
  15294. becoming
  15295. bedford
  15296. before
  15297. befound
  15298. begin
  15299. 32449X
  15300. Dec 99^
  15301. --set theItem to choose file -- uncomment to test in an AS editor
  15302.     tell application "Finder"
  15303.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  15304.         activate
  15305.     end tell
  15306. on error errMsg number errNum
  15307.     --enter statements to perform when no records are found such as...
  15308.     display dialog "Sorry, the item you selected could not be found."
  15309.     return
  15310. end try
  15311. Deletedq
  15312. Dev.CD Dec 99 RL
  15313. }D!All Packages
  15314. Tool Chest Edition
  15315. MoreFiles 1.4.9
  15316. Jul 99
  15317. f--set theItem to choose file -- uncomment to test in an AS editor
  15318.     tell application "Finder"
  15319.         open item "Dev.CD Jul 99 SSW"
  15320.         activate
  15321.     end tell
  15322. on error errMsg number errNum
  15323.     --enter statements to perform when no records are found such as...
  15324.     display dialog "Sorry, the item you selected could not be found."
  15325.     return
  15326. end try
  15327. All Packages
  15328. Dev.CD Jul 99 SSWP
  15329. Dev.CD Jul 99 SSV
  15330. 30186X
  15331. Jul 99
  15332. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  15333. JQDisplay Device Driver Guide
  15334. Mac OS Runtime Architectures
  15335. Read Me - Other SSW DocsK
  15336. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  15337.  - Technical Documentation
  15338.  - More SSW Documentation
  15339. issues
  15340. utility
  15341. compatible
  15342. system
  15343.         activate
  15344.     end tell
  15345. on error errMsg number errNum
  15346.     --enter statements to perform when no records are found such as...
  15347.     display dialog "Sorry, the item you selected could not be found."
  15348.     return
  15349. end try
  15350. All Packages
  15351. Dev.CD Aug 99P
  15352. Dev.CD Aug 9V
  15353. 30189X
  15354. Aug 99
  15355. gamma
  15356. gateway
  15357. generator
  15358. gestalt
  15359. gestalt
  15360. selector
  15361. codes
  15362. gestalt
  15363. manager
  15364. machine
  15365. identificatio
  15366. getenetaddrdirect
  15367. getnextevent
  15368. getnextevent
  15369. waitnextevent
  15370. filter
  15371. helper
  15372. getversion
  15373. global
  15374. global
  15375. search
  15376. replace
  15377. software
  15378. project
  15379. archiving
  15380. guest
  15381. guide
  15382. guidelines
  15383. gworld
  15384. fonts
  15385. typography
  15386. postscript
  15387. sample
  15388. gxgraphics
  15389. halftone
  15390. handles
  15391. handoff
  15392. handwriting
  15393. hardwareQ
  15394. hardware
  15395. developer
  15396. documentation
  15397. developer
  15398. notes
  15399. devnotes
  15400. heaps
  15401. hebrew
  15402. hierarchical
  15403. sub-menus
  15404. helper
  15405. menubar
  15406. corners
  15407. desktop
  15408. finder
  15409. grayrgn
  15410. hierarchical
  15411. human
  15412. WebObjectsToolsAndTech.pdfK
  15413. Jul 99M
  15414. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOODev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:PTDev.CD Jan 00 SDK1
  15415.  - Interactive Media Resources
  15416.  - WebObjects Tools and Techniques
  15417. chest
  15418. writer
  15419. writers
  15420. omment to test in an AS editor
  15421.     tell application "Finder"
  15422.         open item "Dev.CD Aug 99"
  15423.         activate
  15424.     end tell
  15425. on error errMsg number errNum
  15426.     --enter statements to perform when no records are found such as...
  15427.     display dialog "Sorry, the item you selected could not be found."
  15428.     return
  15429. end try
  15430. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  15431. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  15432. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  15433. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  15434. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  15435. de automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  15436. J'Sample Code.img
  15437. Windows Sample Code.imgK
  15438. Oct 96L
  15439. Nov 98N5games sprockets sprite blitters DrawSprocket MoofWarsO
  15440. Dev.CD Feb 00 TC:Sample Code:P
  15441. Dev.CD Feb 00 TC
  15442.  - Sample Coded not be found."
  15443.     return
  15444. end try
  15445. zD!All Packages
  15446. Tool Chest Edition
  15447. MiniLauncher 1.3b5
  15448. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  15449. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.y, the item you selected could not be found."
  15450.     return
  15451. end try
  15452. All Packages
  15453. Dev.CD Nov 99 SSWP
  15454. Dev.CD Nov 99 SSV
  15455. 30195X
  15456. Nov 99
  15457. f--set theItem to choose file -- uncomment to test in an AS editor
  15458.     tell application "Finder"
  15459.         open item "Dev.CD Nov 99 SSW"
  15460.         activate
  15461.     end tell
  15462. on error errMsg number errNum
  15463.     --enter statements to perform when no records are found such as...
  15464.     display dialog "Sorry, the item you selected could not be found."
  15465.     return
  15466. end try
  15467. All Packages
  15468. Dev.CD Nov 99 SSWP
  15469. Dev.CD Nov 99 SSV
  15470. 30196X
  15471. Nov 99
  15472. 32448X
  15473. Feb 00^
  15474. r--set theItem to choose file -- uncomment to test in an AS editor
  15475.     tell application "Finder"
  15476.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15477.         activate
  15478.     end tell
  15479. on error errMsg number errNum
  15480.     --enter statements to perform when no records are found such as...
  15481.     display dialog "Sorry, the item you selected could not be found."
  15482.     return
  15483. end try
  15484. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  15485. Dev.CD Feb 00 TC
  15486. |D(All Packages
  15487. Reference Library Edition
  15488. More SSW Documentation
  15489. Advanced Web Site Technique.pdf
  15490. Avoid Audio Pitfalls Guide.pdf
  15491. CompbasedMediaBroadcastEnv
  15492. Creating MIDI for the Web3.pdf
  15493. DeBabelizer 3.0.pdf
  15494. Design For Reuse.pdf
  15495. DesignForRobustness
  15496. Digital Asset Management.pdf
  15497. Digital Storyboard.pdf 
  15498. DVD Development.pdf
  15499. DVD_Primer.pdf
  15500. Enhanced CD Survival Guide.pdf
  15501. EOModeler
  15502. Frameworks.pdf
  15503. Gender-Based Title Creation.pdf
  15504. Int_Media_Writer_Resources.pdf
  15505. Java Survival Guide.pdf
  15506. Making Cool QD3D Apps.pdf
  15507. Music on the Net.pdf
  15508. New Audio Features QT3.pdf
  15509. Porting
  15510. kObjectiveCtoJava
  15511. Push Tech Survival Gd.pdf
  15512. QT3-More Than Dig. Video.pdf
  15513. Simplified Stream Audio.pdf
  15514. Web Animation Guide.pdf
  15515. WebObjects Database Part I.pdf
  15516. WebObjects Database Part II.pdf
  15517. WebObjects Memory Mgmt.pdf
  15518. WebObjects Tools and Techniques
  15519. WebObjectsCategories&Posers.pdf
  15520. WebObjectsPerformanceTuning
  15521. Working with WebObjects.pdf
  15522. Writing for Interactive Media
  15523. All Packages
  15524. System Enabler 003 (LC III)OEDev.CD Apr 94
  15525. Dev.CD Jan 94
  15526. Dev.CD Oct 93
  15527. Dev.CD Jul 93
  15528. Dev.CD Apr 93PDDev.CD Apr 94
  15529. Dev.CD Jan 94
  15530. Dev.CD Oct 93
  15531. Dev.CD Jul 93
  15532. Dev.CD Apr 9V
  15533. 33030X
  15534. Apr 94
  15535. --set theItem to choose file -- uncomment to test in an AS editor
  15536.     tell application "Finder"
  15537.         open item "Dev.CD Apr 94
  15538. Dev.CD Jan 94
  15539. Dev.CD Oct 93
  15540. Dev.CD Jul 93
  15541. Dev.CD Apr 93"
  15542.         activate
  15543.     end tell
  15544. on error errMsg number errNum
  15545.     --enter statements to perform when no records are found such as...
  15546.     display dialog "Sorry, the item you selected could not be found."
  15547.     return
  15548. end try
  15549. All Packages
  15550. System Enabler 003 (LC III)O7Dev.CD Apr 94
  15551. Dev.CD Jan 94
  15552. Dev.CD Oct 93
  15553. Dev.CD Jul 93P6Dev.CD Apr 94
  15554. Dev.CD Jan 94
  15555. Dev.CD Oct 93
  15556. Dev.CD Jul 9V
  15557. 33031X
  15558. Apr 94
  15559. michael
  15560. microprocessor
  15561. microprocessorsQ
  15562. microsystems
  15563. microtrends
  15564. middle
  15565. 32447X
  15566. Feb 00^
  15567. --set theItem to choose file -- uncomment to test in an AS editor
  15568.     tell application "Finder"
  15569.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  15570.         activate
  15571.     end tell
  15572. on error errMsg number errNum
  15573.     --enter statements to perform when no records are found such as...
  15574.     display dialog "Sorry, the item you selected could not be found."
  15575.     return
  15576. end try
  15577. e    No Changeq
  15578. Dev.CD Feb 00 TC
  15579. {D!All Packages
  15580. Tool Chest Edition
  15581. Moofwars 1.02
  15582.     ov 99
  15583. f--set theItem to choose file -- uncomment to test in an AS editor
  15584.     tell application "Finder"
  15585.         open item "Dev.CD Nov 99 SSW"
  15586.         activate
  15587.     end tell
  15588. on error errMsg number errNum
  15589.     --enter statements to perform when no records are found such as...
  15590.     display dialog "Sorry, the item you selected could not be found."
  15591.     return
  15592. end try
  15593. All Packages
  15594. Dev.CD Nov 99 SSWP
  15595. Dev.CD Nov 99 SSV
  15596. 30199X
  15597. Nov 99
  15598. Virtual User tools.imgK
  15599. Vol VIIL
  15600. Nov/Dec 92OCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  15601.  - Tool Chest
  15602.  - Testing & Debugging
  15603.  - Virtual User toolsum
  15604.     --enter statements to perform when no records are found such as...
  15605.     display dialog "Sorry, the item you selected could not be found."
  15606.     return
  15607. end try
  15608. might
  15609. miller
  15610. million
  15611. millions
  15612. mimicks
  15613. mimics
  15614. minilauncher
  15615. minimal
  15616. minimising
  15617. minimize
  15618. minimum
  15619. minor
  15620. minow
  15621. minute
  15622. minutes
  15623. mirror
  15624. misaligned
  15625. misalignment
  15626. miscellaneous
  15627. miscreant
  15628. misdemeanors
  15629. misguided
  15630. mismatched
  15631. misrecognized
  15632. missing
  15633. mistake
  15634. mixed
  15635. mixed-mode
  15636. mixed-partition
  15637. mixer
  15638. mixing
  15639. mobile
  15640. mockup
  15641. modal
  15642. modallist
  15643. model
  15644. Dev.CD Dec 99 SSWP
  15645. Dev.CD Dec 99 SSV
  15646. 30202X
  15647. Dec 99
  15648. summary
  15649. midiconverter
  15650. application
  15651. converting
  15652. gener
  15653. summary
  15654. minilauncher
  15655. launch
  15656. applications
  15657. summary
  15658. moofwars
  15659. piece
  15660. sample
  15661. demonstrates
  15662. summary
  15663. mountalias
  15664. control
  15665. panel
  15666. device
  15667. automatica
  15668. summary
  15669. mping
  15670. network
  15671. testing
  15672. protoco
  15673. summary
  15674. network
  15675. management
  15676. specifications
  15677. macintosh
  15678. summary
  15679. networkstream
  15680. stream
  15681. class
  15682. object
  15683. summary
  15684. objects
  15685. hypercard
  15686. allowed
  15687. variabl
  15688. summary
  15689. opendoc
  15690. industry
  15691. standard
  15692. architecture
  15693. summary
  15694. opendoc
  15695. j-1.1
  15696. localized
  15697. version
  15698. opendoc
  15699. summary
  15700. control
  15701. strip
  15702. sample
  15703. project
  15704. summary
  15705. manager
  15706. comprehensive
  15707. developm
  15708. summary
  15709. pccts
  15710. purdue
  15711. compiler-constructio
  15712. summary
  15713. sample
  15714. discussion
  15715. detect
  15716. whether
  15717. summary
  15718. sample
  15719. network
  15720. chess
  15721. application
  15722. window's
  15723. windowcolors
  15724. windowcompare
  15725. windowed
  15726. windowpicker
  15727. windows
  15728. windows/dos
  15729. windowshade
  15730. wintermyre
  15731. wireless
  15732. MIDI, Music movie, converterO4Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD Feb 00 TC
  15733.  - Tool Chest
  15734.  - QuickTime
  15735.  - MIDIConverterV
  15736. 32446X
  15737. Feb 00^
  15738. --set theItem to choose file -- uncomment to test in an AS editor
  15739.     tell application "Finder"
  15740.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:"
  15741.         activate
  15742.     end tell
  15743. on error errMsg number errNum
  15744.     --enter statements to perform when no records are found such as...
  15745.     display dialog "Sorry, the item you selected could not be found."
  15746.     return
  15747. end try
  15748. e    No Changef
  15749. Music movie
  15750. converterq
  15751. Dev.CD Feb 00 TC
  15752. MiniLauncher 1.3b5
  15753. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  15754. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  15755. iw-half-dither
  15756. j-1.1
  15757. james
  15758. jamie
  15759. january
  15760. january/february
  15761. japan
  15762. japanese
  15763. jasik's
  15764. client
  15765. tutorial
  15766. java's
  15767. javadoc
  15768. javascript
  15769. jazzed-up
  15770. jbindery
  15771. jdirect
  15772. jgnefilter
  15773. jmanager
  15774. johnson
  15775. joins
  15776. joseph
  15777. journey
  15778. joust
  15779. joysticks
  15780. l Packages
  15781. Tool Chest Edition
  15782. A/ROSE
  15783.  1.2.1
  15784. outdated
  15785. outline
  15786. outlined
  15787. outlines
  15788. outlining
  15789. outlook
  15790. outperform
  15791. output
  15792. outputs
  15793. outside
  15794. outstanding
  15795. ovals
  15796. overW
  15797. sample
  15798. applications
  15799. tools
  15800. terminology
  15801. aegizmos
  15802. aegizmos
  15803. 1.4.2
  15804. aetracker
  15805. aetracker
  15806. alias
  15807. alias
  15808. analysis
  15809. appearance
  15810. appearance
  15811. 1.0.2
  15812. appearance
  15813. 1.0.4
  15814. apple
  15815. apple
  15816. cd-rom
  15817. handbook
  15818. apple
  15819. color
  15820. onescanner
  15821. apple
  15822. detectors
  15823. 33246X
  15824. Jul 99^
  15825. --set theItem to choose file -- uncomment to test in an AS editor
  15826.     tell application "Finder"
  15827.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  15828.         activate
  15829.     end tell
  15830. on error errMsg number errNum
  15831.     --enter statements to perform when no records are found such as...
  15832.     display dialog "Sorry, the item you selected could not be found."
  15833.     return
  15834. end try
  15835. Deletedf5Telephone Manager
  15836. Telephony
  15837. Analog
  15838. Phone
  15839. Dev.CD Jul 99 SDK1
  15840. All Packages
  15841. Text Encoding Converter 1.5
  15842. 33247X
  15843. plish
  15844. accomplished
  15845. accomplishing
  15846. according
  15847. account/password
  15848. accumulate
  15849. accuracy
  15850. accurate
  15851. accurately
  15852. accurately
  15853. print
  15854. image
  15855. scanned
  15856. accurately
  15857. print
  15858. image
  15859. viewed
  15860. monitor
  15861. acgis
  15862. achieve
  15863. achieved
  15864. achieves
  15865. globalmaster
  15866. graphical@
  15867. hardware@
  15868. history
  15869. hypercard
  15870. video
  15871. toolkit
  15872. images@
  15873. import@
  15874. info@
  15875. install
  15876. install
  15877. instance
  15878. variable
  15879. text@
  15880. international@
  15881. issue@
  15882. keycode@
  15883. connectivity
  15884. consumer
  15885. container
  15886. content
  15887. context
  15888. contextual
  15889. contextual
  15890. manager
  15891. control
  15892. control
  15893. strip
  15894. powerbook
  15895. control
  15896. panel
  15897. controls
  15898. conversion
  15899. converter
  15900. coprocessor
  15901. corba
  15902. foundation
  15903. overview
  15904. opaque
  15905. types
  15906. reference
  15907. counts
  15908. corners
  15909. counter
  15910. counter
  15911. windows
  15912. introduction
  15913. document
  15914. modal
  15915. dialog
  15916. countersQ
  15917. counting
  15918. counts
  15919. conversion
  15920. apple
  15921. event
  15922. server
  15923. scripting
  15924. database
  15925. database
  15926. MenuScripter 4.0
  15927. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  15928. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th
  15929. Token Ringq
  15930. Dev.CD Feb 00 TC
  15931. D!All Packages
  15932. Tool Chest Edition
  15933. About Developer University
  15934. chest
  15935. edition
  15936. copy-and-paste
  15937. copy/paste
  15938. copybitmask
  15939. copybits
  15940. copybitsspeedpalette
  15941. copydeepmask
  15942. copying
  15943. country
  15944. course
  15945. courses
  15946. courseware
  15947. cpu's
  15948. craig
  15949. crash
  15950. crashed
  15951. crashes
  15952. crawl
  15953. create
  15954. created
  15955. creates
  15956. creating
  15957. creation
  15958. creator
  15959. crimes
  15960. critical
  15961. critically
  15962. cross-platform
  15963. crucial
  15964. cryptic
  15965. culture
  15966. curbow
  15967. curious
  15968. current
  15969. cursive
  15970. curves
  15971. custom
  15972. customchoose
  15973. customenabler
  15974. DJTObject
  15975. Read ME 2.0
  15976. Readme 2.1.1
  15977. SetupProj
  15978. Source
  15979. StdFileSaver
  15980. wDev registration infoK
  15981. Vol VIIIL
  15982. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD Feb 00 TC
  15983.  - Tool Chest
  15984.  - Printing
  15985.  - STD File Saver 2.1.1V
  15986. 32905X
  15987. Feb 00^
  15988. --set theItem to choose file -- uncomment to test in an AS editor
  15989.     tell application "Finder"
  15990.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  15991.         activate
  15992.     end tell
  15993. on error errMsg number errNum
  15994.     --enter statements to perform when no records are found such as...
  15995.     display dialog "Sorry, the item you selected could not be found."
  15996.     return
  15997. end try
  15998. e    No Changef!printers drivers sample code pictq
  15999. Dev.CD Feb 00 TC
  16000. StopXPP dcmdI
  16001. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  16002. Networks.imger.J
  16003. Networks.img Change
  16004. river for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  16005. t talk to any real hardware.  Instead it mounts disk images over the network.
  16006. ATA demo:  This ATA Manager Sample scans ATA bus and gathers info on ATA (AT-Attachment), such as ATA hard disk drives, (sometimes referred to as integrated drive electronics or IDE drives) and ATAPI (ATA Packet Interface) devices.
  16007. DriverGestalt Demo:  This DriverGestalt Sample scans drive ta
  16008. bles and displays relevant to the DriverGestalt Info for installed drives.
  16009. RAMDisk 1.4d5:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  16010. SCSI Samples 1.0:  This folder contains several
  16011.  snippets that illustrate the original and asy
  16012. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  16013. Here is a list of the OSA features MenuScripter demonstrates:
  16014.  Attaching scripts to objects.
  16015.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  16016.  Directly compiling and executing scripts.
  16017.  Decompiling existing scripts for editing.
  16018.  Gettin
  16019. g and setting properties in scripts.
  16020.  Retrieving information on errors that occur in a script.
  16021.  Loading and storing scripts.
  16022. MenuScripter compiles under :
  16023.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  16024.   Symantec C++ 8.0.1
  16025.   Symantec 7.0.4
  16026.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  16027. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  16028.  Updated script terminology consistent with 7Edit 3.1.
  16029.  Improvements to user interface.
  16030.  A results window
  16031.  for displaying the results and errors of scripts.
  16032.  Better script error reporting.
  16033.  Allowing of scripts to be attached to documents and the application.
  16034.  Ability to set and get an objects script through scripting.
  16035.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  16036.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  16037.  Added differentiation between window and document objeE
  16038. J'Sample Code.img
  16039. Windows Sample Code.imgK
  16040. Jan 96L
  16041. Sep 96N
  16042. MenuScripter, AppleScriptO
  16043. Dev.CD Feb 00 TC:Sample Code:P
  16044. Dev.CD Feb 00 TC
  16045.  - Sample Codeton:
  16046. 11-Other topics:
  16047. 12-Training Schedule.pdf
  16048. 13-DU Training Sites.pdf
  16049. May 92L
  16050. Oct 96M
  16051. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  16052.  - Programs & Marketing
  16053.  - About Developer University
  16054. licenced
  16055. license
  16056. licensed
  16057. licenses
  16058. licensing
  16059. 2-335
  16060. 2-341
  16061. 2-364
  16062. 2-byte
  16063. 3.2.1
  16064. 32-bit
  16065. 350000
  16066. 3d-party
  16067. 3d-the
  16068. 40-60
  16069. program
  16070. control
  16071. access
  16072. 5thcolumnW
  16073. 6.0.4
  16074. 32873X
  16075. Feb 00^
  16076. r--set theItem to choose file -- uncomment to test in an AS editor
  16077.     tell application "Finder"
  16078.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16079.         activate
  16080.     end tell
  16081. on error errMsg number errNum
  16082.     --enter statements to perform when no records are found such as...
  16083.     display dialog "Sorry, the item you selected could not be found."
  16084.     return
  16085. end try
  16086. e    No Changeq
  16087. Dev.CD Feb 00 TC
  16088. %D!All Packages
  16089. Tool Chest Edition
  16090. Snippets - Hardware
  16091. (** = new, * = revised)
  16092. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  16093. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  16094. J'Sample Code.img
  16095. Windows Sample Code.imgK
  16096. Feb 92L
  16097. Nov 96O
  16098. Dev.CD Feb 00 TC:Sample Code:P
  16099. Dev.CD Feb 00 TC
  16100.  - Sample CodeV
  16101. 32874X
  16102. Feb 00^
  16103. #09-multimedia
  16104. 09-multimedia
  16105. graphics
  16106. 09/95
  16107. 09/96
  16108. 09/97
  16109. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  16110. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  16111.  Zimmerman's PACKman pascal sample
  16112. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  16113.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  16114. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  16115. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  16116. checked
  16117. checked-in/checked-o
  16118. 3.0.1
  16119. 3.6.5
  16120. 4.0.1
  16121. 4.0.8
  16122. adbreinit
  16123. advanced
  16124. advanced
  16125. color
  16126. imaging
  16127. advanced
  16128. color
  16129. imaging
  16130. coercion
  16131. aegizmos
  16132. aegizmos
  16133. 1.4.2
  16134. editor
  16135. stack
  16136. 1.0b3
  16137. resedit
  16138. template
  16139. aetracker
  16140. aetracker
  16141. aeusertermtypes
  16142. aeusertermtypes
  16143. resource
  16144. analyzer
  16145. apple
  16146. apple
  16147. workgroup
  16148. servers
  16149. appleeventtypes
  16150. appleeventtypes
  16151. applesearch
  16152. appleshare
  16153. appletalk
  16154. appletalk
  16155. remote
  16156. access
  16157. autoguest
  16158. 32445X
  16159. Feb 00^
  16160. r--set theItem to choose file -- uncomment to test in an AS editor
  16161.     tell application "Finder"
  16162.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16163.         activate
  16164.     end tell
  16165. on error errMsg number errNum
  16166.     --enter statements to perform when no records are found such as...
  16167.     display dialog "Sorry, the item you selected could not be found."
  16168.     return
  16169. end try
  16170. Movedf
  16171. MenuScripter
  16172. AppleScriptq
  16173. Dev.CD Feb 00 TC
  16174. yD!All Packages
  16175. Tool Chest Edition
  16176. MIDIConverter
  16177. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  16178. J;MIDIConverter
  16179. MIDIConverter Readme
  16180. MIDIConverter Readme.txtK
  16181. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  16182. 32446X
  16183. 1e    No Change
  16184. sample
  16185. shows
  16186. transport
  16187. a-trap
  16188. a/rose
  16189. ability
  16190. aborts
  16191. about
  16192. about
  16193. runtime
  16194. 2.1.4
  16195. about
  16196. 2.1.4
  16197. redistribution
  16198. virtual
  16199. summary
  16200. macintosh
  16201. software
  16202. distributed
  16203. world
  16204. summary
  16205. objects
  16206. hypercard
  16207. allowed
  16208. variabl
  16209. toolbox
  16210. contains
  16211. 32869X
  16212. Nov 99^
  16213. --set theItem to choose file -- uncomment to test in an AS editor
  16214.     tell application "Finder"
  16215.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  16216.         activate
  16217.     end tell
  16218. on error errMsg number errNum
  16219.     --enter statements to perform when no records are found such as...
  16220.     display dialog "Sorry, the item you selected could not be found."
  16221.     return
  16222. end try
  16223. Deletedq
  16224. Dev.CD Nov 99 TC
  16225. !D!All Packages
  16226. Tool Chest Edition
  16227. F!Snippets - Communications Toolbox
  16228. f(** = new, * = revised)
  16229. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  16230. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  16231. J'Sample Code.img
  16232. Windows Sample Code.imgK
  16233. Feb 92L
  16234. Apr 97O
  16235. Dev.CD Feb 00 TC:Sample Code:nge
  16236. wD!All Packages
  16237. Tool Chest Edition
  16238. Menu Defproc 1.0.3
  16239. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  16240. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  16241. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  16242. ev.CD Feb 00 TC
  16243. ADB Analyzer 1.0D6
  16244. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  16245. Features: User can specify an ADB command to trigger the capture.
  16246. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  16247. ADB AnalyzerK
  16248. Mar 92M%Mac SE or later machine for the host.ine for the host.
  16249. concrete
  16250. concurrent
  16251. concurrently
  16252. condition
  16253. conditional
  16254. conditions
  16255. condone
  16256. conference
  16257. conferences
  16258. conferencing
  16259. confessions
  16260. confident
  16261. confidential
  16262. config
  16263. configurable
  16264. configuration
  16265. A license agreement is presented when the product is installed to which the person installing AB2d Lib must agree before installation will proceed.
  16266. Install Ad Lib 3.0.1K
  16267. Dec 98L
  16268. Dec 99M
  16269. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  16270.  - Tool Chest
  16271.  - MacApp
  16272.  - Ad Lib
  16273. All Packages
  16274. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  16275. Dev.CD Jan 94
  16276. Dev.CD Oct 93P(Dev.CD Apr 94
  16277. Dev.CD Jan 94
  16278. Dev.CD Oct 9V
  16279. 33141X
  16280. Apr 94
  16281. ~--set theItem to choose file -- uncomment to test in an AS editor
  16282.     tell application "Finder"
  16283.         open item "Dev.CD Apr 94
  16284. Dev.CD Jan 94
  16285. Dev.CD Oct 93"
  16286.         activate
  16287.     end tell
  16288. on error errMsg number errNum
  16289.     --enter statements to perform when no records are found such as...
  16290.     display dialog "Sorry, the item you selected could not be found."
  16291.     return
  16292. end try
  16293. All Packages
  16294. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16295. Dev.CD Jan 94
  16296. Dev.CD Oct 93
  16297. Dev.CD Jul 93P6Dev.CD Apr 94
  16298. Dev.CD Jan 94
  16299. Dev.CD Oct 93
  16300. Dev.CD Jul 9V
  16301. 33142X
  16302. Apr 94
  16303. front
  16304. J?hardware:
  16305. Java_pdf 
  16306. macos8_pdf
  16307. macosx:
  16308. webobjects:
  16309. README.html
  16310. capture
  16311. carbon
  16312. carbonlib
  16313. provides the function BuildGLFromWindow and DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  16314. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  16315. Descriptions of the operation 
  16316. of the major functions and the structures can be found in the SetupGL.h header file.
  16317. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  16318. Note: Some of the access paths will have to reset to point to the location of the OpenGL SDK on your local system.
  16319. Feb 00
  16320. Vol IIIFeb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD Feb 00 TC
  16321.  - Tool Chest
  16322.  - Devices
  16323.  - Apple Desktop Bus
  16324.  - ADB Analyzer 1.0d6V
  16325. 30210X
  16326. Feb 00^
  16327. --set theItem to choose file -- uncomment to test in an AS editor
  16328.     tell application "Finder"
  16329.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  16330.         activate
  16331.     end tell
  16332. on error errMsg number errNum
  16333.     --enter statements to perform when no records are found such as...
  16334.     display dialog "Sorry, the item you selected could not be found."
  16335.     return
  16336. end try
  16337. e    No Changeq
  16338. Dev.CD Feb 00 TC
  16339. D!All Packages
  16340. Tool Chest Edition
  16341. ADB Key Spy 1.0.1b3
  16342. ChooseTkl.c
  16343. ChooseTkl.h
  16344. Concordia
  16345. Concordia Info
  16346. Concordia Info.txt
  16347. Concordia.c
  16348. Concordia.h
  16349. Concordia.make
  16350. Concordia.r
  16351. DrawTkl.c
  16352. DrawTkl.h
  16353. PopUpTkl.c
  16354. PopUpTkl.h
  16355. SizeTkl.c
  16356. SizeTkl.hs and display them in both packet and trace forms.
  16357. Features: User can specify an ADB command to trigger the capture.
  16358. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  16359. ADB AnalyzerK
  16360. Mar 92M%Mac SE or later machine for the host.
  16361. 32444X
  16362. Feb 00^
  16363. --set theItem to choose file -- uncomment to test in an AS editor
  16364.     tell application "Finder"
  16365.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  16366.         activate
  16367.     end tell
  16368. on error errMsg number errNum
  16369.     --enter statements to perform when no records are found such as...
  16370.     display dialog "Sorry, the item you selected could not be found."
  16371.     return
  16372. end try
  16373. e    No Changeq
  16374. Dev.CD Feb 00 TC
  16375. xD!All Packages
  16376. Tool Chest Edition
  16377. he purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  16378. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  16379. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O7Dev.CD Feb 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:P?Dev.CD Feb 00 TC
  16380.  - Tool Chest
  16381.  - Toolbox
  16382.  - Menu Defproc 1.0.3ing a system extension
  16383.  using the ADB API
  16384.  "patching" ADB service routines
  16385.  building, installing, and using a driver
  16386.  mapping physical key codes to virtual key codes
  16387. J'Sample Code.img
  16388. Windows Sample Code.imgK
  16389. Nov 95L
  16390. May 97M
  16391. anything later than a Mac SEN
  16392. keyboard map adbO
  16393. Dev.CD Feb 00 TC:Sample Code:P
  16394. Dev.CD Feb 00 TC
  16395.  - Sample Code
  16396. toolbox
  16397. toolkit
  16398. toolkits
  16399. tools
  16400. top-selling
  16401. topic
  16402. topics
  16403. topping
  16404. total
  16405. totally
  16406. totals
  16407. touch
  16408. touches
  16409. tough
  16410. toward
  16411. towards
  16412. tpifile
  16413. tracing
  16414. track
  16415. tracker
  16416. tracking
  16417. transferred
  16418. transfers
  16419. P@Dev.CD Feb 00 TC
  16420.  - Tool Chest
  16421.  - Devices
  16422.  - SCSI
  16423.  - Sedit 1.0b3V
  16424. 32847X
  16425. Feb 00^
  16426. --set theItem to choose file -- uncomment to test in an AS editor
  16427.     tell application "Finder"
  16428.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  16429.         activate
  16430.     end tell
  16431. on error errMsg number errNum
  16432.     --enter statements to perform when no records are found such as...
  16433.     display dialog "Sorry, the item you selected could not be found."
  16434.     return
  16435. end try
  16436. e    No Changeq
  16437. Dev.CD Feb 00 TC
  16438. D!All Packages
  16439. Tool Chest Edition
  16440. Server Remote Control 1.1
  16441. norway
  16442. distributors/localiz
  16443. apple
  16444. product
  16445. example
  16446. notes
  16447. nubustest
  16448. nubustest
  16449. nubustest
  16450. nubustest
  16451. actually
  16452. graphical
  16453. editor
  16454. which
  16455. create
  16456. adapt
  16457. adaptation
  16458. adapts
  16459. adbreinit
  16460. add-ons
  16461. addchange
  16462. added
  16463. addendum
  16464. addheader
  16465. adding
  16466. addition
  16467. additional
  16468. additionally
  16469. additions
  16470. address
  16471. address
  16472. resolution
  16473. protocol
  16474. protocol
  16475. mapping
  16476. addresses
  16477. addressing
  16478. adequate
  16479. adevs
  16480. adjust
  16481. vPKDev.CD Feb 00 TC
  16482.  - Tool Chest
  16483.  - Testing & Debugging
  16484.  - Virtual User tools 1.0V
  16485. 30213X
  16486. Feb 00^
  16487. --set theItem to choose file -- uncomment to test in an AS editor
  16488.     tell application "Finder"
  16489.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  16490.         activate
  16491.     end tell
  16492. on error errMsg number errNum
  16493.     --enter statements to perform when no records are found such as...
  16494.     display dialog "Sorry, the item you selected could not be found."
  16495.     return
  16496. end try
  16497. e    No Changef
  16498. Dev.CD Feb 00 TC
  16499. All Packages
  16500. Adobe Acrobat Reader
  16501. 30214X
  16502. All Packages
  16503. System Enabler 065 (LC 575)O
  16504. Dev.CD Apr 94
  16505. Dev.CD Jan 94P
  16506. Dev.CD Apr 94
  16507. Dev.CD Jan 9V
  16508. 33065X
  16509. Apr 94
  16510. p--set theItem to choose file -- uncomment to test in an AS editor
  16511.     tell application "Finder"
  16512.         open item "Dev.CD Apr 94
  16513. Dev.CD Jan 94"
  16514.         activate
  16515.     end tell
  16516. on error errMsg number errNum
  16517.     --enter statements to perform when no records are found such as...
  16518.     display dialog "Sorry, the item you selected could not be found."
  16519.     return
  16520. end try
  16521. All Packages
  16522. System Enabler 065 (LC 575)O
  16523. Dev.CD Apr 94
  16524. Dev.CD Jan 94P
  16525. Dev.CD Apr 94
  16526. Dev.CD Jan 9V
  16527. 33066X
  16528. Apr 94
  16529.  leaks.
  16530. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  16531. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  16532. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  16533. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  16534. t this Macintosh" dialog.
  16535. Virtual User tools.imgK
  16536. Jul 93L
  16537. Aug 94
  16538. Memory Monitor requires System Software 7.0 or greater, and Apple
  16539.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  16540. N(Testing, Memory, Virtual User, DebuggingOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:est information
  16541. 32443X
  16542. Feb 00^
  16543. --set theItem to choose file -- uncomment to test in an AS editor
  16544.     tell application "Finder"
  16545.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  16546.         activate
  16547.     end tell
  16548. on error errMsg number errNum
  16549.     --enter statements to perform when no records are found such as...
  16550.     display dialog "Sorry, the item you selected could not be found."
  16551.     return
  16552. end try
  16553. e    No Changef%Testing
  16554. Memory
  16555. Virtual User
  16556. Debuggingq
  16557. Dev.CD Feb 00 TC
  16558. Menu Defproc 1.0.3
  16559. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  16560. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  16561. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  16562. dimming.
  16563. ue    No Changef2MemHell
  16564. Memory
  16565. stress
  16566. debug
  16567. debugging
  16568. testingq
  16569. Dev.CD Feb 00 TC
  16570. vD!All Packages
  16571. Tool Chest Edition
  16572. Memory Monitor
  16573. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  16574. --set theItem to choose file -- uncomment to test in an AS editor
  16575.     tell application "Finder"
  16576.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:MemHell:"
  16577.         activate
  16578.     end tell
  16579. on error errMsg number errNum
  16580.     --enter statements to perform when no records are found such as...
  16581.     display dialog "Sorry, the item you selected could not be found."
  16582.     return
  16583. end try
  16584. webobjects
  16585. developer's
  16586. guide
  16587. webobjects
  16588. memory
  16589. management
  16590. theresa
  16591. tensor
  16592. inform
  16593. webobjects
  16594. tools
  16595. techniques
  16596. theresa
  16597. tensor
  16598. website
  16599. websites
  16600. weekly
  16601. weeks
  16602. weird
  16603. weiss
  16604. well-trod
  16605. bal's
  16606. balance
  16607. balloon
  16608. r--set theItem to choose file -- uncomment to test in an AS editor
  16609.     tell application "Finder"
  16610.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16611.         activate
  16612.     end tell
  16613. on error errMsg number errNum
  16614.     --enter statements to perform when no records are found such as...
  16615.     display dialog "Sorry, the item you selected could not be found."
  16616.     return
  16617. end try
  16618. robustness
  16619. rocket
  16620. roger
  16621. roland
  16622. rolled
  16623. rollin
  16624. romaja
  16625. roman
  16626. romanized
  16627. romresourcedump
  16628. rosenberg
  16629. rotate
  16630. rotatebegin/end
  16631. rotated
  16632. rotatestring
  16633. rotating
  16634. rotation
  16635. roughly
  16636. round
  16637. rounded
  16638. safely
  16639. sakes
  16640. sales
  16641. Summary: System 7.0 standard window definition procedure.
  16642. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  16643. StandardWDEF.aK
  16644. Vol VIIIM
  16645. System 7.0O4Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD Feb 00 TC
  16646.  - Tool Chest
  16647.  - Toolbox
  16648.  - System 7.0 WDEFV
  16649. 32940X
  16650. Feb 00^
  16651. --set theItem to choose file -- uncomment to test in an AS editor
  16652.     tell application "Finder"
  16653.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  16654.         activate
  16655.     end tell
  16656. on error errMsg number errNum
  16657.     --enter statements to perform when no records are found such as...
  16658.     display dialog "Sorry, the item you selected could not be found."
  16659.     return
  16660. end try
  16661. e    No Changeq
  16662. Dev.CD Feb 00 TC
  16663. All Packages
  16664. System 7.5 Update 1.0O
  16665. Dev.CD Jan 96 SSWP
  16666. Dev.CD Jan 96 SSV
  16667. 32941X
  16668. Jan 96
  16669. revoice
  16670. purge
  16671. purged
  16672. purpose
  16673. purposeful
  16674. f--set theItem to choose file -- uncomment to test in an AS editor
  16675.     tell application "Finder"
  16676.         open item "Dev.CD Jun 97 SSW"
  16677.         activate
  16678.     end tell
  16679. on error errMsg number errNum
  16680.     --enter statements to perform when no records are found such as...
  16681.     display dialog "Sorry, the item you selected could not be found."
  16682.     return
  16683. end try
  16684. webobjects
  16685. animation
  16686. antlr
  16687. appearance
  16688. appearance
  16689. manager
  16690. appearance
  16691. append
  16692. appkit
  16693. appkit
  16694. reference
  16695. macintosh
  16696. macintosh
  16697. coprocessor
  16698. platform
  16699. missQ
  16700. network
  16701. network
  16702. software
  16703. object-oriented
  16704. performance
  16705. performance
  16706. countersQ
  16707. platform
  16708. powerpcQ
  16709. powerpc
  16710. bandwidthQ
  16711. ratesQ
  16712. reader
  16713. recordable
  16714. resources
  16715. script
  16716. scriptable
  16717. software
  16718. token
  16719. token
  16720. tokentalk
  16721. video
  16722. gough
  16723. gourdol
  16724. governed
  16725. grabber
  16726. grabguy
  16727. gracefully
  16728. grafport
  16729. grafports
  16730. grammar
  16731. grammars
  16732. grammatical
  16733. grant
  16734. granted
  16735. graphic
  16736. graphical
  16737. graphically
  16738. graphics
  16739. graphicsimporter
  16740. graphicsimporterdraw
  16741. gratitude
  16742. grayed
  16743. grayishoutline
  16744. grayrgn
  16745. grayscale
  16746. graytext
  16747. great
  16748. greater
  16749. guide-intelligent
  16750. guidelines
  16751. cursive
  16752. cursor
  16753. cursordevice
  16754. cursordevicemanager
  16755. cursordevices
  16756. cursordevicesetaccel
  16757. cursors
  16758. curve
  16759. curves
  16760.  hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  16761. Advanced Color Imaging on the Mac OS describes how to enhance your application
  16762. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  16763. olor Manager. It
  16764. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  16765. JCAdvanced Color Imaging
  16766. Advanced Color Imaging Ref
  16767. What's New in ACIK
  16768. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  16769.  - Technical Documentation
  16770.  - Inside Macintosh
  16771. Mask can used to fade a screen to a  lighter color.
  16772. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  16773.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  16774.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  16775. Ports. {-> DisassemblePictures <-}
  16776.  Example of finding the deepest device and placing  a window on it.
  16777. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  16778. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  16779. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  16780. DrawLin
  16781. getresource
  16782. getstdfilterproc
  16783. gettable/settable
  16784. getter
  16785. getting
  16786. getting
  16787. started
  16788. webobjects
  16789. summary
  16790. package
  16791. contains
  16792. application
  16793. demonstrat
  16794. summary
  16795. package
  16796. helps
  16797. developers
  16798. implement
  16799. inline
  16800. input
  16801. summary
  16802. package
  16803. includes
  16804. draft
  16805. specifications
  16806. summary
  16807. package
  16808. apple
  16809. summary
  16810. package
  16811. provides
  16812. summary
  16813. package
  16814. provides
  16815. english
  16816. error
  16817. messages
  16818. summary
  16819. package
  16820. provides
  16821. something
  16822. replacement
  16823. summary
  16824. piece
  16825. intended
  16826. assist
  16827. non-us
  16828. developers
  16829. summary
  16830. program
  16831. illustrates
  16832. menus
  16833. window
  16834. summary
  16835. resedit
  16836. editor
  16837. prepare
  16838. localized
  16839. numbe
  16840. summary
  16841. submission
  16842. contains
  16843. virtual
  16844. external
  16845. 33290X
  16846. Mar 98^
  16847. --set theItem to choose file -- uncomment to test in an AS editor
  16848.     tell application "Finder"
  16849.         open item "Dev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:"
  16850.         activate
  16851.     end tell
  16852. on error errMsg number errNum
  16853.     --enter statements to perform when no records are found such as...
  16854.     display dialog "Sorry, the item you selected could not be found."
  16855.     return
  16856. end try
  16857. DeletedfvApple servers
  16858. 9650/350
  16859. Workgroup Server
  16860. server
  16861. server developer note
  16862. 100BaseTx Ethernet
  16863. network server
  16864. internet serverq
  16865. Dev.CD Mar 98 RL
  16866. D!All Packages
  16867. Tool Chest Edition
  16868. WorldScript Updater
  16869.     ample
  16870. shows
  16871. write
  16872. fully
  16873. asynchronous
  16874. block
  16875. through@
  16876. time-based@
  16877. tiny@
  16878. tiresome@
  16879. tobias@
  16880. tokentalk@
  16881. toolbox@
  16882. translations@
  16883. transparent@
  16884. transport@
  16885. truffles@
  16886. ultimate@
  16887. unified@
  16888. unobtrusive@
  16889. up-to-date@
  16890. used@
  16891. e    No Changeq
  16892. Dev.CD Feb 00 TC
  16893. D!All Packages
  16894. Tool Chest Edition
  16895. Sample Code - QuickDraw
  16896. (** = new, * = revised)
  16897. OffSample:  OffSample demonstrates the usage of the Offscreen unit.  It shows how to use off-screen bitmaps and pixel maps to produce flicker- free updating with a minimum of code restructuring.  OffSample attempts to reduce the amount of 
  16898. knowledge
  16899.  it has of the off- screen structure so as to minimize its dependence upon that unit.
  16900. Palette&GWorld (Fat):  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding tha
  16901. windows
  16902. system
  16903. files
  16904. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  16905. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  16906. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  16907. ager.  This can involve scrambling the system heap or application heap.
  16908. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  16909. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  16910. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  16911. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  16912. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  16913. MegaMovies
  16914. Read Me
  16915. Read Me.txtK
  16916. Jul 92L
  16917. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  16918.  1.0 extensionO7Dev.CD Feb 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD Feb 00 TC
  16919.  - Tool Chest
  16920.  - QuickTime
  16921.  - MegaMovies 1.6.2
  16922. tpifile
  16923. sample
  16924. module
  16925. tpifile
  16926. trace
  16927. traceroute
  16928. tracing
  16929. track
  16930. tracker
  16931. tracking
  16932. interapplication
  16933. communication
  16934. sample
  16935. networking
  16936. sample
  16937. utilities
  16938. sample
  16939. overview
  16940. sample
  16941. printing
  16942. sample
  16943. quickdraw
  16944. sample
  16945. quickdraw
  16946. sample
  16947. quicktime
  16948. sample
  16949. sound
  16950. sample
  16951. survey
  16952. sample
  16953. sample
  16954. toolbox
  16955. selectors
  16956. server
  16957. services
  16958. setup
  16959. shared
  16960. sound
  16961. source
  16962. sources
  16963. spooler
  16964. stack
  16965. standards
  16966. starter
  16967. stream
  16968. strip
  16969. style
  16970. success
  16971. suite
  16972. 32441X
  16973. Feb 00^
  16974. --set theItem to choose file -- uncomment to test in an AS editor
  16975.     tell application "Finder"
  16976.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  16977.         activate
  16978.     end tell
  16979. on error errMsg number errNum
  16980.     --enter statements to perform when no records are found such as...
  16981.     display dialog "Sorry, the item you selected could not be found."
  16982.     return
  16983. end try
  16984. e    No Changeq
  16985. Dev.CD Feb 00 TC
  16986. uD!All Packages
  16987. Tool Chest Edition
  16988. MemHellIqMemory stress too.   Update to previous version.
  16989. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  16990. MemHell
  16991. MemHell 1.0a6 ReadMeK
  16992. Dec 93L
  16993. Dec 99M
  16994. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO8Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:MemHell:P@Dev.CD Feb 00 TC
  16995.  - Tool Chest
  16996.  - Testing & Debugging
  16997.  - MemHellV
  16998. 32442X
  16999. Feb 00^
  17000. Terminology Dev Note 3/92K
  17001. May 92L
  17002. May 94M
  17003. System 7.0N
  17004. AE, Apple Events, AppleEventsents, AppleEvents
  17005.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  17006. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  17007.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  17008. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  17009. se    No Changeq
  17010. Dev.CD Feb 00 TC
  17011. tD!All Packages
  17012. Tool Chest Edition
  17013. MegaMovies 1.6.2
  17014. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  17015.  with other components of the System Software.
  17016. Features:
  17017. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  17018. Standard Movie Controllers:  The userelected could not be found."
  17019.     return
  17020. end try
  17021. e    No Changef
  17022. Apple Events
  17023. AppleEventsq
  17024. Dev.CD Feb 00 TC
  17025. D!All Packages
  17026. Tool Chest Edition
  17027. AEGizmos 1.4.2I
  17028. What Are the AEGizmos?
  17029. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.30219X
  17030. 1e    No Change
  17031. --set theItem to choose file -- uncomment to test in an AS editor
  17032.     tell application "Finder"
  17033.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  17034.         activate
  17035.     end tell
  17036. on error errMsg number errNum
  17037.     --enter statements to perform when no records are found such as...
  17038.     display dialog "Sorry, the item you selected could not be found."
  17039.     return
  17040. end try
  17041. ote 3/92K
  17042. May 92L
  17043. May 94M
  17044. System 7.0N
  17045. AE, Apple Events, AppleEvents
  17046. white
  17047. whizzy
  17048. whole
  17049. wholesale
  17050. whose
  17051. -angle
  17052. widely
  17053. wildcard
  17054. wilderness
  17055. executing@
  17056. explained@
  17057. expo@
  17058. extensions@
  17059. externals@
  17060. fails@
  17061. feature@
  17062. features
  17063. allows
  17064. reset
  17065. interrupt
  17066. keyboard@
  17067. file-related@
  17068. fileinfo@
  17069. files
  17070. files/folders@
  17071. finally@
  17072. fine-tune@
  17073. fixes
  17074. fixing@
  17075. flashing@
  17076. folders@
  17077. font@
  17078. years
  17079. multimedia
  17080. developers
  17081. regarded
  17082. equilibrium's
  17083. forbidden@
  17084. foundation@
  17085. fragment
  17086. fragments@
  17087. friends@
  17088. front@
  17089. fundamental@
  17090. gains@
  17091. generating@
  17092. getresource@
  17093. getting/setting@
  17094. giving@
  17095. global-aware@
  17096. glue@
  17097. gory@
  17098. gough@
  17099. greatest@
  17100. guideplugin@
  17101. guillermo@
  17102. hand-tweak@
  17103. happily@
  17104. harper@
  17105. haven't@
  17106. help@
  17107. highlighting@
  17108. holland@
  17109. horizon@
  17110. however@
  17111. htmlsample
  17112. application
  17113. illustrating
  17114. All Packages
  17115. F    QuickTimeO
  17116. Dev.CD Jun 97 SSWP
  17117. Dev.CD Jun 97 SSV
  17118. 32794X
  17119. Jun 97
  17120. f--set theItem to choose file -- uncomment to test in an AS editor
  17121.     tell application "Finder"
  17122.         open item "Dev.CD Jun 97 SSW"
  17123.         activate
  17124.     end tell
  17125. on error errMsg number errNum
  17126.     --enter statements to perform when no records are found such as...
  17127.     display dialog "Sorry, the item you selected could not be found."
  17128.     return
  17129. end try
  17130. All Packages
  17131. F    QuickTimeO
  17132. Dev.CD Jun 97 SSWP
  17133. Dev.CD Jun 97 SSV
  17134. 32795X
  17135. Jun 97
  17136. f--set theItem to choose file -- uncomment to test in an AS editor
  17137.     tell application "Finder"
  17138.         open item "Dev.CD Jun 97 SSW"
  17139.         activate
  17140.     end tell
  17141. on error errMsg number errNum
  17142.     --enter statements to perform when no records are found such as...
  17143.     display dialog "Sorry, the item you selected could not be found."
  17144.     return
  17145. end try
  17146. All Packages
  17147. F    QuickTimeO
  17148. Dev.CD Jun 97 SSWP
  17149. Dev.CD Jun 97 SSV
  17150. 32796X
  17151. Deletedq
  17152. Dev.CD Nov 99 TC
  17153. sD!All Packages
  17154. Tool Chest Edition
  17155. Maximizing Quadra FloatingPoint
  17156. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  17157. Features: 
  17158.  Round (to nearest),Truncate (toward zero),
  17159. Floor (toward -
  17160.  Optimized for 68040; functional with 68881/2
  17161.  Over 15X faster on Quadra, but 2.6X slower on the FX
  17162. FloatToLong.a
  17163. ReadMe
  17164. ReadMe.txtK
  17165. Apr 93OYDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD Feb 00 TC
  17166.  - Tool Chest
  17167.  - Development Kits
  17168.  - MPW Related
  17169.  - Maximizing Quadra FloatingPointV
  17170. 32440X
  17171. Feb 00^
  17172. #contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  17173. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  17174. e    No Change
  17175. ethernets
  17176. ethertalkW
  17177. euc-cn
  17178. european
  17179. evaluates
  17180. evaluating
  17181. evangelical
  17182. evangelism
  17183. evans
  17184. evenbetterbuserror
  17185. event
  17186. event-aware
  17187. event-driven
  17188. events
  17189. eventually
  17190. everest
  17191. every
  17192. everybody
  17193. everyday
  17194. everyone
  17195. everything
  17196. --set theItem to choose file -- uncomment to test in an AS editor
  17197.     tell application "Finder"
  17198.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  17199.         activate
  17200.     end tell
  17201. on error errMsg number errNum
  17202.     --enter statements to perform when no records are found such as...
  17203.     display dialog "Sorry, the item you selected could not be found."
  17204.     return
  17205. end try
  17206. progresswindoid
  17207. progresswindoid
  17208. progresswindoid
  17209. progresswindoid
  17210. worksheet
  17211. project
  17212. project
  17213. includes
  17214. project
  17215. large
  17216. project
  17217. large
  17218. project
  17219. quick
  17220. start
  17221. guide
  17222. projectdrag
  17223. projectdrag
  17224. applets
  17225. projectdrag
  17226. manual
  17227. projectfolders
  17228. projectmenu
  17229. projects
  17230. projectxplugin68k
  17231. projectxplugin68knfp
  17232. projectxpluginppc
  17233. projlistmenu
  17234. promptoid
  17235. promptoid
  17236. proto
  17237. proto
  17238. allocating
  17239. allow
  17240. allowing
  17241. allowsW
  17242. almost
  17243. along
  17244. alpha
  17245. already
  17246. altdboxproc
  17247. alter
  17248. field
  17249. fields
  17250. fifteen
  17251. fifth
  17252. figure
  17253. figured
  17254. protos
  17255. appearance
  17256. appearance
  17257. extension
  17258. appearance
  17259. sample
  17260. appearance
  17261. appearance
  17262. versions
  17263. appearancecdev
  17264. apple
  17265. apple
  17266. cd-rom
  17267. der Mac OS. (This is not an endorsement.)
  17268. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  17269. J<Project
  17270. ScriptableStuffItEngine
  17271. ScriptableStuffItEngine.htmlK
  17272. Feb 99M
  17273. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD Feb 00 TC
  17274.  - Tool Chest
  17275.  - Interapplication Communication
  17276.  - ScriptableStuffItEngine
  17277. other
  17278. sample
  17279. All Packages
  17280. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17281. Dev.CD Jan 94
  17282. Dev.CD Oct 93
  17283. Dev.CD Jul 93
  17284. Dev.CD Apr 93PDDev.CD Apr 94
  17285. Dev.CD Jan 94
  17286. Dev.CD Oct 93
  17287. Dev.CD Jul 93
  17288. Dev.CD Apr 9V
  17289. 33159X
  17290. Apr 94
  17291. --set theItem to choose file -- uncomment to test in an AS editor
  17292.     tell application "Finder"
  17293.         open item "Dev.CD Apr 94
  17294. Dev.CD Jan 94
  17295. Dev.CD Oct 93
  17296. Dev.CD Jul 93
  17297. Dev.CD Apr 93"
  17298.         activate
  17299.     end tell
  17300. on error errMsg number errNum
  17301.     --enter statements to perform when no records are found such as...
  17302.     display dialog "Sorry, the item you selected could not be found."
  17303.     return
  17304. end try
  17305. All Packages
  17306. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17307. Dev.CD Jan 94
  17308. Dev.CD Oct 93
  17309. Dev.CD Jul 93
  17310. Dev.CD Apr 93PDDev.CD Apr 94
  17311. Dev.CD Jan 94
  17312. Dev.CD Oct 93
  17313. Dev.CD Jul 93
  17314. Dev.CD Apr 9V
  17315. 33160X
  17316. Apr 94
  17317. --set theItem to choose file -- uncomment to test in an AS editor
  17318.     tell application "Finder"
  17319.         open item "Dev.CD Apr 94
  17320. Dev.CD Jan 94
  17321. Dev.CD Oct 93
  17322. Dev.CD Jul 93
  17323. Dev.CD Apr 93"
  17324.         activate
  17325.     end tell
  17326. on error errMsg number errNum
  17327.     --enter statements to perform when no records are found such as...
  17328.     display dialog "Sorry, the item you selected could not be found."
  17329.     return
  17330. end try
  17331. enterprise
  17332. objects
  17333. enterprise
  17334. objects
  17335. documentation
  17336. enterprise
  17337. objects
  17338. framework
  17339. entertainment
  17340. entire
  17341. entirely
  17342. entities
  17343. entries
  17344. entry
  17345. enumerated
  17346. enumerates
  17347. enumeration
  17348. enviroment
  17349. environement
  17350. environment
  17351. environmental
  17352. f--set theItem to choose file -- uncomment to test in an AS editor
  17353.     tell application "Finder"
  17354.         open item "Dev.CD Jun 97 SSW"
  17355.         activate
  17356.     end tell
  17357. on error errMsg number errNum
  17358.     --enter statements to perform when no records are found such as...
  17359.     display dialog "Sorry, the item you selected could not be found."
  17360.     return
  17361. end try
  17362. All Packages
  17363. F    QuickTimeO
  17364. Dev.CD Jun 97 SSWP
  17365. Dev.CD Jun 97 SSV
  17366. 32792X
  17367. Jun 97
  17368. f--set theItem to choose file -- uncomment to test in an AS editor
  17369.     tell application "Finder"
  17370.         open item "Dev.CD Jun 97 SSW"
  17371.         activate
  17372.     end tell
  17373. on error errMsg number errNum
  17374.     --enter statements to perform when no records are found such as...
  17375.     display dialog "Sorry, the item you selected could not be found."
  17376.     return
  17377. end try
  17378. All Packages
  17379. F    QuickTimeO
  17380. Dev.CD Jun 97 SSWP
  17381. Dev.CD Jun 97 SSV
  17382. 32793X
  17383. Jun 97
  17384. blitters
  17385. block
  17386. MakeMake 2.0d38
  17387. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  17388. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  17389. Makemake
  17390. Makemake manualK
  17391. Vol IIIL
  17392. Aug 92OIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD Feb 00 TC
  17393.  - Tool Chest
  17394.  - Development Kits
  17395.  - MPW Related
  17396.  - MakeMake 2.0d38V
  17397. 32438X
  17398. Feb 00^
  17399. --set theItem to choose file -- uncomment to test in an AS editor
  17400.     tell application "Finder"
  17401.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  17402.         activate
  17403.     end tell
  17404. on error errMsg number errNum
  17405.     --enter statements to perform when no records are found such as...
  17406.     display dialog "Sorry, the item you selected could not be found."
  17407.     return
  17408. end try
  17409. end try
  17410. qD!All Packages
  17411. Tool Chest Edition
  17412. Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  17413. V-Twin,
  17414.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  17415. New feaures of AIAT 1.1 include:
  17416.  Document summarization - rank sentences within a document
  17417.  Document routing - specify arbitrary documenB
  17418. t categories and route documents among them
  17419.  Incremental accessor updating
  17420.  Improved related terms algorithm
  17421. Contact Apple's Software Licensing Department for licensing information
  17422. JOAIAT 1.0 Manual.pdf
  17423. AIAT 1.1 Changes.pdf
  17424. AIAT ReadMe
  17425. Examples
  17426. Headers
  17427. LibrariesK
  17428. Nov 97L
  17429. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  17430. search, index, vtwin, summaryO0Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:
  17431. qe    No Changeq
  17432. Dev.CD Feb 00 TC
  17433. rD!All Packages
  17434. Tool Chest Edition
  17435. Manalyzer 2.0d3
  17436. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  17437. Features: Filters incoming traffic by node, byte or network protocol.
  17438.       - Generates background traffic at any bandwidth.
  17439.       - Displays incoming data in several formats.
  17440.       - Decodes AppleTalk  packets up to the ATP level. 
  17441. JcManalyzer
  17442. Manalyzer Read Me
  17443. Manalyzer Read Me.txt
  17444. Manalyzer Relase Notes
  17445. Manalyzer Relase Notes.txtK
  17446. Vol VIIL
  17447. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  17448.  - Tool Chest
  17449.  - Networking
  17450.  - Manalyzer 2.0d3V
  17451. 32439X
  17452. Nov 99^
  17453. resources
  17454. respect
  17455. respective
  17456. respectively
  17457. responses
  17458. responsible
  17459. ressler
  17460. restartW
  17461. restarted
  17462. restarts
  17463. restore
  17464. restored
  17465. restructured
  17466. restructuring
  17467. result
  17468. resulting
  17469. results
  17470. resume
  17471. resumegl
  17472. retail
  17473. retrain
  17474. retreived
  17475. retrieval
  17476. retrieve
  17477. retrieving
  17478. retry
  17479. return
  17480. returned
  17481. returns
  17482. reusable
  17483. reuse
  17484. reusing
  17485. system's
  17486. summary
  17487. aetracker
  17488. init/control
  17489. panel
  17490. allows
  17491. summary
  17492. application
  17493. which
  17494. provides
  17495. various
  17496. video
  17497. summary
  17498. controlling
  17499. finder
  17500. through
  17501. apple
  17502. summary
  17503. which
  17504. known
  17505. finderevents
  17506. summary
  17507. apple
  17508. peoplesoft
  17509. launched
  17510. partnership
  17511. summary
  17512. apple
  17513. computer
  17514. espana
  17515. prepared
  17516. guide
  17517. summary
  17518. apple
  17519. designed
  17520. maccheck
  17521. suport
  17522. provid
  17523. atrapper
  17524. application
  17525. records
  17526. a-trap
  17527. calls
  17528. summary
  17529. audit
  17530. small
  17531. library
  17532. functions
  17533. provide
  17534. summary
  17535. backlight
  17536. control
  17537. control
  17538. panel
  17539. powerbooks
  17540. samples
  17541. samplesndplay
  17542. sanctioned
  17543. sanity
  17544. sanskrit
  17545. satisfy
  17546. satisfying
  17547. saturate
  17548. saved
  17549. saved-off
  17550. savedpapfilexx
  17551. savemenu
  17552. saver
  17553. saves
  17554. saving
  17555. savings
  17556. savory
  17557. savvy
  17558. sawitzki
  17559. sbarcdef
  17560. scalable
  17561. scale
  17562. scales
  17563. scaling
  17564. scanned
  17565. scanner
  17566. scanners
  17567. scanning
  17568. theme
  17569. themes
  17570. theory
  17571. there
  17572. there's
  17573. appearance
  17574. 1.0.3
  17575. All Packages
  17576. F    QuickTimeO
  17577. Dev.CD Jan 96 SSWP
  17578. Dev.CD Jan 96 SSV
  17579. 32721X
  17580. Jan 96
  17581. f--set theItem to choose file -- uncomment to test in an AS editor
  17582.     tell application "Finder"
  17583.         open item "Dev.CD Jan 96 SSW"
  17584.         activate
  17585.     end tell
  17586. on error errMsg number errNum
  17587.     --enter statements to perform when no records are found such as...
  17588.     display dialog "Sorry, the item you selected could not be found."
  17589.     return
  17590. end try
  17591. All Packages
  17592. F    QuickTimeO
  17593. Dev.CD Jan 96 SSWP
  17594. Dev.CD Jan 96 SSV
  17595. 32722X
  17596. Jan 96
  17597. f--set theItem to choose file -- uncomment to test in an AS editor
  17598.     tell application "Finder"
  17599.         open item "Dev.CD Jan 96 SSW"
  17600.         activate
  17601.     end tell
  17602. on error errMsg number errNum
  17603.     --enter statements to perform when no records are found such as...
  17604.     display dialog "Sorry, the item you selected could not be found."
  17605.     return
  17606. end try
  17607. All Packages
  17608. F    QuickTimeO
  17609. Dev.CD Jan 96 SSWP
  17610. Dev.CD Jan 96 SSV
  17611. 32723X
  17612. MacTCP 1.1, System 7, Mac+O;Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD Feb 00 TC
  17613.  - Tool Chest
  17614.  - Networking
  17615.  - MacTCP
  17616.  - MacTCP+ ToolV
  17617. 32436X
  17618. Feb 00^
  17619. --set theItem to choose file -- uncomment to test in an AS editor
  17620.     tell application "Finder"
  17621.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  17622.         activate
  17623.     end tell
  17624. on error errMsg number errNum
  17625.     --enter statements to perform when no records are found such as...
  17626.     display dialog "Sorry, the item you selected could not be found."
  17627.     return
  17628. end try
  17629. e    No Changeq
  17630. Dev.CD Feb 00 TC
  17631. All Packages
  17632. Mail Suite 1.0
  17633. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  17634. Nov 96V
  17635. 32437X
  17636. 1e    No Change
  17637. manager
  17638. manalyzer
  17639. manalyzer
  17640. 2.0d3
  17641. market
  17642. maximizing
  17643. maximizing
  17644. quadra
  17645. floatingpoint
  17646. media
  17647. megamovies
  17648. megamovies
  17649. 1.6.2
  17650. memhell
  17651. memory
  17652. memory
  17653. monitor
  17654. defproc
  17655. 1.0.3
  17656. menuscripter
  17657. menuscripter
  17658. midiconverter
  17659. minilauncher
  17660. minilauncher
  17661. 1.3b5
  17662. modern
  17663. module
  17664. modules
  17665. monitor
  17666. moofwars
  17667. moofwars
  17668. documentation
  17669. morefiles
  17670. morefiles
  17671. 1.4.9
  17672. morefinderevents
  17673. moreisbetter
  17674. morenetworksetup
  17675. mountalias
  17676. mountalias
  17677. movie
  17678. moviecallbacks
  17679. mphelloworld
  17680. mphelloworld
  17681. pascal
  17682. mping
  17683. mping
  17684. opp's
  17685. palette
  17686. MM SDK 1.0.2:
  17687. pJxDemo of Mail Suite Dict. 1.0
  17688. Mail Suite (1.0)
  17689. Mail Suite Dictionary ('aete')
  17690. MailFoo
  17691. MailSuite.h
  17692. ReadMe - Mail Suite 1.0K
  17693. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Mar 00 RL Disk 1
  17694.  - Technical Documentation
  17695.  - Apple Event Registry & Suites
  17696.  - Apple Event Registry
  17697.  - Mail Suite 1.0V
  17698. 32437X
  17699. Mar 00^    RL Disk 1
  17700. --set theItem to choose file -- uncomment to test in an AS editor
  17701.     tell application "Finder"
  17702.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  17703.         activate
  17704.     end tell
  17705. on error errMsg number errNum
  17706.     --enter statements to perform when no records are found such as...
  17707.     display dialog "Sorry, the item you selected could not be found."
  17708.     return
  17709. end try
  17710. e    No Changef)Mail Suite
  17711. Apple Events
  17712. AppleScript
  17713. emailq
  17714. Dev.CD Mar 00 RL Disk 1
  17715. P5Dev.CD Feb 00 TC
  17716.  - Tool Chest
  17717.  - Text
  17718.  - WASTE 1.3a6
  17719. 32879X
  17720. Feb 00^
  17721. r--set theItem to choose file -- uncomment to test in an AS editor
  17722.     tell application "Finder"
  17723.         open item "Dev.CD Feb 00 TC:Sample Code:"
  17724.         activate
  17725.     end tell
  17726. on error errMsg number errNum
  17727.     --enter statements to perform when no records are found such as...
  17728.     display dialog "Sorry, the item you selected could not be found."
  17729.     return
  17730. end try
  17731. e    No Changeq
  17732. Dev.CD Feb 00 TC
  17733. +D!All Packages
  17734. Tool Chest Edition
  17735. Snippets - Processes
  17736. (** = new, * = revised)
  17737. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  17738. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  17739. f--set theItem to choose file -- uncomment to test in an AS editor
  17740.     tell application "Finder"
  17741.         open item "Dev.CD Jul 96 SSW"
  17742.         activate
  17743.     end tell
  17744. on error errMsg number errNum
  17745.     --enter statements to perform when no records are found such as...
  17746.     display dialog "Sorry, the item you selected could not be found."
  17747.     return
  17748. end try
  17749. perfectly
  17750. perform
  17751. performa
  17752. performanceQ
  17753. performance
  17754. tuning
  17755. performance
  17756. tuning
  17757. webobjects
  17758. application
  17759. critical
  17760. performas
  17761. performed
  17762. performing
  17763. performs
  17764. peridically
  17765. perils
  17766. powermacs
  17767. powerpcQ
  17768. powerpc-based
  17769. powertalk
  17770. practices
  17771. carbon
  17772. carbon
  17773. printing
  17774. carbon
  17775. printing
  17776. manager
  17777. carbonlib
  17778. socket
  17779. services
  17780. cardbus
  17781. categories
  17782. audio
  17783. audio
  17784. toolkit
  17785. cd-rom
  17786. control
  17787. panel
  17788. symantec
  17789. metrowerks
  17790. standardfile
  17791. center
  17792. cfallocator
  17793. cfarray
  17794. cfarray
  17795. cfbag
  17796. cfbag
  17797. cfbase
  17798. cfbase
  17799. cfbinaryheap
  17800. cfbinaryheap
  17801. cfbitvector
  17802. cfbitvector
  17803. cfbundle
  17804. cfbundle
  17805. cfcharacterset
  17806. cfcharacterset
  17807. cfcomparatorfunction
  17808. cfcomparisonresult
  17809. cfdata
  17810. cfdata
  17811. cfdictionary
  17812. cfdictionary
  17813. cfequal
  17814. cfhash
  17815. cfhashcode
  17816. cfindex
  17817. MacTCP Token Ring MTU ToolI
  17818. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  17819. MTU Tool
  17820. Read me
  17821. Read me.txtK
  17822. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  17823.  - Tool Chest
  17824.  - Networking
  17825.  - MacTCP
  17826.  - MacTCP Token Ring MTU ToolV
  17827. 32435X
  17828.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  17829.         activate
  17830.     end tell
  17831. on error errMsg number errNum
  17832.     --enter statements to perform when no records are found such as...
  17833.     display dialog "Sorry, the item you selected could not be found."
  17834.     return
  17835. end try
  17836. e    No Changef"Appearance
  17837. .Keyboard
  17838. function keysq
  17839. Dev.CD Jan 00 SDK1
  17840. "D(All Packages
  17841. Reference Library Edition
  17842. Apple CD-ROM Handbook
  17843. macosxserver
  17844. appkit
  17845. foundation
  17846. project
  17847. builder
  17848. interface
  17849. macsbug
  17850. macsbug
  17851. appleevent
  17852. apple
  17853. event
  17854. macsbug
  17855. debugger
  17856. debugging
  17857. assembly
  17858. mactcp
  17859. mactcp
  17860. communications
  17861. toolbox
  17862. serial
  17863. ports
  17864. audio
  17865. mactcp
  17866. development
  17867. transport
  17868. zaptcp
  17869. mactcp
  17870. tcp/ip
  17871. suite
  17872. apple
  17873. events
  17874. applescript
  17875. email
  17876. management
  17877. manager
  17878. managers
  17879. manuals
  17880. All Packages
  17881. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  17882. Dev.CD Jan 94
  17883. Dev.CD Oct 93
  17884. Dev.CD Jul 93
  17885. Dev.CD Apr 93PDDev.CD Apr 94
  17886. Dev.CD Jan 94
  17887. Dev.CD Oct 93
  17888. Dev.CD Jul 93
  17889. Dev.CD Apr 9V
  17890. 33187X
  17891. Apr 94
  17892. --set theItem to choose file -- uncomment to test in an AS editor
  17893.     tell application "Finder"
  17894.         open item "Dev.CD Apr 94
  17895. Dev.CD Jan 94
  17896. Dev.CD Oct 93
  17897. Dev.CD Jul 93
  17898. Dev.CD Apr 93"
  17899.         activate
  17900.     end tell
  17901. on error errMsg number errNum
  17902.     --enter statements to perform when no records are found such as...
  17903.     display dialog "Sorry, the item you selected could not be found."
  17904.     return
  17905. end try
  17906. All Packages
  17907. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  17908. Dev.CD Jan 94
  17909. Dev.CD Oct 93
  17910. Dev.CD Jul 93P6Dev.CD Apr 94
  17911. Dev.CD Jan 94
  17912. Dev.CD Oct 93
  17913. Dev.CD Jul 9V
  17914. 33188X
  17915. Apr 94
  17916. blepictures
  17917. disassembly
  17918. discard
  17919. disclaimer
  17920. disclosure
  17921. disconnect
  17922. discourages
  17923. discover
  17924. Feb 00^
  17925. --set theItem to choose file -- uncomment to test in an AS editor
  17926.     tell application "Finder"
  17927.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  17928.         activate
  17929.     end tell
  17930. on error errMsg number errNum
  17931.     --enter statements to perform when no records are found such as...
  17932.     display dialog "Sorry, the item you selected could not be found."
  17933.     return
  17934. end try
  17935. e    No Changeq
  17936. Dev.CD Feb 00 TC
  17937. oD!All Packages
  17938. Tool Chest Edition
  17939. MacTCP+ Tool 1.0
  17940. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  17941. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  17942. J@MacTCP+ Tool
  17943. README for MacTCP+ Tool
  17944. README for MacTCP+ Tool.txtK
  17945. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  17946. 32436X
  17947. 1e    No Change
  17948. surely
  17949. surf's
  17950. surface
  17951. surfboards
  17952. surfer
  17953. surovell
  17954. surprise
  17955. surround
  17956. survey
  17957. sustains
  17958. swaps
  17959. swatches
  17960. swedish
  17961. swiss
  17962. switch
  17963. switching
  17964. symantec
  17965. symbol
  17966. symbols
  17967. symptom
  17968. synch
  17969. synchronization
  17970. synchronizeW
  17971. synchronous
  17972. syncing
  17973. syntactic
  17974. syntax
  17975. sysbeep
  17976. system
  17977. plug-in's
  17978. witha
  17979. mentation for the scanner API, an addendum for the new 4.1 scanner driver, and C sample code that demonstrates how to use the API.  A header file and link library have been Included with the sample code.
  17980. The sample code should not be considered as a model for the next great scanner application but rather a simple demonstration of how to communicate with a scanner. Special considerations should  be taken when considering memory requirements
  17981. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  17982. JRProgGuide to Apple Scanners
  17983. Scan Image 1.0:
  17984. Scanner - Read Me
  17985. Scanner 4.1 AddendumK
  17986. Mar 93L
  17987. Nov 96
  17988. All Packages
  17989. System UpdateO
  17990. Dev.CD Oct 94
  17991. Dev.CD Apr 94P
  17992. Dev.CD Oct 94
  17993. Dev.CD Apr 9V
  17994. 33211X
  17995. Oct 94
  17996. p--set theItem to choose file -- uncomment to test in an AS editor
  17997.     tell application "Finder"
  17998.         open item "Dev.CD Oct 94
  17999. Dev.CD Apr 94"
  18000.         activate
  18001.     end tell
  18002. on error errMsg number errNum
  18003.     --enter statements to perform when no records are found such as...
  18004.     display dialog "Sorry, the item you selected could not be found."
  18005.     return
  18006. end try
  18007. All Packages
  18008. System UpdateO
  18009. Dev.CD Oct 94P
  18010. Dev.CD Oct 9V
  18011. 33212X
  18012. Oct 94
  18013. b--set theItem to choose file -- uncomment to test in an AS editor
  18014.     tell application "Finder"
  18015.         open item "Dev.CD Oct 94"
  18016.         activate
  18017.     end tell
  18018. on error errMsg number errNum
  18019.     --enter statements to perform when no records are found such as...
  18020.     display dialog "Sorry, the item you selected could not be found."
  18021.     return
  18022. end try
  18023. All Packages
  18024. System UpdateV
  18025. 33213X
  18026. All Packages
  18027. System Enabler 111 (PB 160/180)O
  18028. Dev.CD Apr 93P
  18029. Dev.CD Apr 9V
  18030. 33114X
  18031. Apr 93
  18032. b--set theItem to choose file -- uncomment to test in an AS editor
  18033.     tell application "Finder"
  18034.         open item "Dev.CD Apr 93"
  18035.         activate
  18036.     end tell
  18037. on error errMsg number errNum
  18038.     --enter statements to perform when no records are found such as...
  18039.     display dialog "Sorry, the item you selected could not be found."
  18040.     return
  18041. end try
  18042. All Packages
  18043. System Enabler 111 (PB 160/180)O
  18044. Dev.CD Apr 93P
  18045. Dev.CD Apr 9V
  18046. 33115X
  18047. Apr 93
  18048. b--set theItem to choose file -- uncomment to test in an AS editor
  18049.     tell application "Finder"
  18050.         open item "Dev.CD Apr 93"
  18051.         activate
  18052.     end tell
  18053. on error errMsg number errNum
  18054.     --enter statements to perform when no records are found such as...
  18055.     display dialog "Sorry, the item you selected could not be found."
  18056.     return
  18057. end try
  18058. All Packages
  18059. 33116X
  18060. orizontally
  18061. association
  18062. assortment
  18063. assume
  18064. assumed
  18065. assumption
  18066. assure
  18067. asyncdriversample
  18068. asynch
  18069. asynchronous
  18070. asynchronous
  18071. background
  18072. networking
  18073. macintosh
  18074. harry
  18075. asynchronously
  18076. asyncpb
  18077. asyncronous
  18078. at-attachment
  18079. endps
  18080. serial
  18081. server
  18082. servers
  18083. servervols
  18084. servervols
  18085. services
  18086. movie
  18087. setfileflag
  18088. setfileflag
  18089. simpleprefs
  18090. 32434X
  18091. Apr 98^
  18092. --set theItem to choose file -- uncomment to test in an AS editor
  18093.     tell application "Finder"
  18094.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  18095.         activate
  18096.     end tell
  18097. on error errMsg number errNum
  18098.     --enter statements to perform when no records are found such as...
  18099.     display dialog "Sorry, the item you selected could not be found."
  18100.     return
  18101. end try
  18102. e    No Changef
  18103. MacTCP
  18104. TCP/IPq
  18105. Dev.CD Apr 98 SDK1
  18106. nD!All Packages
  18107. Tool Chest Edition
  18108. ry: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  18109. MTU Tool
  18110. Read me
  18111. Read me.txtK
  18112. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  18113.  - Tool Chest
  18114.  - Networking
  18115.  - MacTCP
  18116.  - MacTCP Token Ring MTU ToolV
  18117. 32435X
  18118. 1TU ToolV
  18119. 32435X
  18120. 1e    No Change
  18121. Features: Apple Data Detectors Extension - provides base functional
  18122. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  18123. NOTE:  Developers should do all new development with Open Transport where possible.
  18124. 2.0.6 Files:
  18125. MacTCP - Read Me First
  18126. MacTCP 2.x Docs:
  18127. MacTCP Developer Tools:
  18128. TCP/IP Administration.image
  18129. TCP/IP Connection.imageK
  18130. Apr 96N
  18131. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  18132.  - Development Kits (Disc 1)
  18133.  - MacTCP panel require Mac OS 7.6 or 
  18134. later
  18135. Detector Editor requires Mac OS 8 or later
  18136. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  18137. Summary:  This package contains:
  18138.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  18139.  TCP/IP Connection for Macintosh (v2.0.4)
  18140.  TCP/IP Administration for Macintosh (v2.0.4)
  18141. This folder also includes:
  18142.  MacTCP 2.0.6 Release Notes
  18143.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  18144.  MacTCP development tools and documentation
  18145. IMPORTANT NOTES
  18146.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  18147. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  18148.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  18149. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  18150. synthesis
  18151. system
  18152. systems
  18153. table
  18154. tables
  18155. tablet
  18156. tanzania
  18157. tanzania
  18158. zanzibar
  18159. starmax
  18160. firmware
  18161. tasking
  18162. tasks
  18163. tcp/ip
  18164. self-moderating
  18165. self-mounting
  18166. self-paced
  18167. semchishen
  18168. sendappleevent
  18169. sending
  18170. sends
  18171. sentences
  18172. separate
  18173. separately
  18174. separations
  18175. september
  18176. sequel
  18177. sequence
  18178. sergeant
  18179. serial
  18180. series
  18181. server
  18182. servers
  18183. serves
  18184. service
  18185. services
  18186. session
  18187. setdialogdefaultitem
  18188. --set theItem to choose file -- uncomment to test in an AS editor
  18189.     tell application "Finder"
  18190.         open item "Dev.CD Apr 94
  18191. Dev.CD Jan 94
  18192. Dev.CD Oct 93
  18193. Dev.CD Jul 93
  18194. Dev.CD Apr 93"
  18195.         activate
  18196.     end tell
  18197. on error errMsg number errNum
  18198.     --enter statements to perform when no records are found such as...
  18199.     display dialog "Sorry, the item you selected could not be found."
  18200.     return
  18201. end try
  18202. chwithdoc
  18203. launchwithdoc2
  18204. launchwithsize
  18205. laurence
  18206. lavoie
  18207. layer
  18208. layering
  18209. layout
  18210. layouts
  18211. lclick
  18212. ldefproc0
  18213. leading-edge
  18214. leads
  18215. leaks
  18216. libraries
  18217. libraryQ
  18218. Dev.CD Jul 93
  18219. Dev.CD Apr 9V
  18220. 32771X
  18221. Jul 93
  18222. p--set theItem to choose file -- uncomment to test in an AS editor
  18223.     tell application "Finder"
  18224.         open item "Dev.CD Jul 93
  18225. Dev.CD Apr 93"
  18226.         activate
  18227.     end tell
  18228. on error errMsg number errNum
  18229.     --enter statements to perform when no records are found such as...
  18230.     display dialog "Sorry, the item you selected could not be found."
  18231.     return
  18232. end try
  18233. All Packages
  18234. F    QuickTimeO
  18235. Dev.CD Jul 93
  18236. Dev.CD Apr 93P
  18237. Dev.CD Jul 93
  18238. Dev.CD Apr 9V
  18239. 32772X
  18240. Jul 93
  18241. p--set theItem to choose file -- uncomment to test in an AS editor
  18242.     tell application "Finder"
  18243.         open item "Dev.CD Jul 93
  18244. Dev.CD Apr 93"
  18245.         activate
  18246.     end tell
  18247. on error errMsg number errNum
  18248.     --enter statements to perform when no records are found such as...
  18249.     display dialog "Sorry, the item you selected could not be found."
  18250.     return
  18251. end try
  18252. All Packages
  18253. F    QuickTimeO
  18254. Dev.CD Jul 93
  18255. Dev.CD Apr 93V
  18256. 32773X
  18257. lMrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  18258. O CDN#TCP/IP, networking, standards basedD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  18259.         activate
  18260.     end tell
  18261. on error errMsg number errNum
  18262.     --enter statements to perform when no records are found such as...
  18263.     display dialog "Sorry, the item you selected could not be found."
  18264.     return
  18265. end try
  18266. Deletedf#Apple news
  18267. Apple Developer Newsq
  18268. Dev.CD May 98 TC
  18269. &D!All Packages
  18270. Tool Chest Edition
  18271. Apple Directions 1995
  18272. zoneranger
  18273. zoneranger
  18274. revision
  18275. history
  18276. zoomed
  18277. 33270X
  18278. Feb 00^
  18279. --set theItem to choose file -- uncomment to test in an AS editor
  18280.     tell application "Finder"
  18281.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:Verifier:"
  18282.         activate
  18283.     end tell
  18284. on error errMsg number errNum
  18285.     --enter statements to perform when no records are found such as...
  18286.     display dialog "Sorry, the item you selected could not be found."
  18287.     return
  18288. end try
  18289. e    No Changeq
  18290. Dev.CD Feb 00 TC
  18291. D!All Packages
  18292. Tool Chest Edition
  18293. rsionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  18294. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us available for us
  18295. providing
  18296. psetselfsend
  18297. pseudo-item
  18298. pub/pccts
  18299. public
  18300. publications
  18301. published
  18302. yly done by Finder at the user's request.
  18303. Set Folder Windows:  This little AppleScript droplet is used to setup drive and folder windows in preperation for  burning a CD. It requires the scriptable Finder from System 7.5 or later. It seems to be more reliable than SWAt at setting things up right, since it uses the Finder rather than directly manipulating desktop information.
  18304. J'Sample Code.img
  18305. Windows Sample Code.imgK
  18306. May 97L
  18307. May 97O
  18308. Dev.CD Feb 00 TC:Sample Code:P
  18309. Dev.CD Feb 00 TC
  18310.  - Sample Code
  18311. consumer
  18312. container
  18313. content
  18314. context
  18315. contextual
  18316. contextual
  18317. manager
  18318. control
  18319. control
  18320. strip
  18321. powerbook
  18322. control
  18323. panel
  18324. controls
  18325. conversion
  18326. erter
  18327. coprocessor
  18328. corba
  18329. foundation
  18330. overview
  18331. opaque
  18332. types
  18333. reference
  18334. counts
  18335. corners
  18336. countersQ
  18337. counting
  18338. counts
  18339. crccalc
  18340. crcpatch
  18341. creator
  18342. creator
  18343. signature
  18344. registration
  18345. cross-platform
  18346. cryptographic
  18347. cryptographic
  18348. authentication
  18349. appleshare
  18350. appearance
  18351. cryptography
  18352. ctabhandle
  18353. ctseed
  18354. cursors
  18355. custom
  18356. customgetfile
  18357. customgetfile
  18358. customputfile
  18359. dialog
  18360. select
  18361. folder
  18362. balloo
  18363. customputfile
  18364. cyrillic
  18365. conversion
  18366. apple
  18367. event
  18368. server
  18369. scripting
  18370. database
  18371. database
  18372. lOKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  18373.  - Development Kits (Disc 1)
  18374.  - MacTCP
  18375.  - MacTCP Developer ToolsV
  18376. 32433X
  18377. Apr 98^
  18378. --set theItem to choose file -- uncomment to test in an AS editor
  18379.     tell application "Finder"
  18380.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  18381.         activate
  18382.     end tell
  18383. on error errMsg number errNum
  18384.     --enter statements to perform when no records are found such as...
  18385.     display dialog "Sorry, the item you selected could not be found."
  18386.     return
  18387. end try
  18388. e    No Changef!TCP/IP
  18389. networking
  18390. standards basedq
  18391. Dev.CD Apr 98 SDK1
  18392. mD!All Packages
  18393. Mac OS SDK Edition
  18394. MacTCP SDK 2.0.6
  18395. November 1995 Apple Directions Articles
  18396. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  18397. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  18398. datasheet
  18399. white
  18400. paper
  18401. mag'n
  18402. magic
  18403. magic
  18404. magic
  18405. utility
  18406. magican
  18407. magician
  18408. suite
  18409. suite
  18410. dictionary
  18411. mailfoo
  18412. mailsuite
  18413. mailsuite
  18414. makefile
  18415. makefilealias
  18416. makefilehelp
  18417. makefiles
  18418. makemake
  18419. makemake
  18420. manual
  18421. makeout
  18422. makethefolder
  18423. making
  18424. making
  18425. malph
  18426. malph
  18427. management
  18428. manager
  18429. relase
  18430. notes
  18431. manalyzer
  18432. relase
  18433. notes
  18434. manual
  18435. mappings
  18436. markc
  18437. market
  18438. marketing
  18439. marketing
  18440. stuff
  18441. th System 7.5.
  18442. AppleTalk
  18443. MacSNMP - Read Me First
  18444. MacSNMP demo and test:
  18445. MacSNMP Dev Docs:
  18446. MacSNMP Update 1.1.1:
  18447. MacTCP
  18448. SNMP Transports Dev Kit:K
  18449. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  18450.  - Development Kits (Disc 1)
  18451.  - MacSNMP PCI Bus; Strategy Mosaic: Seeing Through Windows
  18452. And Into the Future; Editor
  18453.  Note: Guy Returns; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  18454. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  18455. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  18456. Business & Marketin
  18457. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  18458. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  18459. In order to install a working SNMP client on your Macintosh, you n
  18460. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  18461. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  18462. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  18463. 32432X
  18464. Apr 98^
  18465. --set theItem to choose file -- uncomment to test in an AS editor
  18466.     tell application "Finder"
  18467.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  18468.         activate
  18469.     end tell
  18470. on error errMsg number errNum
  18471.     --enter statements to perform when no records are found such as...
  18472.     display dialog "Sorry, the item you selected could not be found."
  18473.     return
  18474. end try
  18475. e    No Changeq
  18476. Dev.CD Apr 98 SDK1
  18477. lD!All Packages
  18478. Mac OS SDK Edition
  18479. MacTCP Developer Tools
  18480. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  18481. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  18482. J]802 LAP:
  18483. HyperCard MacTCP Toolkit 1.0:
  18484. MacTCP LAP Tech Note
  18485. Universal Interfaces:
  18486. ZapTCP 1.1:K
  18487. Aug 93nge
  18488.  Most Popular Application Categories
  18489. Special Marketing Report:
  18490. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  18491. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  18492. tter examined for consistency).
  18493. Building dcmds
  18494. Emulator Update Extension
  18495. into Debugger Prefs file
  18496. into MacsBug Preferences folder
  18497. into System folder
  18498. MacsBug 6.6 Read Me
  18499. MacsBugAppK
  18500. Apr 94L
  18501. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsONDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:PYDev.CD Feb 00 TC
  18502.  - Tool Chest
  18503.  - Testing & Debugging
  18504.  - Debuggers & dcmds
  18505.  - MacsBug 6.6 Apple N
  18506. 32431X
  18507. Feb 00^
  18508. --set theItem to choose file -- uncomment to test in an AS editor
  18509.     tell application "Finder"
  18510.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  18511.         activate
  18512.     end tell
  18513. on error errMsg number errNum
  18514.     --enter statements to perform when no records are found such as...
  18515.     display dialog "Sorry, the item you selected could not be found."
  18516.     return
  18517. end try
  18518. e    No Changef(MacsBug
  18519. debugger
  18520. debugging
  18521. assembly
  18522. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  18523. Dev.CD Feb 00 TC
  18524. kD!All Packages
  18525. Mac OS SDK Edition
  18526. MacSNMP
  18527.     Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  18528. February 1995 Apple Directions Articles
  18529. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  18530. iN$Mac OS 8, Human Interface Guidelineslishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  18531. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  18532. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  18533. This is final draft copy from the February Apple Directions, 
  18534.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  18535. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  18536. January 1995 Apple Directions Articles
  18537. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  18538. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  18539. iOTDev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Mar 00 RL Disk 1
  18540.  - Technical Documentation
  18541.  - Human Interface
  18542.  - MacOS8DocumentationV
  18543. 32430X
  18544. Mar 00^    RL Disk 1
  18545. --set theItem to choose file -- uncomment to test in an AS editor
  18546.     tell application "Finder"
  18547.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  18548.         activate
  18549.     end tell
  18550. on error errMsg number errNum
  18551.     --enter statements to perform when no records are found such as...
  18552.     display dialog "Sorry, the item you selected could not be found."
  18553.     return
  18554. end try
  18555. e    No Changef#Mac OS 8
  18556. Human Interface Guidelinesq
  18557. Dev.CD Mar 00 RL Disk 1
  18558. jD!All Packages
  18559. Tool Chest Edition
  18560. MacsBug 6.6
  18561.     irections 1995:PUDev.CD Nov 99 TC
  18562.  - Programs & Marketing
  18563.  - Apple Directions
  18564.  - Apple Directions 1995
  18565. O)Dev.CD Apr 94
  18566. Dev.CD Jan 94
  18567. Dev.CD Dec 93P(Dev.CD Apr 94
  18568. Dev.CD Jan 94
  18569. Dev.CD Dec 9V
  18570. 33221X
  18571. Apr 94
  18572. ~--set theItem to choose file -- uncomment to test in an AS editor
  18573.     tell application "Finder"
  18574.         open item "Dev.CD Apr 94
  18575. Dev.CD Jan 94
  18576. Dev.CD Dec 93"
  18577.         activate
  18578.     end tell
  18579. on error errMsg number errNum
  18580.     --enter statements to perform when no records are found such as...
  18581.     display dialog "Sorry, the item you selected could not be found."
  18582.     return
  18583. end try
  18584. All Packages
  18585. System UpdateO
  18586. Dev.CD Apr 94
  18587. Dev.CD Jan 94P
  18588. Dev.CD Apr 94
  18589. Dev.CD Jan 9V
  18590. 33222X
  18591. Apr 94
  18592. p--set theItem to choose file -- uncomment to test in an AS editor
  18593.     tell application "Finder"
  18594.         open item "Dev.CD Apr 94
  18595. Dev.CD Jan 94"
  18596.         activate
  18597.     end tell
  18598. on error errMsg number errNum
  18599.     --enter statements to perform when no records are found such as...
  18600.     display dialog "Sorry, the item you selected could not be found."
  18601.     return
  18602. end try
  18603. All Packages
  18604. System 7 Tune-UpO
  18605. Dev.CD Sept 92
  18606. Dev.CD Aug 92P
  18607. Dev.CD Sept 92
  18608. Dev.CD Aug 9V
  18609. 32918X
  18610. Sept 9
  18611. q--set theItem to choose file -- uncomment to test in an AS editor
  18612.     tell application "Finder"
  18613.         open item "Dev.CD Sept 92
  18614. Dev.CD Aug 92"
  18615.         activate
  18616.     end tell
  18617. on error errMsg number errNum
  18618.     --enter statements to perform when no records are found such as...
  18619.     display dialog "Sorry, the item you selected could not be found."
  18620.     return
  18621. end try
  18622. All Packages
  18623. System 7 Tune-UpO
  18624. Dev.CD Sept 92
  18625. Dev.CD Aug 92P
  18626. Dev.CD Sept 92
  18627. Dev.CD Aug 9V
  18628. 32919X
  18629. Sept 9
  18630. q--set theItem to choose file -- uncomment to test in an AS editor
  18631.     tell application "Finder"
  18632.         open item "Dev.CD Sept 92
  18633. Dev.CD Aug 92"
  18634.         activate
  18635.     end tell
  18636. on error errMsg number errNum
  18637.     --enter statements to perform when no records are found such as...
  18638.     display dialog "Sorry, the item you selected could not be found."
  18639.     return
  18640. end try
  18641. P<Dev.CD Aug 97 TC
  18642.  - Language Kits
  18643.  - WorldScript Updater 1.1released@
  18644. replacement@
  18645. reproduction@
  18646. requirements@
  18647. resolve@
  18648. resources@
  18649. respect@
  18650. respectively
  18651. respond@
  18652. restarted@
  18653. return@
  18654. right@
  18655. rounded-corner@
  18656. routines
  18657. patching
  18658. manager
  18659. simulate
  18660. contro@
  18661. sample@
  18662. sample
  18663. code@
  18664. savedpapfilexx@
  18665. says@
  18666. scanning@
  18667. schedule@
  18668. screens@
  18669. scriptability@
  18670. second@
  18671. security@
  18672. segment@
  18673. senior@
  18674. services@
  18675. setprojector@
  18676. settings@
  18677. shading@
  18678. sherlock@
  18679. shown@
  18680. shutdown@
  18681. silly@
  18682. simulate@
  18683. cludes
  18684. a/rose
  18685. v1.2.1
  18686. system
  18687. extension
  18688. includin@
  18689. summary
  18690. control
  18691. strip
  18692. control
  18693. panel
  18694. provides
  18695. summary
  18696. brochure
  18697. serves
  18698. foundation
  18699. explaining
  18700. impo@
  18701. summary
  18702. folder
  18703. contains@
  18704. summary
  18705. folder
  18706. contains
  18707. revised
  18708. acrobat
  18709. versions
  18710. manalyzer
  18711. manalyzer
  18712. manalyzer
  18713. manalyzer
  18714. relase
  18715. notes
  18716. manalyzer
  18717. relase
  18718. notes
  18719. manual
  18720. mappings
  18721. markc
  18722. market
  18723. marketing
  18724. marketing
  18725. stuff
  18726. ships
  18727. shoot
  18728. short
  18729. shortcuts
  18730. shotsW
  18731. should
  18732. shouldn't
  18733. show/hide
  18734. showballoon
  18735. showcase
  18736. showdraghilite
  18737. showicon
  18738. showing
  18739. shrink-wrapped
  18740. shrinking
  18741. rbon:
  18742. Carbon Dater
  18743. Carbon Overview
  18744. Carbon Specification
  18745. CarbonLib Porting Guide
  18746. Mac OS 9 Technote
  18747. Human Interface Toolbox:
  18748. Appearance Manager
  18749. Control Manager
  18750. Dialog Manager
  18751. Human Interface Guidelines
  18752. Icon Services and Utilities [New]
  18753. List Manager
  18754. Menu Manager
  18755. Window Manager
  18756. Files:
  18757. Alias Manager
  18758. Disk Initialization Manager
  18759. File Manager [New]
  18760. Finder Interface
  18761. Folder Manager
  18762. Navigation Services [Updated]
  18763. Resource Manager
  18764. Translation Manager
  18765. Help Systems:
  18766. Apple Guide
  18767. Apple Help [New]
  18768. Help 
  18769. Manager
  18770. Networking and Communications:
  18771. AppleShare
  18772. Communications Toolbox
  18773. Network Services Location (NSL) Manager [Updated]
  18774. Open Transport
  18775. URL Access Manager
  18776. Utilities:
  18777. Collection Manager
  18778. Control Panels
  18779. Control Strip Services
  18780. Location Manager
  18781. Mathematical and Logical Utilities
  18782. Power PC Numerics
  18783. Core Foundation:
  18784. Base Services
  18785. Bundle Services
  18786. Collection Services
  18787. Overview
  18788. Property List Services 
  18789. String Services 
  18790. Multimedia and Graphics:
  18791. Apple Game Sprockets
  18792. Carbon Printing Manager 
  18793. Color P
  18794. All Packages
  18795. System Enabler 003 (LC III)OEDev.CD Apr 94
  18796. Dev.CD Jan 94
  18797. Dev.CD Oct 93
  18798. Dev.CD Jul 93
  18799. Dev.CD Apr 93PDDev.CD Apr 94
  18800. Dev.CD Jan 94
  18801. Dev.CD Oct 93
  18802. Dev.CD Jul 93
  18803. Dev.CD Apr 9V
  18804. 33024X
  18805. Apr 94
  18806. --set theItem to choose file -- uncomment to test in an AS editor
  18807.     tell application "Finder"
  18808.         open item "Dev.CD Apr 94
  18809. Dev.CD Jan 94
  18810. Dev.CD Oct 93
  18811. Dev.CD Jul 93
  18812. Dev.CD Apr 93"
  18813.         activate
  18814.     end tell
  18815. on error errMsg number errNum
  18816.     --enter statements to perform when no records are found such as...
  18817.     display dialog "Sorry, the item you selected could not be found."
  18818.     return
  18819. end try
  18820. All Packages
  18821. System Enabler 003 (LC III)OEDev.CD Apr 94
  18822. Dev.CD Jan 94
  18823. Dev.CD Oct 93
  18824. Dev.CD Jul 93
  18825. Dev.CD Apr 93PDDev.CD Apr 94
  18826. Dev.CD Jan 94
  18827. Dev.CD Oct 93
  18828. Dev.CD Jul 93
  18829. Dev.CD Apr 9V
  18830. 33025X
  18831. Apr 94
  18832. nubus
  18833. numerous
  18834. object
  18835. object-oriented
  18836. objects
  18837. october
  18838. All Packages
  18839. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18840. Dev.CD Jan 94
  18841. Dev.CD Oct 93
  18842. Dev.CD Jul 93P6Dev.CD Apr 94
  18843. Dev.CD Jan 94
  18844. Dev.CD Oct 93
  18845. Dev.CD Jul 9V
  18846. 33153X
  18847. Apr 94
  18848. --set theItem to choose file -- uncomment to test in an AS editor
  18849.     tell application "Finder"
  18850.         open item "Dev.CD Apr 94
  18851. Dev.CD Jan 94
  18852. Dev.CD Oct 93
  18853. Dev.CD Jul 93"
  18854.         activate
  18855.     end tell
  18856. on error errMsg number errNum
  18857.     --enter statements to perform when no records are found such as...
  18858.     display dialog "Sorry, the item you selected could not be found."
  18859.     return
  18860. end try
  18861. All Packages
  18862. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  18863. Dev.CD Jan 94
  18864. Dev.CD Oct 93
  18865. Dev.CD Jul 93
  18866. Dev.CD Apr 93PDDev.CD Apr 94
  18867. Dev.CD Jan 94
  18868. Dev.CD Oct 93
  18869. Dev.CD Jul 93
  18870. Dev.CD Apr 9V
  18871. 33154X
  18872. Apr 94
  18873. features
  18874. allows
  18875. users
  18876. chess
  18877. network
  18878. pb3400
  18879. manager
  18880. pccardnetworksample
  18881. pccts
  18882. pccts
  18883. sound
  18884. input
  18885. driver
  18886. pdlog
  18887. pdlog
  18888. expand
  18889. viewer
  18890. peoplesoft/apple
  18891. peoplesoft/apple
  18892. white
  18893. paper
  18894. peoplesurveyor
  18895. peoplesurveyor
  18896. 2.1.2
  18897. performa
  18898. performa
  18899. 7.1p2
  18900. performa
  18901. 7.1p5
  18902. (** = new, * = revised)
  18903. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  18904. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  18905. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  18906. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  18907.  including a complete  framework for writing small applications.
  18908. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  18909. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  18910. LockFile:  Demonstrates settin
  18911. oldies
  18912. install
  18913. browser
  18914. begin
  18915. first
  18916. browser
  18917. transport
  18918. debug
  18919. transport
  18920. debug
  18921. transport
  18922. opencheckedout
  18923. opendoc
  18924. opendoc
  18925. development
  18926. opendoc
  18927. development
  18928. framework
  18929. opendoc
  18930. readme
  18931. opendoc
  18932. source
  18933. openfwbridgefixjuly9
  18934. opengl
  18935. opengl
  18936. parts
  18937. opengl
  18938. openmultfiles
  18939. opentptppp
  18940. opentptppp
  18941. opp's
  18942. opportunities
  18943. optimized
  18944. order
  18945. order
  18946. oriented
  18947. oserr
  18948. debug
  18949. 1.0b1
  18950. ossvcs
  18951. osutilities
  18952. ot/ppp
  18953. ot/ppp
  18954. client
  18955. links
  18956. links
  18957. links
  18958. pascal
  18959. pasmatit
  18960. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  18961. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  18962. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  18963. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  18964. s to use load/dump in MAMake files.
  18965. MouseInfo:  This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  18966. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  18967. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  18968. ScreenShots from MacsBug:  It is possible to take a screen shot 
  18969. wdefcolorsample
  18970. wdefpatch
  18971. wdefs
  18972. Wation "Finder"
  18973.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  18974.         activate
  18975.     end tell
  18976. on error errMsg number errNum
  18977.     --enter statements to perform when no records are found such as...
  18978.     display dialog "Sorry, the item you selected could not be found."
  18979.     return
  18980. end try
  18981. Deletedq
  18982. Dev.CD Feb 98 TC
  18983. All Packages
  18984. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.K
  18985. Feb 92L
  18986. Apr 93V
  18987. 30233X
  18988. 1e    No Change
  18989. while in MacsBug  by adding this function to your program.  You can jump directly to this function from anywhere in your program using MacsBug commands, take a screen shot, and then continue with normal program execution.
  18990. Shared Lib. Mgr. C++:  This snippet shows how to turn a generic C++ class (not Pascal/Handle object based) into a Shared Library class. The Makefile is a suitable template for similar work.
  18991. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with 
  18992. HyperCard. The source code and the demo stack will get you going.
  18993. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  18994. Windoid:  Windoid is a MacApp 3.0 
  18995. hP:Dev.CD Apr 98 SDK1
  18996.  - Development Kits (Disc 1)
  18997.  - MacODBCV
  18998. 32429X
  18999. Apr 98^
  19000. --set theItem to choose file -- uncomment to test in an AS editor
  19001.     tell application "Finder"
  19002.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  19003.         activate
  19004.     end tell
  19005. on error errMsg number errNum
  19006.     --enter statements to perform when no records are found such as...
  19007.     display dialog "Sorry, the item you selected could not be found."
  19008.     return
  19009. end try
  19010. e    No ChangefGODBC
  19011. MacODBC
  19012. Database
  19013. Connectivity
  19014. Drivers
  19015. Network
  19016. Middleware
  19017. Visigenicq
  19018. Dev.CD Apr 98 SDK1
  19019. All Packages
  19020. MacOS8Documentation
  19021. Mac OS 8 Human Interface Guidelines
  19022. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  19023. MacOS8 HIGuidelines.pdf
  19024. READMEK
  19025. Oct 97V
  19026. 32430X
  19027. 1e    No Change
  19028. --set theItem to choose file -- uncomment to test in an AS editor
  19029.     tell application "Finder"
  19030.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  19031.         activate
  19032.     end tell
  19033. on error errMsg number errNum
  19034.     --enter statements to perform when no records are found such as...
  19035.     display dialog "Sorry, the item you selected could not be found."
  19036.     return
  19037. end try
  19038. selected could not be found."
  19039.     return
  19040. end try
  19041. e    No Changeq
  19042. Dev.CD Feb 00 TC
  19043. All Packages
  19044. Apple Grayscale Appearance
  19045. 30235X
  19046. specifically
  19047. specification
  19048. specifications
  19049. specified
  19050. specifiers
  19051. specifies
  19052. specify
  19053. specifying
  19054. speech
  19055. speed
  19056. speed-critical
  19057. speeding
  19058. speeds
  19059. spellcheck
  19060. spellchecking
  19061. speller
  19062. spelling
  19063. spells
  19064. spellswell
  19065. spend
  19066. sphere
  19067. splash
  19068. splasher
  19069.  XCMDs DocK
  19070. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD Feb 00 TC
  19071.  - Tool Chest
  19072.  - Development Kits
  19073.  - HyperCard Related
  19074.  - XCMDs & XFCNs
  19075.  - Apple Event XCMDs 1.0b3
  19076. Updatedf
  19077. Technote
  19078. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  19079. Dev.CD Mar 00 RL1
  19080. hD!All Packages
  19081. Mac OS SDK Edition
  19082. MacODBC 2.1.2 GM
  19083. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  19084. Features:
  19085.  Cross-platform remote database access
  19086.  Wide range of third party drivers
  19087.  All major relational databases covered
  19088.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  19089. PleaB3se report bugs and problems to kodom@visigenic.com.
  19090. J\Documentation:
  19091. ODBC Install.image
  19092. ODBC Sample Bins.image
  19093. ODBC Tools.image
  19094. Readme - InstallerK
  19095. Sep 93L
  19096. Sep 96M
  19097. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  19098. things
  19099. developer
  19100. monitor
  19101. summary
  19102. makes
  19103. survey
  19104. people
  19105. electron
  19106. summary
  19107. training
  19108. stack
  19109. gives
  19110. general
  19111. overview
  19112. summary
  19113. allows
  19114. hypertalk
  19115. scripter
  19116. display
  19117. summary
  19118. supplementing
  19119. documentation
  19120. summary
  19121. validator
  19122. utility
  19123. testing
  19124. sierra/i
  19125. summary
  19126. simple
  19127. macintosh
  19128. application
  19129. supports
  19130. summary
  19131. network
  19132. software
  19133. installer
  19134. insta
  19135. sun's
  19136. sunsoft
  19137. supersedes
  19138. suport
  19139. supplement
  19140. supplementing
  19141. supplied
  19142. supply
  19143. support
  19144. Movedq
  19145. Dev.CD Feb 00 TC
  19146. fD(All Packages
  19147. Reference Library Edition
  19148. Macintosh Technical Q&As
  19149. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  19150. J)Open Me With Web Browser
  19151. techqa.shtmlK
  19152. Sep 95L
  19153. Dec 96M
  19154. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  19155.  - Technical Documentation
  19156.  - Macintosh Technical Q&AsV
  19157. 32427X
  19158. Dec 99^
  19159. Deletedq
  19160. Dev.CD Dec 99 RL
  19161. All Packages
  19162. New & RevisedF
  19163. Macintosh Technotes and Q&As
  19164.     APThe latest and greatest Technotes and Q&As from our web site. 
  19165. Updated 1/25/2000
  19166. J.index.html
  19167. index.html.1
  19168. style.css
  19169. technotesK
  19170. Jan 00L
  19171. Jan 00M
  19172. web browserN
  19173. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  19174.  - What's New
  19175.  - Technical Documentation
  19176.  - Macintosh Technotes and Q&AsV
  19177. 32428X
  19178. Mar 00^
  19179. Revised
  19180. --set theItem to choose file -- uncomment to test in an AS editor
  19181.     tell application "Finder"
  19182.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  19183.         activate
  19184.     end tell
  19185. on error errMsg number errNum
  19186.     --enter statements to perform when no records are found such as...
  19187.     display dialog "Sorry, the item you selected could not be found."
  19188.     return
  19189. end try
  19190. ayscale appearance specif
  19191. r--set theItem to choose file -- uncomment to test in an AS editor
  19192.     tell application "Finder"
  19193.         open item "Dev.CD Feb 00 TC:Sample Code:"
  19194.         activate
  19195.     end tell
  19196. on error errMsg number errNum
  19197.     --enter statements to perform when no records are found such as...
  19198.     display dialog "Sorry, the item you selected could not be found."
  19199.     return
  19200. end try
  19201. man Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  19202.  - Technical Documentation
  19203.  - Human Interface
  19204.  - Apple Grayscale Appearance
  19205. All Packages
  19206. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19207. Dev.CD Jan 94
  19208. Dev.CD Oct 93
  19209. Dev.CD Jul 93
  19210. Dev.CD Apr 93PDDev.CD Apr 94
  19211. Dev.CD Jan 94
  19212. Dev.CD Oct 93
  19213. Dev.CD Jul 93
  19214. Dev.CD Apr 9V
  19215. 33201X
  19216. Apr 94
  19217. --set theItem to choose file -- uncomment to test in an AS editor
  19218.     tell application "Finder"
  19219.         open item "Dev.CD Apr 94
  19220. Dev.CD Jan 94
  19221. Dev.CD Oct 93
  19222. Dev.CD Jul 93
  19223. Dev.CD Apr 93"
  19224.         activate
  19225.     end tell
  19226. on error errMsg number errNum
  19227.     --enter statements to perform when no records are found such as...
  19228.     display dialog "Sorry, the item you selected could not be found."
  19229.     return
  19230. end try
  19231. All Packages
  19232. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19233. Dev.CD Jan 94
  19234. Dev.CD Oct 93
  19235. Dev.CD Jul 93
  19236. Dev.CD Apr 93PDDev.CD Apr 94
  19237. Dev.CD Jan 94
  19238. Dev.CD Oct 93
  19239. Dev.CD Jul 93
  19240. Dev.CD Apr 9V
  19241. 33202X
  19242. Apr 94
  19243. dashed
  19244. p--set theItem to choose file -- uncomment to test in an AS editor
  19245.     tell application "Finder"
  19246.         open item "Dev.CD Apr 94
  19247. Dev.CD Jan 94"
  19248.         activate
  19249.     end tell
  19250. on error errMsg number errNum
  19251.     --enter statements to perform when no records are found such as...
  19252.     display dialog "Sorry, the item you selected could not be found."
  19253.     return
  19254. end try
  19255. issue
  19256. highlights
  19257. issue
  19258. highlights
  19259. issue
  19260. highlights
  19261. issue
  19262. highlights
  19263. issue
  19264. highlights
  19265. issue
  19266. highlights
  19267. issue
  19268. highlights
  19269. issue
  19270. highlights
  19271. issue
  19272. highlights
  19273. issue
  19274. highlights
  19275. issue
  19276. highlights
  19277. issue
  19278. highlights
  19279. issue
  19280. highlights
  19281. issue
  19282. summary
  19283. issue
  19284. highlights
  19285. issue
  19286. highlights
  19287. issue
  19288. highlights
  19289. issue
  19290. highlights
  19291. issue
  19292. highlights
  19293. issue
  19294. highlights
  19295. issue
  19296. highlights
  19297. All Packages
  19298. System Enabler 065 (LC 575)O
  19299. Dev.CD Apr 94
  19300. Dev.CD Jan 94P
  19301. Dev.CD Apr 94
  19302. Dev.CD Jan 9V
  19303. 33080X
  19304. Apr 94
  19305. p--set theItem to choose file -- uncomment to test in an AS editor
  19306.     tell application "Finder"
  19307.         open item "Dev.CD Apr 94
  19308. Dev.CD Jan 94"
  19309.         activate
  19310.     end tell
  19311. on error errMsg number errNum
  19312.     --enter statements to perform when no records are found such as...
  19313.     display dialog "Sorry, the item you selected could not be found."
  19314.     return
  19315. end try
  19316. All Packages
  19317. System Enabler 088 (AVs)O)Dev.CD Apr 94
  19318. Dev.CD Jan 94
  19319. Dev.CD Oct 93P(Dev.CD Apr 94
  19320. Dev.CD Jan 94
  19321. Dev.CD Oct 9V
  19322. 33081X
  19323. Apr 94
  19324. SoundSprocketTest.CW2.
  19325. SoundSprocketTest.CW5.
  19326. Test3DSound
  19327. TS3Events.c
  19328. TS3Events.h
  19329. TS3HiLevel.rsrc
  19330. TS3LoLevel.rsrc
  19331. TS3Main.c
  19332. TS3Main.h
  19333. TS3Menu.c
  19334. TS3Menu.h
  19335. TS3Message.c
  19336. TS3Message.h
  19337. TS3Resource.h
  19338. TS3Resource.rsrc
  19339. TS3Sound.c
  19340. TS3Sound.h
  19341. TS3Sound1.rsrc
  19342. TS3Sound2.rsrc
  19343. TS3Sound3.rsrc
  19344. TS3TestAPI.c
  19345. TS3TestAPI.h
  19346. TS3TestHiLevel.c
  19347. TS3TestHiLevel.h
  19348. TS3TestLoLevel.c
  19349. TS3TestLoLevel.h
  19350. TS3Utils.c
  19351. TS3Utils.h
  19352. TS3Window.c
  19353. TS3Window.h
  19354. stylewriter
  19355. mission
  19356. submit
  19357. subroutine
  19358. subroutines
  19359. subsection
  19360. subset
  19361. subspace
  19362. substantially
  19363. substitute
  19364. substitution
  19365. subtle
  19366. succeed
  19367. success
  19368. successful
  19369. successfully
  19370. suffer
  19371. suffix
  19372. suggested
  19373. suggestions
  19374. information
  19375. foldersize
  19376. foldersize
  19377. fontmaster
  19378. fontmaster
  19379. format
  19380. formatnum
  19381. formatnum
  19382. formats
  19383. formatter
  19384. framework
  19385. frameworks
  19386. frameworks
  19387. francais
  19388. france
  19389. france
  19390. distributors/localiz
  19391. fstubs
  19392. fstubs
  19393. fstubs
  19394. fullballoons
  19395. fullballoons
  19396. fulldrag
  19397. fulldrag
  19398. fullfind
  19399. fullfind
  19400. fullhpop
  19401. fullhpop
  19402. fullmove
  19403. fullmove
  19404. fulloffset
  19405. fulloffset
  19406. fullremove
  19407. fullremove
  19408. fullrename
  19409. fullrename
  19410. makefolder
  19411. makeicon
  19412. makeitable
  19413. makemake
  19414. maker
  19415. makes
  19416. thefolder
  19417. making
  19418. mamake
  19419. manage
  19420. management
  19421. manager
  19422. compilers
  19423. assemblers
  19424. linkers
  19425. tools
  19426. debuggers
  19427. performance
  19428. 2.1.2
  19429. 2.1.3
  19430. 2.1.4
  19431. 2.1.4
  19432. resdistributor
  19433. redistribution
  19434. multi-player
  19435. number
  19436. number
  19437. formatting
  19438. resedit
  19439. localization
  19440. object-oriented
  19441. objectsupportlib
  19442. macodbc
  19443. database
  19444. connectivity
  19445. drivers
  19446. network
  19447. middlewar
  19448. opaque
  19449. transport
  19450. cache
  19451. delete
  19452. query
  19453. transport
  19454. otlifo
  19455. otfifo
  19456. otlink
  19457. linked
  19458. transport
  19459. otoptionmanagment
  19460. option
  19461. management
  19462. opentransport
  19463. opentransport
  19464. cache
  19465. display
  19466. opentransport
  19467. server
  19468. thread
  19469. manager
  19470. tcp/ip
  19471. iostreams
  19472. dD!All Packages
  19473. Tool Chest Edition
  19474. Macintosh PowerBook Qualified
  19475. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  19476. The Kit includes:
  19477. Guide to Macintosh PowerBook Qualified Program
  19478. Program Technical Specifications
  19479. Program Pre-testing Guidelines
  19480. Legal Documentation for licensing and program participation
  19481. urces:  New Apple Guide 2.1 resources types explain
  19482. ed in the article above.
  19483. NEW FEATURES IN APPLE GUIDE 2.1.1
  19484. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  19485. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  19486. dJ0Guide_To_MPQ.pdf
  19487. MPQ Read Me
  19488. MPQ_Program_Kit.pdfK
  19489. Nov 95M
  19490. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  19491.  - Programs & Marketing
  19492.  - Macintosh PowerBook Qualifiedr.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  19493. 'Guide Directory Resource' topic below.
  19494. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  19495. JbApple Guide 2.1.1
  19496. Apple Guide 2.1.1 Read Me First
  19497. Authoring
  19498. Engineering
  19499. Goodies
  19500. Japanese ResourcesK
  19501. Dec 95L
  19502. Jul 97M
  19503. MacOS 7.0 or greater.O7Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Guide:
  19504. 32425X
  19505. May 98^
  19506. --set theItem to choose file -- uncomment to test in an AS editor
  19507.     tell application "Finder"
  19508.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  19509.         activate
  19510.     end tell
  19511. on error errMsg number errNum
  19512.     --enter statements to perform when no records are found such as...
  19513.     display dialog "Sorry, the item you selected could not be found."
  19514.     return
  19515. end try
  19516. e    No ChangefBMPQ
  19517. Macintosh
  19518. PowerBook
  19519. Qualified
  19520. PC Card
  19521. Card and Socket Servicesq
  19522. Dev.CD May 98 TC
  19523. eD!All Packages
  19524. Tool Chest Edition
  19525. Macintosh Sample Code
  19526. IWSummary: This folder contains dozens of code samples from the DTS sample code library. J'Sample Code.img
  19527. Windows Sample Code.imgK
  19528. Vol IVL
  19529. Apr 97M
  19530. MPW, THINK C, or A/UXO
  19531. Dev.CD Feb 00 TC:Sample Code:P
  19532. Dev.CD Feb 00 TC
  19533.  - Sample CodeV
  19534. 32426X
  19535. Feb 00^
  19536. All Packages
  19537. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  19538. Dev.CD Jan 94
  19539. Dev.CD Oct 93
  19540. Dev.CD Aug 93P6Dev.CD Apr 94
  19541. Dev.CD Jan 94
  19542. Dev.CD Oct 93
  19543. Dev.CD Aug 9V
  19544. 33004X
  19545. Apr 94
  19546. --set theItem to choose file -- uncomment to test in an AS editor
  19547.     tell application "Finder"
  19548.         open item "Dev.CD Apr 94
  19549. Dev.CD Jan 94
  19550. Dev.CD Oct 93
  19551. Dev.CD Aug 93"
  19552.         activate
  19553.     end tell
  19554. on error errMsg number errNum
  19555.     --enter statements to perform when no records are found such as...
  19556.     display dialog "Sorry, the item you selected could not be found."
  19557.     return
  19558. end try
  19559. All Packages
  19560. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  19561. Dev.CD Jan 94
  19562. Dev.CD Oct 93P(Dev.CD Apr 94
  19563. Dev.CD Jan 94
  19564. Dev.CD Oct 9V
  19565. 33005X
  19566. Apr 94
  19567. package
  19568. updated
  19569. developing
  19570. drivers
  19571. sometimes
  19572. resedit
  19573. where
  19574. whereas
  19575. wherever
  19576. whether
  19577. which
  19578. while
  19579. whizzy
  19580. whole
  19581. --set theItem to choose file -- uncomment to test in an AS editor
  19582.     tell application "Finder"
  19583.         open item "Dev.CD Apr 94
  19584. Dev.CD Jan 94
  19585. Dev.CD Oct 93
  19586. Dev.CD Jul 93
  19587. Dev.CD Apr 93"
  19588.         activate
  19589.     end tell
  19590. on error errMsg number errNum
  19591.     --enter statements to perform when no records are found such as...
  19592.     display dialog "Sorry, the item you selected could not be found."
  19593.     return
  19594. end try
  19595. lisez-moi
  19596. listed
  19597. listen
  19598. listen/accept
  19599. listing
  19600. listings
  19601. lists
  19602. little
  19603. little-known
  19604. living
  19605. llama
  19606. loading
  19607. local
  19608. localizable
  19609. localization
  19610. localize
  19611. localized
  19612. localizers
  19613. localizing
  19614. All Packages
  19615. System 7.5 Update 1.0O
  19616. Dev.CD Jul 95P
  19617. Dev.CD Jul 9V
  19618. 32961X
  19619. Jul 95
  19620. b--set theItem to choose file -- uncomment to test in an AS editor
  19621.     tell application "Finder"
  19622.         open item "Dev.CD Jul 95"
  19623.         activate
  19624.     end tell
  19625. on error errMsg number errNum
  19626.     --enter statements to perform when no records are found such as...
  19627.     display dialog "Sorry, the item you selected could not be found."
  19628.     return
  19629. end try
  19630. All Packages
  19631. System 7.5 Update 1.0O
  19632. Dev.CD Jul 95P
  19633. Dev.CD Jul 9V
  19634. 32962X
  19635. Jul 95
  19636. b--set theItem to choose file -- uncomment to test in an AS editor
  19637.     tell application "Finder"
  19638.         open item "Dev.CD Jul 95"
  19639.         activate
  19640.     end tell
  19641. on error errMsg number errNum
  19642.     --enter statements to perform when no records are found such as...
  19643.     display dialog "Sorry, the item you selected could not be found."
  19644.     return
  19645. end try
  19646. All Packages
  19647. System 7.5 Update 1.0O
  19648. Dev.CD Jul 95P
  19649. Dev.CD Jul 9V
  19650. 32963X
  19651. 8.4.1
  19652. 8.5.1
  19653. 80486
  19654. 8100/807500/100
  19655. 8500/1808500/1208100
  19656. 8859-15
  19657. 8859-3
  19658. 8859-4
  19659. 9.0.1
  19660. 9500/2009500/1809500
  19661. 95123
  19662. 974-9456
  19663. cPODev.CD Aug 97 TC
  19664.  - What's New?
  19665.  - Developer Notes
  19666.  - Macintosh PowerBook 2400cV
  19667. 32424X
  19668. Aug 97^
  19669. --set theItem to choose file -- uncomment to test in an AS editor
  19670.     tell application "Finder"
  19671.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  19672.         activate
  19673.     end tell
  19674. on error errMsg number errNum
  19675.     --enter statements to perform when no records are found such as...
  19676.     display dialog "Sorry, the item you selected could not be found."
  19677.     return
  19678. end try
  19679. e    No Changeq
  19680. Dev.CD Aug 97 TC
  19681. Macintosh PowerBook Qualified
  19682. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  19683. The Kit includes:
  19684. Guide to Macintosh PowerBook Qualified Program
  19685. Program Technical Specifications
  19686. Program Pre-testing Guidelines
  19687. Legal Documentation for licensing and program participation
  19688. cipation
  19689. Nov 95
  19690. summary
  19691. appstogo
  19692. development
  19693. framework
  19694. developm
  19695. summary
  19696. 2.0.1
  19697. release
  19698. summary
  19699. atrapper
  19700. application
  19701. records
  19702. a-trap
  19703. calls
  19704. summary
  19705. audit
  19706. small
  19707. library
  19708. functions
  19709. provide
  19710. summary
  19711. backlight
  19712. control
  19713. control
  19714. panel
  19715. powerbooks
  19716. summary
  19717. bbedit
  19718. freeware
  19719. derivative
  19720. bbedit
  19721. summary
  19722. betabase
  19723. filemaker
  19724. report
  19725. database
  19726. summary
  19727. order
  19728. catch
  19729. summary
  19730. buginfo
  19731. macro
  19732. execute
  19733. within
  19734. macsbug
  19735. summary
  19736. callhyper
  19737. external
  19738. dimension
  19739. which
  19740. summary
  19741. cdent
  19742. format
  19743. source
  19744. summary
  19745. cfm-68k
  19746. runtime
  19747. architecture
  19748. 68k-based
  19749. summary
  19750. chromakey
  19751. movie
  19752. simple
  19753. application
  19754. which
  19755. parameter
  19756. parameter-block
  19757. parameters
  19758. paraphernalia
  19759. parent
  19760. parrt
  19761. parse
  19762. parsefullpathname
  19763. parser
  19764. parses
  19765. parsing
  19766. parsons
  19767. partial
  19768. participation
  19769. particular
  19770. particularly
  19771. parties
  19772. partition
  19773. party
  19774. pascal
  19775. pascal/handle
  19776. pasmatit
  19777. passed
  19778. passes
  19779. passing
  19780. passphrase
  19781. passphrases
  19782. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  19783. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  19784. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  19785. B-British:
  19786. BR-BrazilianPortuguese:
  19787. C-French Canadian:
  19788. CH-Simplified Chinese:
  19789. D-German:
  19790. DK-Danish:
  19791. Dutch:
  19792. E-Spanish:
  19793. F-French:
  19794. H-Norwegian:
  19795. Japanese:
  19796. K-Finnish:
  19797. KH-HangulKorean:
  19798. N-Dutch:
  19799. PO-Portuguese:
  19800. S-Swedish:
  19801. T-Italian:
  19802. TA-TradChinese:K
  19803. Apr 93L
  19804. Jul 98M
  19805. Requires a Mac OS
  19806. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  19807. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  19808.  - System Software
  19809.  - Worldwide System SoftwareV
  19810. 33299X
  19811. Jul 98^
  19812. SSW/SDK
  19813. e    No Change
  19814. block@
  19815. c/symantec@
  19816. developer's@
  19817. developers@
  19818. digital@
  19819. disk@
  19820. dithering@
  19821. documents@
  19822. dramatic@
  19823. editions@
  19824. effort@
  19825. enabling@
  19826. enhancements@
  19827. environments@
  19828. example@
  19829. executing@
  19830. exploring@
  19831. fall@
  19832. ium's
  19833. 32423X
  19834. Apr 98^
  19835. --set theItem to choose file -- uncomment to test in an AS editor
  19836.     tell application "Finder"
  19837.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  19838.         activate
  19839.     end tell
  19840. on error errMsg number errNum
  19841.     --enter statements to perform when no records are found such as...
  19842.     display dialog "Sorry, the item you selected could not be found."
  19843.     return
  19844. end try
  19845. e    No Changef
  19846. Print
  19847. AppleTalk
  19848. Dev.CD Apr 98 SDK1
  19849. cD!All Packages
  19850. Tool Chest Edition
  19851. Macintosh PowerBook 2400c
  19852. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  19853. Macintosh PowerBook 2400cK
  19854. Aug 97M
  19855. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  19856. All Packages
  19857. QuickDraw GXO
  19858. Dev.CD Aug 96 TCP
  19859. Dev.CD Aug 96 TV
  19860. 32696X
  19861. Aug 96
  19862. e--set theItem to choose file -- uncomment to test in an AS editor
  19863.     tell application "Finder"
  19864.         open item "Dev.CD Aug 96 TC"
  19865.         activate
  19866.     end tell
  19867. on error errMsg number errNum
  19868.     --enter statements to perform when no records are found such as...
  19869.     display dialog "Sorry, the item you selected could not be found."
  19870.     return
  19871. end try
  19872. All Packages
  19873. QuickDraw GXO
  19874. Dev.CD Aug 96 TCP
  19875. Dev.CD Aug 96 TV
  19876. 32697X
  19877. Aug 96
  19878. e--set theItem to choose file -- uncomment to test in an AS editor
  19879.     tell application "Finder"
  19880.         open item "Dev.CD Aug 96 TC"
  19881.         activate
  19882.     end tell
  19883. on error errMsg number errNum
  19884.     --enter statements to perform when no records are found such as...
  19885.     display dialog "Sorry, the item you selected could not be found."
  19886.     return
  19887. end try
  19888. All Packages
  19889. QuickDraw GXO
  19890. Dev.CD Aug 96 TCP
  19891. Dev.CD Aug 96 TV
  19892. 32698X
  19893. parser
  19894. partmaker
  19895. partmaker
  19896. pascal
  19897. pascal
  19898. sample
  19899. 3.0b10
  19900. patch
  19901. oplesoft/apple
  19902. peoplesoft/apple
  19903. white
  19904. paper
  19905. peoplesurveyor
  19906. peoplesurveyor
  19907. 2.1.2
  19908. performa
  19909. performa
  19910. 7.1p2
  19911. performa
  19912. 7.1p5
  19913. e--set theItem to choose file -- uncomment to test in an AS editor
  19914.     tell application "Finder"
  19915.         open item "Dev.CD Aug 96 TC"
  19916.         activate
  19917.     end tell
  19918. on error errMsg number errNum
  19919.     --enter statements to perform when no records are found such as...
  19920.     display dialog "Sorry, the item you selected could not be found."
  19921.     return
  19922. end try
  19923. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  19924. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  19925. JTPAP Client - Read Me First
  19926. PAP Client Interface
  19927. PAP.a.o
  19928. PAP.h
  19929. PAP.p
  19930. PAPWorkStation.oK
  19931. Apr 96L
  19932. Oct 96N
  19933. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  19934.  - Development Kits (Disc 1)
  19935.  - Macintosh PAP Client Interface
  19936. ge in the future.
  19937. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  19938. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  19939. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  19940. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  19941. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  19942. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  19943. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  19944. 32818X
  19945. Oct 97^
  19946. --set theItem to choose file -- uncomment to test in an AS editor
  19947.     tell application "Finder"
  19948.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  19949.         activate
  19950.     end tell
  19951. on error errMsg number errNum
  19952.     --enter statements to perform when no records are found such as...
  19953.     display dialog "Sorry, the item you selected could not be found."
  19954.     return
  19955. end try
  19956. e    No Changeq
  19957. Dev.CD Oct 97 SDK1
  19958. D!All Packages
  19959. Tool Chest Edition
  19960. Rinaldi Collection
  19961. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  19962. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  19963. Issues: Send any comments, bug reports, suggestions to:
  19964. AppleLink: RINALDI1
  19965. CalvaCom : FR10
  19966. Compuserve : 71170,2111
  19967. Internet : RINALDI1@APPLELINK@APPLE.COM  
  19968. Deleted
  19969. documentation
  19970. documentationandsamp
  19971. documents
  19972. doevent
  19973. doevent
  19974. domenu
  19975. domenu
  19976. dragging
  19977. dragging
  19978. enabler
  19979. Location Manager:PJDev.CD Jan 00 SDK1
  19980.  - Development Kits
  19981.  - Mac OS
  19982.  - Apple Location ManagerV
  19983. 30240X
  19984. Jan 00^
  19985. --set theItem to choose file -- uncomment to test in an AS editor
  19986.     tell application "Finder"
  19987.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  19988.         activate
  19989.     end tell
  19990. on error errMsg number errNum
  19991.     --enter statements to perform when no records are found such as...
  19992.     display dialog "Sorry, the item you selected could not be found."
  19993.     return
  19994. end try
  19995. e    No ChangefGLocation
  19996. Configuration
  19997. Setting
  19998. Preference
  19999. Switch
  20000. Module
  20001. Environmentq
  20002. Dev.CD Jan 00 SDK1
  20003. system
  20004. software
  20005. ple Pubs Glossary 3.0I8Summary: A glossary of terms used in Apple publications.J.Apple Pubs Glossary 3.0
  20006. Apple Style Guide 2/94K
  20007. Vol IIIM
  20008. Adobe Acrobat Reader.OCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  20009.  - Technical Documentation
  20010.  - Publication GuidesV
  20011. 30241X
  20012. Mar 00^    RL Disk 1
  20013. --set theItem to choose file -- uncomment to test in an AS editor
  20014.     tell application "Finder"
  20015.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:"
  20016.         activate
  20017.     end tell
  20018. on error errMsg number errNum
  20019.     --enter statements to perform when no records are found such as...
  20020.     display dialog "Sorry, the item you selected could not be found."
  20021.     return
  20022. end try
  20023. e    No Changeq
  20024. Dev.CD Mar 00 RL Disk 1
  20025. 2D!All Packages
  20026. Mac OS SDK Edition
  20027. Apple Shared Library Manager
  20028. transport
  20029. streams
  20030. module
  20031. driver
  20032. asynchronous
  20033. transport
  20034. endpoint
  20035. download
  20036. fetch
  20037. transport
  20038. endpoint
  20039. server
  20040. listen
  20041. single-l
  20042. opendoc
  20043. opendoc
  20044. component
  20045. software
  20046. compound
  20047. document
  20048. architecture
  20049. resources
  20050. rhapsody
  20051. rhapsody
  20052. documentation
  20053. rinaldi
  20054. rinaldi
  20055. collection
  20056. robix
  20057. robix
  20058. sources
  20059. robustness
  20060. build/download
  20061. 3.2.4
  20062. runtime
  20063. error
  20064. codes
  20065. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  20066.  savvy applications as well as translation systems which actually perform translation.
  20067. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  20068. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  20069. Issues:  Please contact Apple Licensing for redistribution information.
  20070. Claris XTND Files:
  20071. Document Converter
  20072. Documentation:
  20073. Macintosh Easy Open
  20074. Macintosh Easy Open Reference
  20075. Open Me
  20076. Read Me First
  20077. Translation Extensions:K
  20078. Jul 93L
  20079. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:0 RL Disk 1:Technical Documentation:Misc. Standards:V
  20080. 30243X
  20081. 1e    No Change
  20082. aMMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  20083.  - Development Kits (Disc 1)
  20084.  - Macintosh Easy OpenFeatures: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  20085. Issues: All ASLM libraries must be created with the MPW programming environment.
  20086. ASLM 2.0.1 Licensing Disk:
  20087. ASLM Debugging Tools:
  20088. ASLM Developer Tools:
  20089. ASLM Documentation:
  20090. ASLM Examples:
  20091. ASLM Installer:
  20092. ASLM Installer.image
  20093. ASLM SymFiles:
  20094. Change History
  20095. Change History (old)
  20096. CodeWarrior Read Me!
  20097. Release NotesK
  20098. Mar 95L
  20099. Jan 97M
  20100. System 6.0.7 or greater.N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  20101.  - Development Kits
  20102.  - Mac OS
  20103.  - Apple Shared Library Manager
  20104. program
  20105. sample
  20106. demonstrate
  20107. apple
  20108. events
  20109. program's
  20110. programatically
  20111. programmatic
  20112. programmatically
  20113. programmer
  20114. programmer's
  20115. programmers
  20116. programming
  20117. encodings
  20118. 1.4f3
  20119. v1.4f3
  20120. macapp
  20121. macapp
  20122. developer
  20123. survey
  20124. macapp
  20125. r14d1
  20126. macbinary
  20127. maccalendar
  20128. maccalendar
  20129. 1.1b1
  20130. maccheck
  20131. maccheck
  20132. 1.0.4
  20133. --set theItem to choose file -- uncomment to test in an AS editor
  20134.     tell application "Finder"
  20135.         open item "Dev.CD Apr 94
  20136. Dev.CD Jan 94
  20137. Dev.CD Oct 93
  20138. Dev.CD Jul 93
  20139. Dev.CD Apr 93"
  20140.         activate
  20141.     end tell
  20142. on error errMsg number errNum
  20143.     --enter statements to perform when no records are found such as...
  20144.     display dialog "Sorry, the item you selected could not be found."
  20145.     return
  20146. end try
  20147. ounts
  20148. mountserver
  20149. mouse
  20150. mousedrag
  20151. mouseinfo
  20152. mouseresponders
  20153. movable
  20154. movablemodal
  20155. moveable
  20156. moved
  20157. movement
  20158. moves
  20159. movie
  20160. system
  20161. mpw's
  20162. mpw-related
  20163. fine-tune
  20164. finer
  20165. finger-coded
  20166. finished
  20167. finishing
  20168. finnish
  20169. firewire
  20170. firmware
  20171. firmworks
  20172. first
  20173. first-person
  20174. firstly
  20175. fixed
  20176. fixes
  20177. basic
  20178. basic
  20179. connectivity
  20180. 1.1.1
  20181. bbedit
  20182. bbedit
  20183. extensions
  20184. bbedit
  20185. bbedit
  20186. quickstart
  20187. begin
  20188. benelux
  20189. benelux
  20190. distributors/localiz
  20191. betabase
  20192. betabase
  20193. binhex
  20194. binhex
  20195. binhex
  20196. specs
  20197. blockreader
  20198. blockreader
  20199. board
  20200. browser
  20201. 32422X
  20202. Apr 98^
  20203. --set theItem to choose file -- uncomment to test in an AS editor
  20204.     tell application "Finder"
  20205.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  20206.         activate
  20207.     end tell
  20208. on error errMsg number errNum
  20209.     --enter statements to perform when no records are found such as...
  20210.     display dialog "Sorry, the item you selected could not be found."
  20211.     return
  20212. end try
  20213. e    No Changef*Translation
  20214. Macintosh Easy Open
  20215. Translatorq
  20216. Dev.CD Apr 98 SDK1
  20217. bD!All Packages
  20218. Mac OS SDK Edition
  20219. Macintosh PAP Client Interface
  20220.     ide 2/94
  20221. 30244X
  20222. p--set theItem to choose file -- uncomment to test in an AS editor
  20223.     tell application "Finder"
  20224.         open item "Dev.CD Jul 93
  20225. Dev.CD May 93"
  20226.         activate
  20227.     end tell
  20228. on error errMsg number errNum
  20229.     --enter statements to perform when no records are found such as...
  20230.     display dialog "Sorry, the item you selected could not be found."
  20231.     return
  20232. end try
  20233. displayaudit
  20234. displayed
  20235. displaying
  20236. displays
  20237. dispose
  20238. disposed
  20239. disposehandle
  20240. disposeresource
  20241. distances
  20242. distinguished
  20243. distinguishes
  20244. distinguishing
  20245. distributed
  20246. distribution
  20247. distributor
  20248. distributors
  20249. we'll
  20250. in an AS editor
  20251.     tell application "Finder"
  20252.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:"
  20253.         activate
  20254.     end tell
  20255. on error errMsg number errNum
  20256.     --enter statements to perform when no records are found such as...
  20257.     display dialog "Sorry, the item you selected could not be found."
  20258.     return
  20259. end try
  20260. e    No Changef-documentation
  20261. manuals
  20262. style
  20263. usage
  20264. style guideq
  20265. Dev.CD Mar 00 RL Disk 1
  20266. 5D!All Packages
  20267. Tool Chest Edition
  20268. Apple System Profiler
  20269. fragments
  20270. frame
  20271. frames
  20272. frames/sec
  20273. framework
  20274. framework-based
  20275. frameworks
  20276. francois
  20277. franke
  20278. freed
  20279. freeing
  20280. freely
  20281. freeware
  20282. french
  20283. freqforeverchange
  20284. frequency
  20285. frequently
  20286. fresh
  20287. friend
  20288. friendly
  20289. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  20290.  - Technical Documentation
  20291.  - Publication Guides
  20292. f--set theItem to choose file -- uncomment to test in an AS editor
  20293.     tell application "Finder"
  20294.         open item "Dev.CD Jan 96 SSW"
  20295.         activate
  20296.     end tell
  20297. on error errMsg number errNum
  20298.     --enter statements to perform when no records are found such as...
  20299.     display dialog "Sorry, the item you selected could not be found."
  20300.     return
  20301. end try
  20302. fix the problem.
  20303. Clipping Extension
  20304. Clippings
  20305. Demo Applications
  20306. Documentation
  20307. Dragging Enabler
  20308. DragLib
  20309. Finder 7.1.3
  20310. Interfaces&Libraries
  20311. Macintosh Drag and Drop
  20312. Read Me FirstK
  20313. Nov 93L
  20314. Aug 94
  20315. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  20316. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  20317. s Kit.  Note that Finde
  20318. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  20319. debug
  20320. build
  20321. sound
  20322. manager
  20323. 3.2.1
  20324. useful
  20325. location
  20326. manager
  20327. module
  20328. shows
  20329. eject
  20330. cards
  20331. sound
  20332. input
  20333. driver
  20334. showing
  20335. sound
  20336. primer
  20337. creating
  20338. content
  20339. routine
  20340. sending
  20341. documents
  20342. apple
  20343. event
  20344. e recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  20345. * Power Macintos
  20346. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  20347. * PowerBook 5300, 2300 and 190 series. 
  20348. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  20349. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  20350. Installation instructions:
  20351. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  20352. 2. Double-click on the Apple System Profiler Installer application. 
  20353. `OCDev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Jan 00 SDK1
  20354.  - Development Kits
  20355.  - Mac OS
  20356.  - Macintosh Drag and Drophe Apple menu and choose Apple System Profiler.
  20357. J:Apple Sys Profiler 1.3.1 Info
  20358. Apple Sys Profiler 1.3.1.imgK
  20359. Jan 98M
  20360. System 7.5.2 or laterN
  20361. ASP, Profiler, Apple SystemOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD Feb 00 TC
  20362.  - Tool Chest
  20363.  - Developer Utilities
  20364.  - Apple Sys Profiler 1.3.1
  20365. All Packages
  20366. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20367. Dev.CD Jan 94
  20368. Dev.CD Oct 93
  20369. Dev.CD Jul 93
  20370. Dev.CD Apr 93PDDev.CD Apr 94
  20371. Dev.CD Jan 94
  20372. Dev.CD Oct 93
  20373. Dev.CD Jul 93
  20374. Dev.CD Apr 9V
  20375. 32992X
  20376. Apr 94
  20377. --set theItem to choose file -- uncomment to test in an AS editor
  20378.     tell application "Finder"
  20379.         open item "Dev.CD Apr 94
  20380. Dev.CD Jan 94
  20381. Dev.CD Oct 93
  20382. Dev.CD Jul 93
  20383. Dev.CD Apr 93"
  20384.         activate
  20385.     end tell
  20386. on error errMsg number errNum
  20387.     --enter statements to perform when no records are found such as...
  20388.     display dialog "Sorry, the item you selected could not be found."
  20389.     return
  20390. end try
  20391. All Packages
  20392. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20393. Dev.CD Jan 94
  20394. Dev.CD Oct 93
  20395. Dev.CD Jul 93
  20396. Dev.CD Apr 93PDDev.CD Apr 94
  20397. Dev.CD Jan 94
  20398. Dev.CD Oct 93
  20399. Dev.CD Jul 93
  20400. Dev.CD Apr 9V
  20401. 32993X
  20402. Apr 94
  20403. ndproc
  20404. osborne
  20405. oserr
  20406. osl-compliant
  20407. 32871X
  20408. Feb 00^
  20409. r--set theItem to choose file -- uncomment to test in an AS editor
  20410.     tell application "Finder"
  20411.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20412.         activate
  20413.     end tell
  20414. on error errMsg number errNum
  20415.     --enter statements to perform when no records are found such as...
  20416.     display dialog "Sorry, the item you selected could not be found."
  20417.     return
  20418. end try
  20419. e    No Changeq
  20420. Dev.CD Feb 00 TC
  20421. #D!All Packages
  20422. Tool Chest Edition
  20423. Snippets - Devices
  20424. (** = new, * = revised)
  20425. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  20426. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  20427. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  20428. CDTool:  An MPW Tool that controls a CD drive
  20429. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  20430. I:Summary: This document explains the Sad Mac Error codes.  J
  20431. Hardware tools.imgK
  20432. Vol IIIL
  20433. Jan 93O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  20434.  - Tool Chest
  20435.  - Testing & Debugging
  20436.  - Hardware toolsV
  20437. 32822X
  20438. Feb 00^
  20439. --set theItem to choose file -- uncomment to test in an AS editor
  20440.     tell application "Finder"
  20441.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  20442.         activate
  20443.     end tell
  20444. on error errMsg number errNum
  20445.     --enter statements to perform when no records are found such as...
  20446.     display dialog "Sorry, the item you selected could not be found."
  20447.     return
  20448. end try
  20449. e    No Changeq
  20450. Dev.CD Feb 00 TC
  20451. D!All Packages
  20452. Tool Chest Edition
  20453. F+Sample Code - Development Tools & Languages
  20454. balloon
  20455. dialog
  20456. balloons
  20457. bandai
  20458. bandwidthQ
  20459. barrier
  20460. based
  20461. batch
  20462. calibrator
  20463. scripting
  20464. profile
  20465. gamma
  20466. color
  20467. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  20468. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  20469.  windows and providing file information for those files.  Applications 
  20470. can also find out where data was dropped in the Finder 
  20471.  for example, that it was dropped into the Trash.
  20472. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  20473. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  20474. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  20475. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  20476. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  20477. Issues:
  20478. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  20479. 24 GC video card.  With this card and the 8
  20480. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  20481. s display.  Remove the 8
  20482. 24 GC control panel to 
  20483. --set theItem to choose file -- uncomment to test in an AS editor
  20484.     tell application "Finder"
  20485.         open item "Dev.CD Apr 94
  20486. Dev.CD Jan 94
  20487. Dev.CD Oct 93
  20488. Dev.CD Jul 93
  20489. Dev.CD Apr 93"
  20490.         activate
  20491.     end tell
  20492. on error errMsg number errNum
  20493.     --enter statements to perform when no records are found such as...
  20494.     display dialog "Sorry, the item you selected could not be found."
  20495.     return
  20496. end try
  20497. low-disk-space
  20498. loyal
  20499. luther
  20500. ultimate
  20501. upgrade
  20502. anyone
  20503. internet
  20504. macapp
  20505. macapp-based
  20506. macbug
  20507. maccalendar
  20508. machine
  20509. machines
  20510. ~--set theItem to choose file -- uncomment to test in an AS editor
  20511.     tell application "Finder"
  20512.         open item "Dev.CD Apr 94
  20513. Dev.CD Jan 94
  20514. Dev.CD Oct 93"
  20515.         activate
  20516.     end tell
  20517. on error errMsg number errNum
  20518.     --enter statements to perform when no records are found such as...
  20519.     display dialog "Sorry, the item you selected could not be found."
  20520.     return
  20521. end try
  20522. nvram
  20523. nvramrc
  20524. ject-oriented
  20525. objective-c
  20526. objects
  20527. objectsupportlib
  20528. obscure
  20529. obsolete
  20530. obsolete/pre-asip
  20531. obtain
  20532. obtaining
  20533. obvious
  20534. occasionally
  20535. occur
  20536. occurs
  20537. october
  20538. odf-interest
  20539. 32823X
  20540. Feb 00^
  20541. r--set theItem to choose file -- uncomment to test in an AS editor
  20542.     tell application "Finder"
  20543.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20544.         activate
  20545.     end tell
  20546. on error errMsg number errNum
  20547.     --enter statements to perform when no records are found such as...
  20548.     display dialog "Sorry, the item you selected could not be found."
  20549.     return
  20550. end try
  20551. e    No Changeq
  20552. Dev.CD Feb 00 TC
  20553. D!All Packages
  20554. Tool Chest Edition
  20555. Sample Code - Devices
  20556. (** = new, * = revised)
  20557. ADB Key Spy 1.0.1b3:   This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  20558. Features methods for:  building a system extension; using the ADB API; "patching" ADB service routines;  building, installing, and using a driver; and mapping physical key codes to virtual key codes.
  20559. AsyncDriverSample 1.0b4:  This sample shows how to write a fully asynchronous block device d
  20560. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  20561. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  20562. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  20563. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  20564. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  20565. A list of client (word processor) and server (spelling a
  20566. packages
  20567. cd-rom-based
  20568. cdent
  20569. cdevs
  20570. celestial
  20571. celik
  20572. center
  20573. central
  20574. centre
  20575. certain
  20576. certainly
  20577. certified
  20578. cfdata
  20579. cfm-68k
  20580. chance
  20581. change
  20582. changed
  20583. changefilename
  20584. changes
  20585. changing
  20586. channel
  20587. channels
  20588. chapter
  20589. chapters
  20590. character
  20591. characteristics
  20592. characters
  20593. charge
  20594. charges
  20595. check
  20596. checked
  20597. checked-in/checked-o
  20598. 32421X
  20599. Jan 00^
  20600. --set theItem to choose file -- uncomment to test in an AS editor
  20601.     tell application "Finder"
  20602.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  20603.         activate
  20604.     end tell
  20605. on error errMsg number errNum
  20606.     --enter statements to perform when no records are found such as...
  20607.     display dialog "Sorry, the item you selected could not be found."
  20608.     return
  20609. end try
  20610. e    No Changeq
  20611. Dev.CD Jan 00 SDK1
  20612. aD!All Packages
  20613. Mac OS SDK Edition
  20614. Macintosh Easy Open 1.1.1
  20615.     s a resource
  20616.  environement relative batch file
  20617.  P0nn retry logic
  20618.  file specific templates in a _FileInfo folder
  20619.  auto association by name
  20620.  bug fixes : size fields, speed zone (see 'What's New')
  20621. AppleGlot 2.4b6.imgK
  20622. Dec 95L
  20623. Mar 96M
  20624. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD Feb 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD Feb 00 TC
  20625.  - Tool Chest
  20626.  - Localization
  20627.  - AppleGlot
  20628. --set theItem to choose file -- uncomment to test in an AS editor
  20629.     tell application "Finder"
  20630.         open item "Dev.CD Apr 94
  20631. Dev.CD Jan 94
  20632. Dev.CD Oct 93
  20633. Dev.CD Jul 93"
  20634.         activate
  20635.     end tell
  20636. on error errMsg number errNum
  20637.     --enter statements to perform when no records are found such as...
  20638.     display dialog "Sorry, the item you selected could not be found."
  20639.     return
  20640. end try
  20641. files/foldersW
  20642. filesharingon
  20643. filetool
  20644. filing
  20645. filled
  20646. filler
  20647. filling
  20648. fills
  20649. filter
  20650. filtering
  20651. filters
  20652. final
  20653. finally
  20654. financially
  20655. financing
  20656. finderheaps
  20657. finders
  20658. findfolder
  20659. _e    No Changeq
  20660. Dev.CD Mar 00 RL Disk 1
  20661. `D!All Packages
  20662. Mac OS SDK Edition
  20663. Macintosh Drag and Drop v1.1.1
  20664. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  20665. Macintosh Drag and Drop implements the new Drag Manager toolb"
  20666.         activate
  20667.     end tell
  20668. on error errMsg number errNum
  20669.     --enter statements to perform when no records are found such as...
  20670.     display dialog "Sorry, the item you selected could not be found."
  20671.     return
  20672. end try
  20673. All Packages
  20674. AppleScriptO
  20675. Dev.CD Jan 95P
  20676. Dev.CD Jan 9V
  20677. 30251X
  20678. Jan 95
  20679. --set theItem to choose file -- uncomment to test in an AS editor
  20680.     tell application "Finder"
  20681.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  20682.         activate
  20683.     end tell
  20684. on error errMsg number errNum
  20685.     --enter statements to perform when no records are found such as...
  20686.     display dialog "Sorry, the item you selected could not be found."
  20687.     return
  20688. end try
  20689. ^PFDev.CD Feb 00 TC
  20690.  - Tool Chest
  20691.  - Testing & Debugging
  20692.  - General tools1]
  20693. Jan 95
  20694. b--set theItem to choose file -- uncomment to test in an AS editor
  20695.     tell application "Finder"
  20696.         open item "Dev.CD Jan 95"
  20697.         activate
  20698.     end tell
  20699. on error errMsg number errNum
  20700.     --enter statements to perform when no records are found such as...
  20701.     display dialog "Sorry, the item you selected could not be found."
  20702.     return
  20703. end try
  20704. =D!All Packages
  20705. Mac OS SDK Edition
  20706. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  20707. This package contains documentation (u documentation (u
  20708. contact
  20709. contacting
  20710. contacts
  20711. contain
  20712. contained
  20713. container
  20714. containing
  20715. contains
  20716. contains
  20717. transport
  20718. software
  20719. development
  20720. sample
  20721. output
  20722. sample
  20723. package
  20724. sample
  20725. sample
  20726. scripts
  20727. sample
  20728. startup
  20729. samplecode
  20730. samplefilter
  20731. samples
  20732. sampleutils
  20733. sampleutils
  20734. sampleutils
  20735. samplewindows
  20736. samplewindows
  20737. samplewindows
  20738. savemenu
  20739. saytext
  20740. saytext
  20741. sbarcdef
  20742. sbarcdef
  20743. image
  20744. scanner
  20745. scanner
  20746. addendum
  20747. scanner
  20748. scanners
  20749. schedule
  20750. scrap
  20751. scrap
  20752. color
  20753. documentation
  20754. scrapbook
  20755. scrapbook
  20756. scrapcolor
  20757. scrapcolor
  20758. scrapcolor
  20759. library
  20760. scrapcolordemo
  20761. scrapxcmds
  20762. scrapxcmds
  20763. script
  20764. scriptableprinting
  20765. scriptableprinting
  20766. sectionreport
  20767. security
  20768. selectdir
  20769. selectdir
  20770. selectfile
  20771. 32419X
  20772. Feb 00^
  20773. --set theItem to choose file -- uncomment to test in an AS editor
  20774.     tell application "Finder"
  20775.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  20776.         activate
  20777.     end tell
  20778. on error errMsg number errNum
  20779.     --enter statements to perform when no records are found such as...
  20780.     display dialog "Sorry, the item you selected could not be found."
  20781.     return
  20782. end try
  20783. e    No Changef    MacCheck
  20784. Dev.CD Feb 00 TC
  20785. All Packages
  20786. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  20787. Apple CD-ROM Read Me
  20788. CD Install Script
  20789. CD SW Tome
  20790. InstallerK
  20791. Feb 93L
  20792. Jun 97O?Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Mar 00 RL Disk 1
  20793.  - Utilities
  20794.  - Macintosh CD-ROM Setup 5.3.2V
  20795. 32420X
  20796. Mar 00^    RL Disk 1
  20797. e    No Change
  20798. p device (and limited information about other on-line volumes)
  20799. Software problem detection
  20800.   -Directory corruption detection (Disk First Aid 7.2 verification
  20801.      code)
  20802.   -System file (System, Finder, System Enabler, Launcher)
  20803.     corruption detection
  20804.   -Duplicate System Folder detection
  20805.  Logic board test
  20806. Recommended for System 7.1; it will run on System 7.0 and above.
  20807. Issues:
  20808. Not to be licenced with any other products
  20809. Incompatible with Thunder
  20810. Some printing incompatibilities:
  20811. ?ot a 100%, but some reports
  20812.   -HP DeskWriter (550, 550C)
  20813.   -Possibly LaserWriter 8.0
  20814. Each log holds only 32K of information
  20815. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  20816. information will fit in the logs.
  20817. MacCheck
  20818.  is a trademark of Apple Computer
  20819. General tools.imgK
  20820. Oct 93M
  20821. MacPlus or aboveN    MacCheck
  20822. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  20823. import/export/reloca
  20824. important
  20825. important
  20826. about
  20827. quicktime
  20828. important
  20829. about
  20830. sound
  20831. manager
  20832. important
  20833. information
  20834. about
  20835. imported
  20836. imported/exported
  20837. --set theItem to choose file -- uncomment to test in an AS editor
  20838.     tell application "Finder"
  20839.         open item "Dev.CD Apr 94
  20840. Dev.CD Jan 94
  20841. Dev.CD Oct 93
  20842. Dev.CD Jul 93"
  20843.         activate
  20844.     end tell
  20845. on error errMsg number errNum
  20846.     --enter statements to perform when no records are found such as...
  20847.     display dialog "Sorry, the item you selected could not be found."
  20848.     return
  20849. end try
  20850. development
  20851. devsupport
  20852. diagnose
  20853. diagram
  20854. dialog
  20855. r--set theItem to choose file -- uncomment to test in an AS editor
  20856.     tell application "Finder"
  20857.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20858.         activate
  20859.     end tell
  20860. on error errMsg number errNum
  20861.     --enter statements to perform when no records are found such as...
  20862.     display dialog "Sorry, the item you selected could not be found."
  20863.     return
  20864. end try
  20865. errNum
  20866.     --enter statements to perform when no records are found such as...
  20867.     display dialog "Sorry, the item you selected could not be found."
  20868.     return
  20869. end try
  20870. e    No Changeq
  20871. Dev.CD Apr 98 SDK1
  20872. ?D!All Packages
  20873. Mac OS SDK Edition
  20874. AppleShare Client API SDK
  20875. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  20876. 30255X
  20877. 1e    No Change
  20878. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  20879. SNMP, Network ManagementO=Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD Feb 00 TC
  20880.  - Tool Chest
  20881.  - Networking
  20882.  - SNMP
  20883.  - SNMP DevelopmentV
  20884. 32887X
  20885. Feb 00^
  20886. --set theItem to choose file -- uncomment to test in an AS editor
  20887.     tell application "Finder"
  20888.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  20889.         activate
  20890.     end tell
  20891. on error errMsg number errNum
  20892.     --enter statements to perform when no records are found such as...
  20893.     display dialog "Sorry, the item you selected could not be found."
  20894.     return
  20895. end try
  20896. e    No Changef
  20897. Network Managementq
  20898. Dev.CD Feb 00 TC
  20899. 3D!All Packages
  20900. Mac OS SDK Edition
  20901. SOMobjects
  20902.  for Mac OS
  20903. summary
  20904. electronic
  20905. version
  20906. develop
  20907. magazine
  20908. O/Dev.CD Mar 00 RL Disk 2:Technical Publications:P1Dev.CD Mar 00 RL Disk 2
  20909.  - Technical Publicationsserver
  20910. client/server
  20911. clients
  20912. clipboard
  20913. clipped
  20914. close
  20915. closed
  20916. clouseau
  20917. clues
  20918. cmd-opt-o-f
  20919. 32876X
  20920. Feb 00^
  20921. r--set theItem to choose file -- uncomment to test in an AS editor
  20922.     tell application "Finder"
  20923.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20924.         activate
  20925.     end tell
  20926. on error errMsg number errNum
  20927.     --enter statements to perform when no records are found such as...
  20928.     display dialog "Sorry, the item you selected could not be found."
  20929.     return
  20930. end try
  20931. e    No Changeq
  20932. Dev.CD Feb 00 TC
  20933. (D!All Packages
  20934. Tool Chest Edition
  20935. Snippets - Networking
  20936. (** = new, * = revised)
  20937. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  20938. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  20939. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  20940. ATP s
  20941. Movedq
  20942. Dev.CD Feb 00 TC
  20943. ^D!All Packages
  20944. Tool Chest Edition
  20945. MacCheck
  20946.  1.0.4
  20947. Summary:  Apple designed MacCheck
  20948.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  20949.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  20950. Features:
  20951. Hardware configuration
  20952. Software configuration of startu activate
  20953.     end tell
  20954. on error errMsg number errNum
  20955.     --enter statements to perform when no records are found such as...
  20956.     display dialog "Sorry, the item you selected could not be found."
  20957.     return
  20958. end try
  20959. e    No Changef$AppleShare
  20960. Client
  20961. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  20962. Dev.CD Jan 00 SDK1
  20963. @D!All Packages
  20964. Mac OS SDK Edition
  20965. Summary: MacBinary Standard
  20966. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  20967. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  20968. le compression packages.  
  20969. JMmacbinary-II-conf
  20970. macbinary-II-conf2
  20971. macbinary-II-standard
  20972. macbinary-standardK
  20973. May 93M
  20974. Adobe Acrobat Reader.OJDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  20975.  - Technical Documentation
  20976.  - Misc. Standards
  20977.  - MacBinary
  20978. first development release which provides support for Carbon.
  20979. The person installing this package must agree to a license agreement presented during the installation process.
  20980. Ad Lib
  20981. Install MacApp R13u4K
  20982. Nov 97L
  20983. Apr 99M;Mac OS 7.1 or later, 16 MB RAM, 28 MB Free Hard Disk Space.N'MacApp, Framework, Object-oriented, C++O#Dev.CD Feb 00 TC:Tool Chest:MacApp:P(Dev.CD Feb 00 TC
  20984.  - Tool Chest
  20985.  - MacAppund."
  20986.     return
  20987. end try
  20988. e    No ChangefaAppleShare IP
  20989. Server
  20990. AppleShare Client
  20991. Registry
  20992. Server Controls
  20993. Networking
  20994. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  20995. Dev.CD Jan 00 SDK1
  20996. AD!All Packages
  20997. Mac OS SDK Edition
  20998. AppleShare IP API
  20999. 32417X
  21000. Mar 00^    RL Disk 1
  21001. --set theItem to choose file -- uncomment to test in an AS editor
  21002.     tell application "Finder"
  21003.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  21004.         activate
  21005.     end tell
  21006. on error errMsg number errNum
  21007.     --enter statements to perform when no records are found such as...
  21008.     display dialog "Sorry, the item you selected could not be found."
  21009.     return
  21010. end try
  21011. e    No Changeq
  21012. Dev.CD Mar 00 RL Disk 1
  21013. ]D!All Packages
  21014. Tool Chest Edition
  21015. MacCalendar 1.1b1I
  21016. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.J'Sample Code.img
  21017. Windows Sample Code.imgK
  21018. Aug 94L
  21019. May 97M9Requires the Control Strip control panel to be installed.O
  21020. Dev.CD Feb 00 TC:Sample Code:P
  21021. Dev.CD Feb 00 TC
  21022.  - Sample CodeV
  21023. 32418X
  21024. Feb 00^
  21025. Jan 00
  21026. macapp-based
  21027. macbinary
  21028. macbinary-ii-standar
  21029. macbinary-standard
  21030. macbug
  21031. maccalendar
  21032. maccheck
  21033. macctb
  21034. macfilesigning
  21035. machine
  21036. macintosh
  21037. macintosh
  21038. powerbook
  21039. series
  21040. developer
  21041. macintosh
  21042. debugs
  21043. applications
  21044. runtime
  21045. russian
  21046. s-record
  21047. sample
  21048. WASTE is a text editing library for Macintosh programmers.
  21049. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  21050. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  21051. e other hand, bidirectional scripts, like Arabic, are not supported).
  21052. Replacement for TextEdit that breaks the 32k limit on text.
  21053. Issues: 3rd Party Product
  21054. Change History
  21055. Extras
  21056. Quick Intro
  21057. WASTE 1.3a6
  21058. WASTE C/C++ Headers
  21059. WASTE Demo (CFM fat)
  21060. WASTE Demo (classic 68K)
  21061. WASTE Documentation
  21062. WASTE Pascal Interfaces
  21063. WASTELibK
  21064. Dec 95L
  21065. Feb 98M
  21066. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD Feb 00 TC:Tool Chest:Text:WASTE 1.3a6:
  21067. All Packages
  21068. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  21069. Dev.CD Jan 94
  21070. Dev.CD Oct 93
  21071. Dev.CD Jul 93
  21072. Dev.CD Apr 93PDDev.CD Apr 94
  21073. Dev.CD Jan 94
  21074. Dev.CD Oct 93
  21075. Dev.CD Jul 93
  21076. Dev.CD Apr 9V
  21077. 33177X
  21078. Apr 94
  21079. --set theItem to choose file -- uncomment to test in an AS editor
  21080.     tell application "Finder"
  21081.         open item "Dev.CD Apr 94
  21082. Dev.CD Jan 94
  21083. Dev.CD Oct 93
  21084. Dev.CD Jul 93
  21085. Dev.CD Apr 93"
  21086.         activate
  21087.     end tell
  21088. on error errMsg number errNum
  21089.     --enter statements to perform when no records are found such as...
  21090.     display dialog "Sorry, the item you selected could not be found."
  21091.     return
  21092. end try
  21093. All Packages
  21094. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  21095. Dev.CD Jan 94
  21096. Dev.CD Oct 93
  21097. Dev.CD Jul 93
  21098. Dev.CD Apr 93PDDev.CD Apr 94
  21099. Dev.CD Jan 94
  21100. Dev.CD Oct 93
  21101. Dev.CD Jul 93
  21102. Dev.CD Apr 9V
  21103. 33178X
  21104. Apr 94
  21105. drag-and-drop
  21106. dragable
  21107. dragged
  21108. dragging
  21109. draglib
  21110. draglow
  21111. macbinary
  21112. macbinary-ii-conf
  21113. macbinary-ii-conf2
  21114. macbinary-ii-standar
  21115. macbinary-standard
  21116. maccalendar
  21117. macguide
  21118. macguide
  21119. machack
  21120. macincludes
  21121. macincludes
  21122. macincludes
  21123. macintosh
  21124. macintosh
  21125. cd-rom
  21126. setup
  21127. 5.3.2
  21128. macintosh
  21129. macintosh
  21130. macintosh
  21131. reference
  21132. macintosh
  21133. powerbook
  21134. 2400c
  21135. macos8
  21136. macsbug
  21137. macsbug
  21138. macsbug
  21139. macsbug
  21140. debugging
  21141. guide
  21142. macsbug
  21143. resources
  21144. macsbugapp
  21145. macsnmp
  21146. macsnmp
  21147. macsnmp
  21148. macsnmp
  21149. developer
  21150. 1.0.2
  21151. macsnmp
  21152. programmer's
  21153. guide
  21154. macsnmp
  21155. first
  21156. macsnmp
  21157. transport
  21158. 1.0.2
  21159. macsnmp
  21160. update
  21161. 1.1.1
  21162. mactcp
  21163. mactcp
  21164. mactcp
  21165. developer
  21166. tools
  21167. mactcp
  21168. mactcp
  21169. first
  21170. mactcp
  21171. mactype
  21172. mactype
  21173. 32416X
  21174. Feb 00^
  21175. x--set theItem to choose file -- uncomment to test in an AS editor
  21176.     tell application "Finder"
  21177.         open item "Dev.CD Feb 00 TC:Tool Chest:MacApp:"
  21178.         activate
  21179.     end tell
  21180. on error errMsg number errNum
  21181.     --enter statements to perform when no records are found such as...
  21182.     display dialog "Sorry, the item you selected could not be found."
  21183.     return
  21184. end try
  21185. e    No Changef$MacApp
  21186. Framework
  21187. Object-oriented
  21188. Dev.CD Feb 00 TC
  21189. All Packages
  21190. F    MacBinary
  21191. 32417X
  21192.  IP API Read Me
  21193. Documentation:K
  21194. Apr 98M
  21195. AppleShare IP 5.0.2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  21196.  - Development Kits (Disc 1)
  21197.  - AppleShare IP API
  21198. com/acrobat
  21199. com/acrobat/register
  21200. com/bin/bugrpt
  21201. com/cftype
  21202. com/colorsync
  21203. com/dev/swtechpubs/d
  21204. com/games
  21205. com/java
  21206. com/java/javatutoria
  21207. com/mkt/maclogo
  21208. com/mkt/swl
  21209. com/mrj
  21210. com/quicktime
  21211. com/quicktime/develo
  21212. com/sherlock/plugind
  21213. com/store
  21214. com/techpubs
  21215. com/techpubs/hardwar
  21216. combination
  21217. combinations
  21218. combine
  21219. combines
  21220. combining
  21221. combowalker
  21222. comes
  21223. comfort
  21224. coming
  21225. comma
  21226. command
  21227. command-line
  21228. -Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  21229. Issues:Specifications only
  21230. ons only
  21231. Nov 94
  21232. shared
  21233. shared
  21234. volumes
  21235. sharing
  21236. sherlock
  21237. showicon
  21238. showinit
  21239. signature
  21240. signing
  21241. simpletext
  21242. simplified
  21243. single-link
  21244. manager
  21245. sniffer
  21246. socket
  21247. software
  21248. solaris
  21249. v1.0.1
  21250. architectures
  21251. archive
  21252. arpsample
  21253. artwork
  21254. market
  21255. guide
  21256. assist
  21257. assistant
  21258. async
  21259. async
  21260. driver
  21261. tester
  21262. asyncdriversample1.0
  21263. ataerrordetector
  21264. atrapper
  21265. audio
  21266. audio
  21267. palette
  21268. developer
  21269. audit
  21270. audit
  21271. aug-95
  21272. autoguest
  21273. autoguest
  21274. automation
  21275. automation
  21276. essentials
  21277. 2.3.0
  21278. emulator
  21279. backlight
  21280. backlight
  21281. control
  21282. balloony
  21283. bbedit
  21284. driver
  21285. emulator
  21286. accuracy
  21287. accurate
  21288. accurately
  21289. accurately
  21290. print
  21291. image
  21292. scanned
  21293. accurately
  21294. print
  21295. image
  21296. viewed
  21297. monitor
  21298. acgis
  21299. achieve
  21300. achieved
  21301. achieves
  21302. acrobat
  21303. remote
  21304. access
  21305. appletalk
  21306. alias
  21307. appletalk
  21308. toolkit
  21309. appletalk-decnet
  21310. appletalk-decnet
  21311. applets
  21312. applettag
  21313. applettag
  21314. application
  21315. application
  21316. examples
  21317. applications
  21318. apprsrc
  21319. apprsrc
  21320. architectures
  21321. authentication
  21322. module
  21323. askyesno
  21324. 2.0.1
  21325. licensing
  21326. debugging
  21327. tools
  21328. developer
  21329. tools
  21330. documentation
  21331. examples
  21332. installer
  21333. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  21334. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  21335. -   AppleLink:  GONZALEZ3
  21336. -   Internet:   gonzalez3@applelink.apple.com
  21337. -   Fax:        (408) 974-9456
  21338. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  21339. Thanks for your feedback.
  21340. Regards,
  21341. Ricardo G
  21342.     EMonzalez
  21343. Application Frameworks Product Marketing Manager
  21344. Apple Computer, Inc.
  21345. MacApp Developer Survey
  21346. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  21347.  - Tool Chest
  21348.  - Development Kits
  21349. split
  21350. ead Me.txt
  21351. rfc1332 (PPP IPCP)
  21352. rfc1334 (PPP Authentication)
  21353. rfc1378 (PPP ATCP)
  21354. rfc1570 (PPP LCP)
  21355. rfc1618 (PPP ISDN)
  21356. rfc1661 (PPP)
  21357. rfc1662 (PPP HDLC)
  21358. post-install
  21359. postal
  21360. poster
  21361. posting
  21362. posts
  21363. postscript
  21364. postscripthandle
  21365. postscripthandledemo
  21366. potential
  21367. potentially
  21368. pottier
  21369. powemac
  21370. power
  21371. power
  21372. developer
  21373. power
  21374. macintosh
  21375. debugger
  21376. advanced
  21377. source-code
  21378. debugger
  21379. power
  21380. macintosh
  21381. developers
  21382. power-on
  21383. powerpcQ
  21384. powerpc-based
  21385. powerplant
  21386. powers
  21387. powertalk
  21388. powertalk-savvy
  21389. pparameter
  21390. years
  21391. multimedia
  21392. developers
  21393. regarded
  21394. equilibrium's
  21395. mment to test in an AS editor
  21396.     tell application "Finder"
  21397.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  21398.         activate
  21399.     end tell
  21400. on error errMsg number errNum
  21401.     --enter statements to perform when no records are found such as...
  21402.     display dialog "Sorry, the item you selected could not be found."
  21403.     return
  21404. end try
  21405. e    No Changeq
  21406. Dev.CD Apr 98 SDK1
  21407. ED!All Packages
  21408. Tool Chest Edition
  21409. AppleTalk SW for SNMP
  21410. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  21411. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  21412. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  21413. e    No Change
  21414. 32415X
  21415. Nov 99^
  21416. --set theItem to choose file -- uncomment to test in an AS editor
  21417.     tell application "Finder"
  21418.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  21419.         activate
  21420.     end tell
  21421. on error errMsg number errNum
  21422.     --enter statements to perform when no records are found such as...
  21423.     display dialog "Sorry, the item you selected could not be found."
  21424.     return
  21425. end try
  21426. Deletedq
  21427. Dev.CD Nov 99 TC
  21428. [D!All Packages
  21429. Tool Chest Edition
  21430. MacApp R14d1
  21431. MacApp Release 14d1 is the first 'development' level version of MacApp Release 14.  We do not recommend using this version of MacApp in the development of commercial quality final software.  
  21432. MacApp Release 14d1 provides support for building MacApp-based applications for use under the CarbonLib on Mac OS 8.5.  It also incorporates several bug fixes as well as additional work for building MacApp-based applications for running under the Windows operating system.
  21433. MacApp Release 14d1 is the 
  21434. Dear MacApp users!
  21435. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  21436. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  21437. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  21438. 32838X
  21439. Feb 00^
  21440. r--set theItem to choose file -- uncomment to test in an AS editor
  21441.     tell application "Finder"
  21442.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21443.         activate
  21444.     end tell
  21445. on error errMsg number errNum
  21446.     --enter statements to perform when no records are found such as...
  21447.     display dialog "Sorry, the item you selected could not be found."
  21448.     return
  21449. end try
  21450. e    No Changeq
  21451. Dev.CD Feb 00 TC
  21452. D!All Packages
  21453. Tool Chest Edition
  21454. Scrap Color 1.0
  21455. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  21456. At least tV
  21457. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  21458. Version 1.2.1 renders the extension benign under Open Transport.
  21459. About ZapTCP
  21460. ZapTCPK
  21461. Vol IXL
  21462. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPO;Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PFDev.CD Feb 00 TC
  21463.  - Tool Chest
  21464.  - Networking
  21465.  - MacTCP
  21466.  - ZapTCP 1.2.1
  21467. Mac OS USB DDK v1.4f3
  21468. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21469. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Supports third party USB PCI and Cardbus cards which conform to the OHCI USB specification.TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  21470.         activate
  21471.     end tell
  21472. on error errMsg number errNum
  21473.     --enter statements to perform when no records are found such as...
  21474.     display dialog "Sorry, the item you selected could not be found."
  21475.     return
  21476. end try
  21477. e    No Changef
  21478. AppleTalk
  21479. networkingq
  21480. Dev.CD Feb 00 TC
  21481. FD!All Packages
  21482. Mac OS SDK Edition
  21483. AppleTalk Wide Area
  21484. describes
  21485. runtime
  21486. architecture
  21487. based
  21488. program
  21489. shows
  21490. composit
  21491. presentation
  21492. program
  21493. shows
  21494. construct
  21495. simple
  21496. animation
  21497. program
  21498. shows
  21499. select
  21500. quickt@
  21501. program
  21502. shows
  21503. usage
  21504. qtimagedrawer
  21505. image
  21506. contains
  21507. debug
  21508. version
  21509. 2.5.2
  21510. which
  21511. folder
  21512. contains
  21513. example
  21514. illustrating
  21515. update
  21516. appearance
  21517. 1.0.3
  21518. sample
  21519. demonstates
  21520. basic
  21521. implmenetation
  21522. sample
  21523. includes
  21524. source
  21525. libraries
  21526. which
  21527. provide@
  21528. sample
  21529. designed
  21530. proper
  21531. those@
  21532. though@
  21533. thoughts@
  21534. thrashing@
  21535. through@
  21536. tiac@
  21537. tiresome@
  21538. until@
  21539. usage@
  21540. use-nvramrc@
  21541. useful@
  21542. OMDev.CD Mar 00 RL:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:PXDev.CD Mar 00 RL
  21543.  - What's New?
  21544.  - Development Kits
  21545.  - Hardware
  21546.  - Mac_OS_USB_DDK_v1.4f3t interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  21547.  The AppleTalk Wide Area Developer
  21548. s Toolkit contains the following items:
  21549. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  21550. --------------------------------------
  21551. -----------
  21552. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  21553. Apple Internet Router: User-Interface Extensions to the adev File
  21554. ---------------------------------------------
  21555. This document provides information needed to support the new adev resource calls. (An ade
  21556. Documentation:
  21557. Examples:
  21558. Extensions-AppleBuilt:
  21559. Extensions-MCWBuilt:
  21560. Interfaces:
  21561. Libraries:
  21562. Mac OS USB DDK License
  21563. Mac OS USB DDK Readme
  21564. USB Software Locator Kit:
  21565. Utilities:
  21566. Jan 00L
  21567. Mar 00
  21568. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. Mac OS 9.0.1 is preferred. This release of USB ships as part of Mac OS 9.0.1.
  21569. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  21570. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  21571. AwUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  21572. lopment Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:e
  21573. 32414X
  21574. Mar 00^
  21575. --set theItem to choose file -- uncomment to test in an AS editor
  21576.     tell application "Finder"
  21577.         open item "Dev.CD Mar 00 RL:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:"
  21578.         activate
  21579.     end tell
  21580. on error errMsg number errNum
  21581.     --enter statements to perform when no records are found such as...
  21582.     display dialog "Sorry, the item you selected could not be found."
  21583.     return
  21584. end try
  21585. New PackagefpUniversal Serial Bus
  21586. Mass Storage Class Driver
  21587. HID Class Driver
  21588. Keyboard Driver
  21589. Mouse Driver
  21590. Mac OS USB
  21591. /A* http://developer.apple.com/sdk/index.html
  21592. Dev.CD Mar 00 RL
  21593. ZD!All Packages
  21594. Tool Chest Edition
  21595. MacApp Developer Survey
  21596. utility
  21597. drive
  21598. setup
  21599. drive
  21600. setup
  21601. utilities
  21602. display
  21603. display
  21604. manager
  21605. resolution
  21606. screen
  21607. monitor
  21608. pixel
  21609. depth
  21610. display
  21611. manager
  21612. window
  21613. arrangement
  21614. display
  21615. pixel
  21616. depth
  21617. disposeresource
  21618. disposeresource
  21619. debugging
  21620. resource
  21621. handles
  21622. dither
  21623. document
  21624. documentation
  21625. documentation
  21626. manuals
  21627. style
  21628. usage
  21629. style
  21630. guide
  21631. documents
  21632. domain
  21633. double-byte
  21634. download
  21635. promisehfsflavor
  21636. promise
  21637. finder
  21638. drawsprocket
  21639. drawsprocket
  21640. context
  21641. switch
  21642. stopping
  21643. store
  21644. storing
  21645. story
  21646. stragegy
  21647. strategic
  21648. strategy
  21649. strictly
  21650. string
  21651. strings
  21652. strip
  21653. stroke
  21654. strong
  21655. ready
  21656. ready-to-print-with
  21657. real-time
  21658. real-world
  21659. realistic
  21660. reality
  21661. really
  21662. realtime
  21663. rearrange
  21664. reason
  21665. reasonable
  21666. reasonably
  21667. reasons
  21668. reboot
  21669. rebooting
  21670. rebuild
  21671. rebuilding
  21672. rebuilds
  21673. rebuilt
  21674. receive
  21675. receives
  21676. receiving
  21677. recent
  21678. recently
  21679. reception
  21680. recipes
  21681. recognition
  21682. recognize
  21683. recognizes
  21684. recognizing
  21685. recommend
  21686. recommendations
  21687. recommended
  21688. recommends
  21689. recompilation
  21690. recompile
  21691. recompiled
  21692. record
  21693. third-party
  21694. thisW
  21695. esigned to move data as efficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  21696. J'Sample Code.img
  21697. Windows Sample Code.imgK
  21698. May 97L
  21699. May 97O
  21700. Dev.CD Feb 00 TC:Sample Code:P
  21701. Dev.CD Feb 00 TC
  21702.  - Sample CodeW
  21703. append
  21704. appendages
  21705. appendditl
  21706. appending
  21707. appendix
  21708. appendixes
  21709. appkit
  21710. appkit
  21711. reference
  21712. apple
  21713. detectors
  21714. technology
  21715. scans
  21716. searchi
  21717. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21718. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  21719. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card runnin
  21720. g Mac OS 8.6 or greater. Mac OS 9.0.1 is preferred. This release of USB ships as part of Mac OS 9.0.1.
  21721. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  21722. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  21723. Universal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  21724. Documentation:
  21725. Examples:
  21726. Extensions-AppleBuilt:
  21727. Extensions-MCWBuilt:
  21728. Interfaces:
  21729. Libraries:
  21730. Mac OS USB DDK License
  21731. Mac OS USB DDK Readme
  21732. USB Software Locator Kit:
  21733. Utilities:
  21734. Mar 00L
  21735. Mar 00
  21736. A[Dev.CD Mar 00 RL:Reference Library:What
  21737. s New:Developer Notes:Hardware:Mac OS USB DDK 1.4f3
  21738. PiDev.CD Mar 00 RL
  21739.  - Reference Library
  21740.  - What
  21741. s New
  21742.  - Developer Notes
  21743.  - Hardware
  21744.  - Mac OS USB DDK 1.4f
  21745. 32413X
  21746. Mar 00^
  21747. --set theItem to choose file -- uncomment to test in an AS editor
  21748.     tell application "Finder"
  21749.         open item "Dev.CD Mar 00 RL:Reference Library:What
  21750. s New:Developer Notes:Hardware:Mac OS USB DDK 1.4f3"
  21751.         activate
  21752.     end tell
  21753. on error errMsg number errNum
  21754.     --enter statements to perform when no records are found such as...
  21755.     display dialog "Sorry, the item you selected could not be found."
  21756.     return
  21757. end try
  21758. Dev.CD Mar 00 RL
  21759. YD5All Packages
  21760. Reference Library Edition
  21761. New & Revised
  21762. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21763. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Supports third party USB PCI and Cardbus cards which conform to the OHCI USB specification.SB specification.
  21764. print
  21765. print2
  21766. printable
  21767. printdialogmagic
  21768. printed
  21769. printenv
  21770. Kits:Arabic Language Kit 1.0.1:"
  21771.         activate
  21772.     end tell
  21773. on error errMsg number errNum
  21774.     --enter statements to perform when no records are found such as...
  21775.     display dialog "Sorry, the item you selected could not be found."
  21776.     return
  21777. end try
  21778. e    No Changeq
  21779. Dev.CD Feb 00 TC
  21780. All Packages
  21781. F    ARPSample
  21782. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  21783. Jun 98V
  21784. 30269X
  21785. 1e    No Change
  21786. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  21787. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  21788. 1 file describing Apple
  21789. s use of the Unicode private use area.
  21790. 24 files - one for each encoding - providing specific information about that B
  21791. encoding and specifying the encoding by showing how it maps to Unicode.
  21792. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  21793. J'Sample Code.img
  21794. Windows Sample Code.imgK
  21795. Apr 98L
  21796. Nov 99M
  21797. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  21798. Dev.CD Feb 00 TC:Sample Code:P
  21799. Dev.CD Feb 00 TC
  21800.  - Sample Codeges
  21801. Tool Chest Edition
  21802. Asia Market Guide
  21803. summary
  21804. demonstrates
  21805. program
  21806. finder-like
  21807. label
  21808. summary
  21809. demonstrates
  21810. menubar
  21811. and/or
  21812. summary
  21813. developer
  21814. describes
  21815. latest
  21816. model
  21817. summary
  21818. developer's
  21819. package
  21820. includes
  21821. appleshar
  21822. summary
  21823. digest
  21824. collection
  21825. article
  21826. threads
  21827. summary
  21828. document
  21829. contains
  21830. international
  21831. devel
  21832. summary
  21833. document
  21834. contains
  21835. helpful
  21836. converti
  21837. summary
  21838. document
  21839. describes
  21840. version
  21841. applesingle
  21842. representing
  21843. represents
  21844. reprinting
  21845. reproduced
  21846. esolvealiastopath
  21847. resource
  21848. resources
  21849. respond
  21850. response
  21851. responsible
  21852. restartW
  21853. result
  21854. results
  21855. resume
  21856. retail
  21857. retry
  21858. returned
  21859. returns
  21860. reuse
  21861. revised
  21862. revision
  21863. revolution
  21864. richer
  21865. safely
  21866. safety
  21867. sakes
  21868. sales
  21869. sample
  21870. Wging
  21871. advanced
  21872. technique
  21873. 32412X
  21874. Feb 00^
  21875. r--set theItem to choose file -- uncomment to test in an AS editor
  21876.     tell application "Finder"
  21877.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21878.         activate
  21879.     end tell
  21880. on error errMsg number errNum
  21881.     --enter statements to perform when no records are found such as...
  21882.     display dialog "Sorry, the item you selected could not be found."
  21883.     return
  21884. end try
  21885. e    No ChangefAtext encoding
  21886. character set
  21887. Text Encoding Converter
  21888. font encodingq
  21889. Dev.CD Feb 00 TC
  21890. XD(All Packages
  21891. Reference Library Edition
  21892. Mac OS USB DDK 1.4f3
  21893.     istribution Guides:Asia Market Guide:"
  21894.         activate
  21895.     end tell
  21896. on error errMsg number errNum
  21897.     --enter statements to perform when no records are found such as...
  21898.     display dialog "Sorry, the item you selected could not be found."
  21899.     return
  21900. end try
  21901. e    No Changeq
  21902. Dev.CD May 98 TC
  21903. OD!All Packages
  21904. Tool Chest Edition
  21905. Async driver tester
  21906. installer
  21907. 1.0.1b1c2
  21908. multimedia
  21909. multimedia
  21910. standards
  21911. multimediagraphics
  21912. multiple
  21913. music
  21914. music
  21915. musicmixer
  21916. musicmixer
  21917. helper
  21918. remote
  21919. control
  21920. server
  21921. controller
  21922. unmountit
  21923. merevisioncurrent
  21924. native
  21925. native
  21926. navig
  21927. navigable
  21928. navigable
  21929. movie
  21930. toolkit
  21931. navigation
  21932. navigation
  21933. services
  21934. nbtestintf
  21935. nbtestintf
  21936. nbtestlib
  21937. nbtestlib
  21938. install
  21939. netsprocket
  21940. netsprocket
  21941. netsprockettest
  21942. netsprockettest
  21943. netsprockettest
  21944. netstuff
  21945. netstuff
  21946. netstuff
  21947. network
  21948. network
  21949. server
  21950. guide
  21951. network
  21952. software
  21953. installer
  21954. networks
  21955. networks
  21956. networksetup
  21957. release
  21958. toolkit
  21959. mrj's
  21960. mrj-dev
  21961. mrjapple
  21962. mrjapplesetup
  21963. mrjstuffit
  21964. mrjvise
  21965. mrplus
  21966. mrplus
  21967. performance
  21968. analysis
  21969. powerpc
  21970. applicatio
  21971. ms-dos
  21972. msdos
  21973. erface
  21974. multi-platform
  21975. multibuffering
  21976. multifinder
  21977. multihoming
  21978. multimedia
  21979. multipage
  21980. multipane
  21981. multiplay
  21982. multiple
  21983. multiple-buffering/p
  21984. multiple-node
  21985. multiprocessing
  21986. multitasking
  21987. music
  21988. music
  21989. quicktime
  21990. music
  21991. architecture
  21992. david
  21993. mueller@
  21994. must@
  21995. navigation
  21996. services
  21997. documents
  21998. nearestmactextencodi@
  21999. nearly@
  22000. neil@
  22001. networks@
  22002. nevertheless@
  22003. fcode
  22004. tokenizer
  22005. board
  22006. fcode
  22007. driver
  22008. development@
  22009. newer@
  22010. night@
  22011. training
  22012. required
  22013. plug-and-play
  22014. design@
  22015. non-ethernet@
  22016. notation@
  22017. apple
  22018. guide
  22019. intended
  22020. those
  22021. developers
  22022. nubus@
  22023. objects@
  22024. october@
  22025. on-line@
  22026. opaque@
  22027. opengl
  22028. macintosh
  22029. enables
  22030. computer
  22031. display
  22032. three-@
  22033. opens@
  22034. operate@
  22035. optimizations@
  22036. oracle@
  22037. originally@
  22038. otherwise@
  22039. outdated@
  22040. over-represented@
  22041. esource.
  22042. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  22043. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  22044. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  22045.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  22046. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  22047. MakeITable:  This sample application shows how to manipulate a GDevice
  22048. s inverse table.
  22049. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  22050. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  22051. tracks
  22052. traddriverloaderlib
  22053. trade
  22054. trade-offs
  22055. trademark
  22056. traditional
  22057. traffic
  22058. trained
  22059. training
  22060. traits
  22061. transaction
  22062. transfer
  22063. transferred
  22064. transfers
  22065. runtime
  22066. architecture
  22067. runtime
  22068. server
  22069. macapp
  22070. maccheck
  22071. machine
  22072. machine
  22073. identification
  22074. macintalk
  22075. macintosh
  22076. macintosh
  22077. coprocessor
  22078. platform
  22079. macintosh
  22080. macodbc
  22081. macosxserver
  22082. macsbug
  22083. mactcp
  22084. mactcp
  22085. development
  22086. transport
  22087. zaptcp
  22088. suite
  22089. bundle
  22090. object
  22091. panorama
  22092. management
  22093. manager
  22094. managers
  22095. manuals
  22096. mapper
  22097. mapperref
  22098. storage
  22099. class
  22100. driver
  22101. match
  22102. matching
  22103. mdata
  22104. media
  22105. memhell
  22106. memory
  22107. memory
  22108. management
  22109. memory
  22110. manager
  22111. 32411X
  22112. Nov 99^
  22113. --set theItem to choose file -- uncomment to test in an AS editor
  22114.     tell application "Finder"
  22115.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  22116.         activate
  22117.     end tell
  22118. on error errMsg number errNum
  22119.     --enter statements to perform when no records are found such as...
  22120.     display dialog "Sorry, the item you selected could not be found."
  22121.     return
  22122. end try
  22123. Deletedq
  22124. Dev.CD Nov 99 TC
  22125. WD!All Packages
  22126. Tool Chest Edition
  22127. Mac OS Text Encodings
  22128. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  22129. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  22130. About this Pre-Release of MRJ
  22131. MRJ 1.0.1b1c2 Installer:
  22132. MRJ SDK Installer 1.0.1b1c2
  22133. Pre-Release MRJ JITC:
  22134. Updated Documentation:K
  22135. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  22136.  - What's New?
  22137.  - Development Kits
  22138.  - Mac OS Runtime for Java
  22139. Deletedf
  22140. Mac OS Runtime Architectureq
  22141. Dev.CD Dec 99 RL
  22142. VD!All Packages
  22143. Tool Chest Edition
  22144. F!Mac OS Runtime for Java 1.0.1b1c2
  22145. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  22146. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  22147. MRJ 1.0.1 implements version 1.0.2 of Sun
  22148. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  22149. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessot
  22150.  - Testing & Debugging
  22151.  - General toolsV
  22152. 30275X
  22153. Feb 00^
  22154. --set theItem to choose file -- uncomment to test in an AS editor
  22155.     tell application "Finder"
  22156.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  22157.         activate
  22158.     end tell
  22159. on error errMsg number errNum
  22160.     --enter statements to perform when no records are found such as...
  22161.     display dialog "Sorry, the item you selected could not be found."
  22162.     return
  22163. end try
  22164. literature
  22165. little
  22166. little-known
  22167. living
  22168. llama
  22169. load/dump
  22170. loaded
  22171. loading
  22172. local
  22173. locale
  22174. locale-insensitive
  22175. locale-sensitive
  22176. locales
  22177. localizable
  22178. localization
  22179. localize
  22180. localized
  22181. localizers
  22182. localizing
  22183. Snippets - Testing & Debugging
  22184. (** = new, * = revised)
  22185. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  22186. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  22187. BusErrorTest:  ShowW
  22188. test-harness
  22189. test/demo
  22190. testaccelration
  22191. testarbitraryallocat
  22192. testarbitraryallocat
  22193. tested
  22194. extractor
  22195. plug-ins
  22196. content
  22197. extra
  22198. Dev.CD Jul 93
  22199. Dev.CD Apr 9V
  22200. 32773X
  22201. Jul 93
  22202. p--set theItem to choose file -- uncomment to test in an AS editor
  22203.     tell application "Finder"
  22204.         open item "Dev.CD Jul 93
  22205. Dev.CD Apr 93"
  22206.         activate
  22207.     end tell
  22208. on error errMsg number errNum
  22209.     --enter statements to perform when no records are found such as...
  22210.     display dialog "Sorry, the item you selected could not be found."
  22211.     return
  22212. end try
  22213. All Packages
  22214. F    QuickTimeO
  22215. Dev.CD Jul 93
  22216. Dev.CD Apr 93P
  22217. Dev.CD Jul 93
  22218. Dev.CD Apr 9V
  22219. 32774X
  22220. Jul 93
  22221. p--set theItem to choose file -- uncomment to test in an AS editor
  22222.     tell application "Finder"
  22223.         open item "Dev.CD Jul 93
  22224. Dev.CD Apr 93"
  22225.         activate
  22226.     end tell
  22227. on error errMsg number errNum
  22228.     --enter statements to perform when no records are found such as...
  22229.     display dialog "Sorry, the item you selected could not be found."
  22230.     return
  22231. end try
  22232. All Packages
  22233. F    QuickTimeO
  22234. Dev.CD Jul 93P
  22235. Dev.CD Jul 9V
  22236. 32775X
  22237. Jul 93
  22238.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  22239. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  22240. Mac OS 9
  22241. Dev.CD Oct 99 SSW:P
  22242. Dev.CD Oct 99 SSWto. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  22243. Alias XFCN 1.3
  22244. Apple Event XCMDs 1.0b3
  22245. Byrne's XCMDs&XFCNs
  22246. CallHyper 1.0
  22247. FinderEvents 1.2
  22248. GetVol and NewFormat
  22249. Help XFCN 1.4
  22250. ProgressWindoid
  22251. QuickTime XCMDs  alias
  22252. SysEnv XFCN 1.0D13K
  22253. Vol IIIL
  22254. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  22255.  - Tool Chest
  22256.  - Development Kits
  22257.  - HyperCard Related
  22258.  - XCMDs & XFCNsV
  22259. 30276X
  22260. Nov 99^
  22261.  Mac OS 9.0
  22262. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  22263. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim
  22264. merely
  22265. message
  22266. messagepad
  22267. messages
  22268. messagewatcher
  22269. messy
  22270. meta-content
  22271. metafile
  22272. meter
  22273. metering
  22274. meters
  22275. metertest
  22276. method
  22277. methodology
  22278. methods
  22279. metrowerks
  22280. mexican
  22281. michael
  22282. microphone
  22283. microphones
  22284. microprocessor
  22285. microprocessorsQ
  22286. microsystems
  22287. microtrends
  22288. middle
  22289. middleware
  22290. midiconverter
  22291. model
  22292. 32409X
  22293. Oct 99^
  22294. g--set theItem to choose file -- uncomment to test in an AS editor
  22295.     tell application "Finder"
  22296.         open item "Dev.CD Oct 99 SSW:"
  22297.         activate
  22298.     end tell
  22299. on error errMsg number errNum
  22300.     --enter statements to perform when no records are found such as...
  22301.     display dialog "Sorry, the item you selected could not be found."
  22302.     return
  22303. end try
  22304. Mac OS 9q
  22305. Dev.CD Oct 99 SSW
  22306. UD(All Packages
  22307. Reference Library Edition
  22308. Mac OS Runtime ArchitecturesI
  22309. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  22310. Mac OS Runtime Architectures
  22311. Read Me - Other SSW DocsK
  22312. Oct 97M
  22313. Adobe AcrobatN
  22314. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  22315.  - Technical Documentation
  22316.  - More SSW DocumentationV
  22317. 32410X
  22318. Dec 99^
  22319. Mac Logo
  22320. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  22321. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  22322.   1. Obtain the NEW Mac platform  
  22323. Hardware: Macintosh Plus or better. 
  22324. System Software: Mac OS 7.5 or greater (it's been te
  22325. customise
  22326. customizable
  22327. customization
  22328. customize
  22329. customize/rewrite
  22330. customized
  22331. customizing
  22332. custompicproc
  22333. customputappend
  22334. customputdialog
  22335. customputsuffix
  22336. cutting
  22337. cvtccomments
  22338. cyberdog
  22339. cycle
  22340. cycles
  22341. cyrillic
  22342. cyrillic-based
  22343. cyrillique
  22344. czech
  22345. dangerously
  22346. daniel
  22347. darkening
  22348. dashed
  22349. dashed-capped
  22350. dastardly
  22351. D(All Packages
  22352. Reference Library Edition
  22353. F,Technical Publications: Documentation in PDF
  22354. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  22355. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  22356. README.html file in the "Documentation in PDF" folder for instructions.
  22357. calvacom
  22358. camera
  22359. cameras
  22360. cameron
  22361. campaign
  22362. campaigns
  22363. campfire
  22364. 32408X
  22365. Jan 99^
  22366. q--set theItem to choose file -- uncomment to test in an AS editor
  22367.     tell application "Finder"
  22368.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  22369.         activate
  22370.     end tell
  22371. on error errMsg number errNum
  22372.     --enter statements to perform when no records are found such as...
  22373.     display dialog "Sorry, the item you selected could not be found."
  22374.     return
  22375. end try
  22376. Deletedf
  22377. Apple
  22378. Dev.CD Jan 99 SDK1
  22379. TD&All Packages
  22380. System Software Edition
  22381. ate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  22382. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  22383. 32409X
  22384. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  22385.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  22386. JJClent Richardson Message.pdf
  22387. Mac Logo Art:
  22388. Mac Logo Guidelines:
  22389. NewMacLogoK
  22390. Jan 99N
  22391. Apple, Logo, MacO
  22392. Dev.CD Jan 99 SDK1:Mac Logo:P
  22393. Dev.CD Jan 99 SDK1
  22394.  - Mac Logo.
  22395. AutoGuest 3.0 was updated to work with Speed Doubler
  22396.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  22397. unknown Mac
  22398. JMAutoGuest
  22399. AutoGuest 3.0 User's Guide.pdf
  22400. AutoGuest READ ME
  22401. Check AutoGuest.asK
  22402. Jan 92L
  22403. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  22404. logo and NEW guidelines for its use. 
  22405.   2. Identify all your retail products with this small, yet powerful icon.
  22406. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  22407. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  22408. Some of the planned activities to support this campaign include:
  22409.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  22410.  In-Store Merchandising Programs and Promotion
  22411.  Wholesale Distribution Programs
  22412.  Magazine Advertising Campaigns
  22413.  Mail-Order Catalog Programs and Promotions
  22414.  Apple Online Store Programs and Promotions 
  22415. To be considered for inclusion in these exciting, high-v
  22416. --set theItem to choose file -- uncomment to test in an AS editor
  22417.     tell application "Finder"
  22418.         open item "Dev.CD Apr 94
  22419. Dev.CD Jan 94
  22420. Dev.CD Oct 93
  22421. Dev.CD Jul 93"
  22422.         activate
  22423.     end tell
  22424. on error errMsg number errNum
  22425.     --enter statements to perform when no records are found such as...
  22426.     display dialog "Sorry, the item you selected could not be found."
  22427.     return
  22428. end try
  22429. notation
  22430. apple
  22431. guide
  22432. intended
  22433. those
  22434. developers
  22435. notes
  22436. notify
  22437. notions
  22438. november
  22439. novice
  22440. 32407X
  22441. Nov 99^
  22442. --set theItem to choose file -- uncomment to test in an AS editor
  22443.     tell application "Finder"
  22444.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  22445.         activate
  22446.     end tell
  22447. on error errMsg number errNum
  22448.     --enter statements to perform when no records are found such as...
  22449.     display dialog "Sorry, the item you selected could not be found."
  22450.     return
  22451. end try
  22452. Deletedq
  22453. Dev.CD Nov 99 TC
  22454. SD!All Packages
  22455. Mac OS SDK Edition
  22456. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  22457. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  22458.   1. Obtain the NEW Mac platform NEW Mac platform 
  22459. difficult
  22460. application
  22461. support
  22462. features
  22463. for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  22464. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  22465. nd target configuration installers.
  22466. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  22467. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  22468. Target machines:  Mac SE or later, 4 MB mem
  22469. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  22470. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  22471. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  22472. Mac Graphics Primer 2K
  22473. Vol IIIL
  22474. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  22475.  - Tool Chest
  22476.  - QuickDraw
  22477.  - Mac Graphics Primer evelopment Toolkit:PSDev.CD Feb 00 TC
  22478.  - Tool Chest
  22479.  - Testing & Debugging
  22480.  - Mac OS Development Toolkit
  22481. which
  22482. e time.
  22483. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  22484. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  22485. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  22486. MultiPlay:  This sample application shows how to play a 
  22487. sound several times in a row.
  22488. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  22489. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  22490. SampleRateAvail:  This snippet checks for the number of s
  22491. All Packages
  22492. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22493. Dev.CD Jan 94
  22494. Dev.CD Oct 93
  22495. Dev.CD Jul 93
  22496. Dev.CD Apr 93PDDev.CD Apr 94
  22497. Dev.CD Jan 94
  22498. Dev.CD Oct 93
  22499. Dev.CD Jul 93
  22500. Dev.CD Apr 9V
  22501. 33040X
  22502. Apr 94
  22503. --set theItem to choose file -- uncomment to test in an AS editor
  22504.     tell application "Finder"
  22505.         open item "Dev.CD Apr 94
  22506. Dev.CD Jan 94
  22507. Dev.CD Oct 93
  22508. Dev.CD Jul 93
  22509. Dev.CD Apr 93"
  22510.         activate
  22511.     end tell
  22512. on error errMsg number errNum
  22513.     --enter statements to perform when no records are found such as...
  22514.     display dialog "Sorry, the item you selected could not be found."
  22515.     return
  22516. end try
  22517. All Packages
  22518. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22519. Dev.CD Jan 94
  22520. Dev.CD Oct 93
  22521. Dev.CD Jul 93
  22522. Dev.CD Apr 93PDDev.CD Apr 94
  22523. Dev.CD Jan 94
  22524. Dev.CD Oct 93
  22525. Dev.CD Jul 93
  22526. Dev.CD Apr 9V
  22527. 33041X
  22528. Apr 94
  22529. magic
  22530. magician
  22531. mail-order
  22532. mailing
  22533. mailings
  22534. virtualuser
  22535. filetool
  22536. memor
  22537. virtual
  22538. virtualuser
  22539. testing
  22540. automation
  22541. automated
  22542. vu-meter
  22543. vumeter
  22544. vumeter
  22545. sound
  22546. level
  22547. meters
  22548. sample
  22549. volume
  22550. waitnextevent
  22551. wannabe
  22552. waste
  22553. waste
  22554. textedit
  22555. replacement
  22556. webobjects
  22557. webobjects
  22558. categories
  22559. posers
  22560. webobjects
  22561. designing
  22562. robustness
  22563. testing
  22564. webobjects
  22565. eomodeler
  22566. project
  22567. builder
  22568. webobjects
  22569. builder
  22570. webobjects
  22571. objective-c
  22572. webobjects
  22573. openstep
  22574. memory
  22575. management
  22576. webobjects
  22577. performance
  22578. tuning
  22579. optimization
  22580. webobjects
  22581. webobjects
  22582. server
  22583. objects
  22584. window
  22585. windows
  22586. wombat
  22587. workgroup
  22588. working
  22589. workstation
  22590. world
  22591. wrapper
  22592. writeswell
  22593. zanzibar
  22594. zaptcp
  22595. zones
  22596. solutions
  22597. sound
  22598. sound
  22599. input
  22600. driver
  22601. sound
  22602. level
  22603. meters
  22604. soundsprocket
  22605. space
  22606. spbrecord
  22607. specification
  22608. speech
  22609. speech
  22610. recognition
  22611. spell
  22612. spellswell
  22613. spinning
  22614. spinning
  22615. cursors
  22616. spooler
  22617. sprite
  22618. sprocket
  22619. sprockets
  22620. stack
  22621. stacks
  22622. standard
  22623. standard
  22624. standardfile
  22625. standards
  22626. standards
  22627. based
  22628. starmax
  22629. state
  22630. statements
  22631. status
  22632. storage
  22633. streaming
  22634. streams
  22635. strip
  22636. strlog
  22637. structure
  22638. structure
  22639. region
  22640. stuffit
  22641. style
  22642. style
  22643. guide
  22644. stylechat
  22645. sub-menus
  22646. suite
  22647. summary
  22648. survey
  22649. switch
  22650. switcher
  22651. symantec
  22652. symbiotic
  22653. synchronization
  22654. synthesis
  22655. system
  22656. system
  22657. system
  22658. features
  22659. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  22660. s desktop icons.
  22661. JORead Me About Snapshot Sample
  22662. Snapshot Sample
  22663. SnapshotSample.c
  22664. SnapshotSample.
  22665. Feb 97L
  22666. Dec 97N
  22667. grab icon desktopO=Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD Feb 00 TC
  22668.  - Tool Chest
  22669.  - OS Utilities
  22670.  - SnapshotSample1.0b4r
  22671. mmtoolbox
  22672. roadmap
  22673. communications
  22674. communications
  22675. comparedirtext
  22676. comparelastrevision
  22677. compbasedmediabroadc
  22678. compbasedmediabroadc
  22679. compilable
  22680. component
  22681. compresspictfile
  22682. compresspictfile
  22683. concordia
  22684. concordia
  22685. concordia
  22686. concordia
  22687. concordia
  22688. concordia
  22689. concordia
  22690. conferencing
  22691. config
  22692. n Transport when used properly. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.
  22693. OT/PPP Control
  22694.  Strip Sample:  OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  22695. OTDumpPortRegistry:  This very simple sample dumps a text versio
  22696. changeQ
  22697. ringObjectiveCtoJava:
  22698. Push Tech Survival Gd.pdf
  22699. QT3-More Than Dig. Video.pdf
  22700. Simplified Stream Audio.pdf
  22701. Web Animation Guide.pdf
  22702. WebObjects Database Part I.pdf
  22703. WebObjects Database Part II.pdf
  22704. WebObjects Memory Mgmt.pdf
  22705. WebObjects Tools and Techniques:
  22706. WebObjectsCategories&Posers.pdf
  22707. WebObjectsPerformanceTuning:
  22708. Working with WebObjects.pdf
  22709. Writing for Interactive Media:
  22710. O4Dev.CD Mar 00 RL Disk 2:Technical Publications:java:P9Dev.CD Mar 00 RL Disk 2
  22711.  - Technical Publications
  22712.  - javaW
  22713. barber
  22714. barebones
  22715. bares
  22716. base-class
  22717. based
  22718. bases
  22719. baseservices
  22720. basic
  22721. basically
  22722. basics
  22723. basing
  22724. basis
  22725. basket
  22726. cable
  22727. cache
  22728. cached
  22729. macintosh
  22730. macintosh
  22731. cd-rom
  22732. setup
  22733. 5.3.2
  22734. macintosh
  22735. v1.1.1
  22736. macintosh
  22737. 1.1.1
  22738. macintosh
  22739. client
  22740. interface
  22741. macintosh
  22742. powerbook
  22743. 2400c
  22744. macintosh
  22745. powerbook
  22746. qualified
  22747. macintosh
  22748. sample
  22749. macintosh
  22750. technical
  22751. macintosh
  22752. technotes
  22753. macodbc
  22754. macodbc
  22755. 2.1.2
  22756. macos8documentation
  22757. macro
  22758. macros/templates
  22759. macsbug
  22760. macsbug
  22761. macsnmp
  22762. mactcp
  22763. mactcp
  22764. developer
  22765. tools
  22766. mactcp
  22767. 2.0.6
  22768. mactcp
  22769. token
  22770. mactcp
  22771. mactv
  22772. magician
  22773. suite
  22774. makemake
  22775. makemake
  22776. 2.0d38
  22777. management
  22778. monitor
  22779. navigator
  22780. notes
  22781. onescanner
  22782. opp's
  22783. palette
  22784. sophisticated@
  22785. space-saving@
  22786. specifically@
  22787. split@
  22788. sponsored@
  22789. sprites@
  22790. sprocket@
  22791. starts@
  22792. steps@
  22793. still@
  22794. strictly@
  22795. style@
  22796. substitution@
  22797. suffer@
  22798. summary
  22799. summary
  22800. 5thcolumn
  22801. allows
  22802. control
  22803. informati@
  22804. summary
  22805. glossary
  22806. terms
  22807. apple
  22808. publications@
  22809. summary
  22810. apple
  22811. peoplesoft
  22812. launched
  22813. partnership
  22814. summary
  22815. appleglot
  22816. 2.4b6
  22817. translation
  22818. summary
  22819. appstogo
  22820. development
  22821. framework
  22822. developm@
  22823. summary
  22824. color
  22825. locator
  22826. enables
  22827. anything
  22828. summary
  22829. contains
  22830. latest
  22831. appletalk
  22832. stack
  22833. version
  22834. macsn@
  22835. summary
  22836. description
  22837. input
  22838. methods
  22839. chinese
  22840. tones
  22841. application
  22842. explains
  22843. summary
  22844. midiconverter
  22845. application
  22846. converting
  22847. gener@
  22848. summary
  22849. monitor
  22850. iotracer
  22851. performance
  22852. tools
  22853. desi@
  22854. soliciting
  22855. solid
  22856. solution
  22857. solutions
  22858. solve
  22859. solved
  22860. solves
  22861. someday
  22862. someone
  22863. something
  22864. sometimes
  22865. somewhere
  22866. somobjects
  22867. chapters
  22868. character
  22869. characteristics
  22870. characters
  22871. charge
  22872. charges
  22873. chars
  22874. cheap
  22875. check
  22876. 01/97
  22877. 02-what's
  22878. 02-what's
  22879. 02/95
  22880. 02/96
  22881. 02/97
  22882. 03-information
  22883. 03-information
  22884. registrati
  22885. 03/95
  22886. 03/96
  22887. 03/97
  22888. 04-index
  22889. 04-index
  22890. courses
  22891. 04/95
  22892. 04/96
  22893. 04/97
  22894. 05-self-paced
  22895. 05-self-paced
  22896. products
  22897. 05/95
  22898. 05/96
  22899. 05/97
  22900. 06-on-line
  22901. 06-on-line
  22902. topics
  22903. 06/95
  22904. 06/96
  22905. 06/97
  22906. 07-mac
  22907. 07-mac
  22908. 07/95
  22909. 07/96
  22910. 07/97
  22911. 08-object
  22912. 08-object
  22913. oriented
  22914. 08/95
  22915. 08/96
  22916. 08/97
  22917. 09-multimedia
  22918. 09-multimedia
  22919. graphics
  22920. 09/95
  22921. 09/96
  22922. 09/97
  22923. All Packages
  22924. System Enabler 088 (AVs)O
  22925. Dev.CD Apr 94
  22926. Dev.CD Jan 94P
  22927. Dev.CD Apr 94
  22928. Dev.CD Jan 9V
  22929. 33094X
  22930. Apr 94
  22931. p--set theItem to choose file -- uncomment to test in an AS editor
  22932.     tell application "Finder"
  22933.         open item "Dev.CD Apr 94
  22934. Dev.CD Jan 94"
  22935.         activate
  22936.     end tell
  22937. on error errMsg number errNum
  22938.     --enter statements to perform when no records are found such as...
  22939.     display dialog "Sorry, the item you selected could not be found."
  22940.     return
  22941. end try
  22942. All Packages
  22943. System Enabler 088 (AVs)O
  22944. Dev.CD Apr 94
  22945. Dev.CD Jan 94P
  22946. Dev.CD Apr 94
  22947. Dev.CD Jan 9V
  22948. 33095X
  22949. Apr 94
  22950. p--set theItem to choose file -- uncomment to test in an AS editor
  22951.     tell application "Finder"
  22952.         open item "Dev.CD Apr 94
  22953. Dev.CD Jan 94"
  22954.         activate
  22955.     end tell
  22956. on error errMsg number errNum
  22957.     --enter statements to perform when no records are found such as...
  22958.     display dialog "Sorry, the item you selected could not be found."
  22959.     return
  22960. end try
  22961. Summary:  Macintosh Application Environment
  22962.  (MAE)
  22963. the virtual Macintosh for open systems
  22964. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  22965. This folder contains product information about MAE, asB
  22966.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  22967. J%MAE 2.0 DataSheet
  22968. MAE 2.0 White PaperK
  22969. May 94L
  22970. Jun 95M
  22971. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:osh Systems
  22972.  handles more than one user at a time
  22973.  password capability
  22974.  easicapability
  22975.  easi
  22976. eomodeler
  22977. error
  22978. essentials
  22979. european
  22980. european
  22981. distributors
  22982. localizers
  22983. evenbetterbuserror
  22984. evenbetterbuserror
  22985. event
  22986. expand
  22987. explained
  22988. explode
  22989. extractor
  22990. f/macos8
  22991. features
  22992. synchronization
  22993. system
  22994. manager
  22995. files
  22996. ntent
  22997. extractor
  22998. finderdragpro
  22999. finderevents
  23000. finderevents
  23001. finderheaps
  23002. finderlaunch
  23003. findprinter
  23004. floatingpoint
  23005. editor
  23006. folder
  23007. folder
  23008. watching
  23009. fonts
  23010. fonts
  23011. 6.0.4
  23012. format
  23013. formatter
  23014. forms
  23015. fragment
  23016. fragment
  23017. framework
  23018. french
  23019. front
  23020. gamesprocket
  23021. gamesprocket
  23022. germany
  23023. gestalt
  23024. gestalt
  23025. selectors
  23026. getenetaddrdirect
  23027. getenetaddrdirect
  23028. gethelpstrings
  23029. getpppstatus
  23030. QPjDev.CD Mar 00 RL
  23031.  - Technical Documentation
  23032.  - Tools Demos & Tech Overviews
  23033.  - Mac Application Environment5
  23034. BBEdit Lite Quickstart
  23035. TextChanger 2.0.1:
  23036. Upgrading to BBEdit 3.5:
  23037. What's New in BBEdit Lite 3.5K
  23038. May 94L
  23039. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  23040.  - Tool Chest
  23041.  - Developer Utilities
  23042.  - BBEdit Lite 3.5
  23043. encoding
  23044. converter
  23045. allows
  23046. convert
  23047. bitblitz
  23048. bitblitz
  23049. bouncingsprites
  23050. bring-up
  23051. broadcast
  23052. reporting
  23053. buginfo
  23054. buginfo
  23055. macro
  23056. build/download
  23057. business
  23058. business
  23059. opp's
  23060. germany
  23061. byrne's
  23062. byrne's
  23063. xcmds
  23064. xfcns
  23065. digests
  23066. source
  23067. formatter
  23068. registration
  23069. requests
  23070. callfinder
  23071. callfinder
  23072. callhyper
  23073. callhyper
  23074. camera
  23075. carbon
  23076. cardbus
  23077. cardbus
  23078. cards
  23079. cd-rom
  23080. detection
  23081. cd-rom
  23082. validator
  23083. centris/quadra
  23084. cfm-68k
  23085. cfm-68k
  23086. chinese
  23087. chinese
  23088. dictation
  23089. chinese
  23090. dictation
  23091. 8OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:PcDev.CD Feb 00 TC
  23092.  - What's New?
  23093.  - Sample Code
  23094.  - QuickTime
  23095.  - QuickTime for Java
  23096.  - SoundMemRecordV
  23097. 32893X
  23098. Feb 00^
  23099. --set theItem to choose file -- uncomment to test in an AS editor
  23100.     tell application "Finder"
  23101.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  23102.         activate
  23103.     end tell
  23104. on error errMsg number errNum
  23105.     --enter statements to perform when no records are found such as...
  23106.     display dialog "Sorry, the item you selected could not be found."
  23107.     return
  23108. end try
  23109. e    No Changef
  23110. QuickTime
  23111. Dev.CD Feb 00 TC
  23112. 9D!All Packages
  23113. Tool Chest Edition
  23114. SoundRecordIDThis code shows using the SequenceGrabber for simple audio recordingJ/README.txt
  23115. SndRecord
  23116. SoundRecord.zip
  23117. sr.bat
  23118. Feb 00
  23119. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:V
  23120. 32894X
  23121. 1e    No Change
  23122. chinese
  23123. Summary:
  23124. Collection of Java Developer Documentation. 
  23125. Summary:
  23126. Collection of Java Developer Documentation. 
  23127. Features:
  23128. Documentation topics include:
  23129. QuickTime For Java
  23130. Introduction to QuickTime for Java
  23131. Technical Overview
  23132. Cocoa
  23133. AppKit Reference
  23134. Enterprise Objects Framework
  23135. Foundation Reference
  23136. Java Tutorial
  23137. WebObjects and Java
  23138. Enterprise Objects Framework
  23139. Foundation Reference
  23140. Java Client
  23141. Features:
  23142. Mac OS Runtime for Java
  23143. MRJ Toolkit
  23144. JManager
  23145. JDirect
  23146. JBindery
  23147. ATimages:
  23148. java.html
  23149. MacOSandJava:
  23150. QTforJava:
  23151. WebObjectsandJava:
  23152. YellowBoxandJava:
  23153. Jan 00L
  23154. Feb 00M
  23155. web browser
  23156. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  23157. build
  23158. Hooks.cp
  23159. Hooks.cp.o
  23160. Hooks.h
  23161. TestHooks
  23162. TestHooks.cp
  23163. TestHooks.cp.o
  23164. TestHooks.make
  23165. TestHooks.makeout
  23166. THooks Documentation
  23167. THooks Documentation.txtK
  23168. Vol IIIL
  23169. Vol VIIM/MPW C++. This package is System 7.0 compatible.O@Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:PKDev.CD Feb 00 TC
  23170.  - Tool Chest
  23171.  - Development Kits
  23172.  - C++ Related
  23173.  - THooksV
  23174. 33248X
  23175. Feb 00^
  23176. --set theItem to choose file -- uncomment to test in an AS editor
  23177.     tell application "Finder"
  23178.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:"
  23179.         activate
  23180.     end tell
  23181. on error errMsg number errNum
  23182.     --enter statements to perform when no records are found such as...
  23183.     display dialog "Sorry, the item you selected could not be found."
  23184.     return
  23185. end try
  23186. e    No Changeq
  23187. Dev.CD Feb 00 TC
  23188. D!All Packages
  23189. Mac OS SDK Edition
  23190. Thread Manager SDK 2.1
  23191. 7.6.1
  23192. 7100/80
  23193. 711702111
  23194. sample
  23195. demonstates
  23196. basic
  23197. implmenetation
  23198. sample
  23199. demonstrates
  23200. variety
  23201. techniques
  23202. using
  23203. sample
  23204. demonstrates
  23205. variety
  23206. transport
  23207. sample
  23208. demonstrates
  23209. create
  23210. quicktime
  23211. movie
  23212. sample
  23213. demonstrates
  23214. query
  23215. endpoint
  23216. sample
  23217. demonstrates
  23218. ottransferproviderow
  23219. sample
  23220. demonstrates
  23221. transport
  23222. sample
  23223. demonstrates
  23224. write
  23225. application
  23226. sample
  23227. demonstrates
  23228. easiest
  23229. transpo
  23230. sample
  23231. demonstrates
  23232. mapper
  23233. sample
  23234. demonstrates
  23235. no-copy
  23236. receives
  23237. under
  23238. produces
  23239. template
  23240. building
  23241. balloon
  23242. thomas
  23243. thompson
  23244. those
  23245. though
  23246. 4.0.1
  23247. install
  23248. graphics
  23249. primer
  23250. interfaces
  23251. guidelines
  23252. development
  23253. toolkit
  23254. runtime
  23255. architectures
  23256. encodings
  23257. license
  23258. readme
  23259. samplecode
  23260. samplecode
  23261. previous
  23262. specific
  23263. files
  23264. system
  23265. alias
  23266. macapp
  23267. macapp
  23268. cdent
  23269. stuff
  23270. macapp
  23271. developer
  23272. survey
  23273. macappclassmeth
  23274. macappprogguide
  23275. makefile
  23276. makefilealias
  23277. makefilehelp
  23278. makeout
  23279. makethefolder
  23280. making
  23281. making
  23282. management
  23283. manager
  23284. manual
  23285. mappings
  23286. markc
  23287. market
  23288. 32406X
  23289. Mar 00^
  23290. --set theItem to choose file -- uncomment to test in an AS editor
  23291.     tell application "Finder"
  23292.         open item "Dev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  23293.         activate
  23294.     end tell
  23295. on error errMsg number errNum
  23296.     --enter statements to perform when no records are found such as...
  23297.     display dialog "Sorry, the item you selected could not be found."
  23298.     return
  23299. end try
  23300. Next CDf;UNIX
  23301. Open Systems
  23302. workstation
  23303. Solaris
  23304. HP-UXq
  23305. Dev.CD Mar 00 RL
  23306. RD!All Packages
  23307. Tool Chest Edition
  23308. Mac Graphics Primer 2
  23309. over-represented
  23310. overall
  23311. overcome
  23312. overhead
  23313. override
  23314. overview
  23315. userchkgestaltfuncti
  23316. userfunction
  23317. useritem
  23318. users
  23319. userstartup
  23320. v3.0.1
  23321. vacinity
  23322. validate
  23323. validator
  23324. validity
  23325. variable
  23326. variables
  23327. variety
  23328. various
  23329. vectors
  23330. verification
  23331. verify
  23332. versatility
  23333. version
  23334. AboutBox.c
  23335. AboutBox.h
  23336. AboutBox.r
  23337. aete.r
  23338. AGFile.h
  23339. ChangeLog
  23340. Clipboard.c
  23341. Clipboard.h
  23342. Clipboard.r
  23343. CoercePrGeneral.h
  23344. ExtendPrintRecord.c
  23345. ExtendPrintRecord.h
  23346. Localize.r
  23347. MacIncludes.h
  23348. MacIncludes.pch
  23349. MovieFile.c
  23350. MovieFile.h
  23351. MovieFile.r
  23352. PICTFile.c
  23353. PICTFile.h
  23354. PICTFile.r
  23355. PrintAETypes.h
  23356. ScriptablePrinting.c
  23357. ScriptablePrinting.h
  23358. SimpleText
  23359. SimpleText Sample.doc
  23360. SimpleText.68K
  23361. SimpleText.c
  23362. SimpleText.h
  23363. SimpleText.PPC
  23364. SimpleText.r
  23365. SimpleText.
  23366. test script
  23367. TextDrag.c
  23368. TextFile.a
  23369. TextFile.a.o
  23370. TextFile.c
  23371. TBGextFile.h
  23372. TextFile.r
  23373. ThreeDMetafile.c
  23374. ThreeDMetafile.h
  23375. ThreeDMetafile.r
  23376. rfc1662
  23377. rfc1662
  23378. roadmap
  23379. diagrams
  23380. runtime
  23381. sample
  23382. sample
  23383. sample
  23384. output
  23385. samples
  23386. sbarcdef
  23387. sbarcdef
  23388. fullsfpack
  23389. fullsfpack
  23390. fullsort
  23391. fullsort
  23392. fulltext
  23393. fulltext
  23394. fully
  23395. functionindex
  23396. functionindex
  23397. g4enemy
  23398. g4enemy
  23399. g4externs
  23400. g4externs
  23401. g4graphics
  23402. g4graphics
  23403. g4interface
  23404. g4interface
  23405. g4lava
  23406. g4lava
  23407. printer
  23408. default
  23409. setdefaultdtp
  23410. quickdraw
  23411. desktop
  23412. desktops
  23413. detector
  23414. detector
  23415. contextual
  23416. apple
  23417. detectors
  23418. detectors
  23419. developer
  23420. developer
  23421. documentation
  23422. publications
  23423. technical
  23424. publications
  23425. developer
  23426. notes
  23427. hardware
  23428. technical
  23429. publications
  23430. ibook
  23431. developers
  23432. development
  23433. ssaries
  23434. graphics
  23435. guest
  23436. guide
  23437. handwriting
  23438. hardwareQ
  23439. heaps
  23440. hypercard
  23441. interface
  23442. guidelines
  23443. inside
  23444. macintosh
  23445. inside
  23446. runtime
  23447. architecture
  23448. macapp
  23449. macapp
  23450. framework
  23451. object-oriented
  23452. macapp
  23453. framework
  23454. object-oriented
  23455. classes
  23456. editor
  23457. resou
  23458. maccheck
  23459. machine
  23460. macintalk
  23461. macintosh
  23462. macintosh
  23463. powerbook
  23464. series
  23465. developers
  23466. powerpc
  23467. backside
  23468. macodbc
  23469. macsbug
  23470. macsbug
  23471. appleevent
  23472. apple
  23473. event
  23474. macsbug
  23475. debugger
  23476. debugging
  23477. assembly
  23478. mactcp
  23479. mactcp
  23480. communications
  23481. toolbox
  23482. serial
  23483. ports
  23484. audio
  23485. mactcp
  23486. tcp/ip
  23487. suite
  23488. apple
  23489. events
  23490. applescript
  23491. email
  23492. management
  23493. manager
  23494. managers
  23495. manuals
  23496. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleOBDev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:PMDev.CD Jul 99 SDK1
  23497.  - What's New
  23498.  - Sample Code
  23499.  - Printing
  23500.  - LW8 HosesampleV
  23501. 32405X
  23502. Jul 99^
  23503. --set theItem to choose file -- uncomment to test in an AS editor
  23504.     tell application "Finder"
  23505.         open item "Dev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:"
  23506.         activate
  23507.     end tell
  23508. on error errMsg number errNum
  23509.     --enter statements to perform when no records are found such as...
  23510.     display dialog "Sorry, the item you selected could not be found."
  23511.     return
  23512. end try
  23513. e    No Changef%LaserWriter 8
  23514. custom hose
  23515. IrDA sampleq
  23516. Dev.CD Jul 99 SDK1
  23517. QD(All Packages
  23518. Reference Library Edition
  23519. Mac Application Environment 2.0
  23520. 33237X
  23521. Mar 00^    RL Disk 2b
  23522. Revised
  23523. --set theItem to choose file -- uncomment to test in an AS editor
  23524.     tell application "Finder"
  23525.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:"
  23526.         activate
  23527.     end tell
  23528. on error errMsg number errNum
  23529.     --enter statements to perform when no records are found such as...
  23530.     display dialog "Sorry, the item you selected could not be found."
  23531.     return
  23532. end try
  23533. Updatedf
  23534. Developer Notes
  23535. Hardware
  23536. Technical Publications
  23537. iBook
  23538. Power Macintosh
  23539. PowerBooks
  23540. Servers
  23541. Device Managers and Drivers
  23542. Updates
  23543. Printers
  23544. Desktops
  23545. Portables
  23546. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  23547. Dev.CD Mar 00 RL Disk 2
  23548. All Packages
  23549. New & RevisedF
  23550. Technical Publications: Java
  23551. building
  23552. system
  23553. extension
  23554. building
  23555. installing
  23556. using
  23557. driver
  23558. builds
  23559. built
  23560. built-in
  23561. Lurkers 1.7
  23562. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  23563. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool 
  23564. --set theItem to choose file -- uncomment to test in an AS editor
  23565.     tell application "Finder"
  23566.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  23567.         activate
  23568.     end tell
  23569. on error errMsg number errNum
  23570.     --enter statements to perform when no records are found such as...
  23571.     display dialog "Sorry, the item you selected could not be found."
  23572.     return
  23573. end try
  23574. e    No Changeq
  23575. Dev.CD Feb 00 TC
  23576. _D!All Packages
  23577. Tool Chest Edition
  23578. F    Blat dcmd
  23579. e    No Changeq
  23580. Dev.CD Feb 00 TC
  23581. D!All Packages
  23582. Tool Chest Edition
  23583. SlotsI
  23584. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  23585. SlotsK
  23586. Oct 92O<Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD Feb 00 TC
  23587.  - Tool Chest
  23588.  - Devices
  23589.  - NuBus/Slot Manager
  23590.  - SlotV
  23591. 32867X
  23592. Feb 00^
  23593. --set theItem to choose file -- uncomment to test in an AS editor
  23594.     tell application "Finder"
  23595.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  23596.         activate
  23597.     end tell
  23598. on error errMsg number errNum
  23599.     --enter statements to perform when no records are found such as...
  23600.     display dialog "Sorry, the item you selected could not be found."
  23601.     return
  23602. end try
  23603. e    No Changeq
  23604. Dev.CD Feb 00 TC
  23605. D!All Packages
  23606. Tool Chest Edition
  23607. SnapshotSample1.0b4
  23608. cslidercontrol
  23609. t-v3-034
  23610. csmp-digest-v3-035
  23611. csmp-digest-v3-036
  23612. csmp-digest-v3-037
  23613. 32404X
  23614. Feb 00^
  23615. --set theItem to choose file -- uncomment to test in an AS editor
  23616.     tell application "Finder"
  23617.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  23618.         activate
  23619.     end tell
  23620. on error errMsg number errNum
  23621.     --enter statements to perform when no records are found such as...
  23622.     display dialog "Sorry, the item you selected could not be found."
  23623.     return
  23624. end try
  23625. e    No Changef
  23626. Lurkers
  23627. Projector
  23628. Dev.CD Feb 00 TC
  23629. PD!All Packages
  23630. Mac OS SDK Edition
  23631. LW8 Hosesample
  23632. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  23633. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  23634. LW8_HoseIrDASample:K
  23635. Jul 99K1:What's New:Sample Code:Printing:LW8 Hosesample:V
  23636. 32405X
  23637. 1e    No Change
  23638. Jan 98
  23639. is running.
  23640. JzFStubs.c
  23641. FStubs.c.o
  23642. Lurkers
  23643. Lurkers README
  23644. Lurkers README.txt
  23645. Lurkers.c
  23646. Lurkers.c.o
  23647. Lurkers.r
  23648. MakeFile
  23649. NameRevisionCurrentK
  23650. Mar 94L
  23651. Jan 98M
  23652. Lurkers, Projector, MPWOEDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD Feb 00 TC
  23653.  - Tool Chest
  23654.  - Development Kits
  23655.  - MPW Related
  23656.  - Lurkers 1.7anagement.imgK
  23657. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  23658.  - Tool Chest
  23659.  - Testing & Debugging
  23660.  - Memory Management
  23661. 32803X
  23662. Apr 98^
  23663. --set theItem to choose file -- uncomment to test in an AS editor
  23664.     tell application "Finder"
  23665.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  23666.         activate
  23667.     end tell
  23668. on error errMsg number errNum
  23669.     --enter statements to perform when no records are found such as...
  23670.     display dialog "Sorry, the item you selected could not be found."
  23671.     return
  23672. end try
  23673. DeletedfJQuickTime
  23674. QuickTime Conferencing
  23675. video conferencing
  23676. Apple Media Conferenceq
  23677. Dev.CD Apr 98 SDK2
  23678. D!All Packages
  23679. Mac OS SDK Edition
  23680. QuickTime
  23681.  IC SDK 1.01
  23682. classes
  23683. classroom
  23684. clause
  23685. clauses
  23686. clean
  23687. cleaner
  23688. clear
  23689. clearly
  23690. click
  23691. click-dragging
  23692. clicking
  23693. clicks
  23694. client
  23695. client-server
  23696. client/server
  23697. clipboard
  23698. clipper
  23699. clipping
  23700. clock
  23701. clocksW
  23702. close
  23703. closed
  23704. clouseau
  23705. clues
  23706. clusters
  23707. cmd-opt-o-f
  23708. cmd-q
  23709. remains
  23710. remap
  23711. remedies
  23712. remember
  23713. remote
  23714. remotelyW
  23715. removable
  23716. remove
  23717. removed
  23718. removes
  23719. removevmsversionnumb
  23720. removing
  23721. rename
  23722. renamed
  23723. renames
  23724. renaming
  23725. renderer
  23726. rendering
  23727. renders
  23728. renegade
  23729. renewed
  23730. repeated
  23731. repeatedly
  23732. repertoire
  23733. replace
  23734. replacement
  23735. replaces
  23736. replaces
  23737. postscript
  23738. sample
  23739. replacing
  23740. replies
  23741. reply
  23742. report
  23743. reported
  23744. reporter
  23745. reporting
  23746. e    No Changeq
  23747. Dev.CD Feb 00 TC
  23748. D!All Packages
  23749. Tool Chest Edition
  23750. Sample Code - QuickTime
  23751. (** = new, * = revised)
  23752. ChromaKeyMovie:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw.
  23753. DTS QT Utilities.Aug-95:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folderng
  23754. bbedit
  23755. usage
  23756. usage
  23757. history
  23758. software
  23759. locator
  23760. useful
  23761. useful
  23762. addmenu
  23763. script
  23764. manual
  23765. user's
  23766. users
  23767. userstartup
  23768. userstartup
  23769. goodies
  23770. using
  23771. using
  23772. quicktime
  23773. conferencing
  23774. utilities
  23775.     CNnd grammar checker) applications is available at: http://www.wordservices.org/
  23776. Spellswell Plus 2.1 DEMO:
  23777. Word Services Specification
  23778. Writeswell Jr 1.2.3 Sources 
  23779. Writeswell JR Code Notes
  23780. Writeswell Jr.
  23781. Writeswell Jr. InstructionsK
  23782. Apr 97N8Apple Events Spell Grammar Writeswell Spellswell WorkingOEDev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:PJDev.CD Apr 98 SDK2
  23783.  - Development Kits (Disc 2)
  23784.  - Word Services SDK 1.0.8p
  23785. apple
  23786. appletalk's
  23787. appletalk/ip
  23788. applets
  23789. applicationQ
  23790. Wm-68k
  23791. cfm-68k
  23792. cfm-68k
  23793. cfm-68k
  23794. runtime
  23795. enabler
  23796. change
  23797. change
  23798. history
  23799. change
  23800. history
  23801. changefilename
  23802. changes
  23803. check
  23804. check
  23805. autoguest
  23806. checkedoutfiles
  23807. checkinall
  23808. checkwindowin
  23809. file-related
  23810. file/resource
  23811. filed
  23812. objectcode
  23813. objectivec
  23814. objectppc
  23815. objects
  23816. objectsupportlib
  23817. obsolete
  23818. obsolete
  23819. pre-asip
  23820. obsolete&unsupported
  23821. obtain
  23822. install
  23823. image
  23824. sample
  23825. image
  23826. tools
  23827. image
  23828. odclassref
  23829. odcookbook
  23830. sample
  23831. parts
  23832. odf-interest
  23833. odf-interest
  23834. archive
  23835. odfdev
  23836. odflibrary
  23837. odflibrary
  23838. odprogguide
  23839. odupdates
  23840. oldies
  23841. install
  23842. browser
  23843. begin
  23844. first
  23845. browser
  23846. transport
  23847. debug
  23848. transport
  23849. debug
  23850. transport
  23851. links
  23852. links
  23853. pasmatit
  23854. password
  23855. password
  23856. interface
  23857. 5300ramcard
  23858. b--set theItem to choose file -- uncomment to test in an AS editor
  23859.     tell application "Finder"
  23860.         open item "Dev.CD Jan 94"
  23861.         activate
  23862.     end tell
  23863. on error errMsg number errNum
  23864.     --enter statements to perform when no records are found such as...
  23865.     display dialog "Sorry, the item you selected could not be found."
  23866.     return
  23867. end try
  23868. search
  23869. selected
  23870. selector
  23871. serial
  23872. serial
  23873. ports
  23874. series
  23875. server
  23876. server
  23877. controls
  23878. services
  23879. setting
  23880. setup
  23881. shared
  23882. shared
  23883. volumes
  23884. sherlock
  23885. signature
  23886. simplified
  23887. socket
  23888. software
  23889. solaris
  23890. solutions
  23891. sound
  23892. soundsprocket
  23893. space
  23894. specification
  23895. speech
  23896. spinning
  23897. spinning
  23898. cursors
  23899. sprite
  23900. sprockets
  23901. stacks
  23902. standards
  23903. standards
  23904. based
  23905. state
  23906. statements
  23907. storage
  23908. F    QuickTimeO
  23909. Dev.CD Jul 93
  23910. Dev.CD Apr 93P
  23911. Dev.CD Jul 93
  23912. Dev.CD Apr 9ndle
  23913. bundle
  23914. services
  23915. burned-in
  23916. burned-in
  23917. address
  23918. business
  23919. business
  23920. processes
  23921. button
  23922. buttons
  23923. cfm-68k
  23924. chinese
  23925. chinese
  23926. language
  23927. traditional
  23928. simplified
  23929. chooser
  23930. ciconhandle
  23931. classes
  23932. client
  23933. clouseau
  23934. codes
  23935. color
  23936. color
  23937. depth
  23938. color
  23939. color
  23940. picker
  23941. 2.1.1
  23942. colorsync
  23943. colorsync
  23944. photoshop
  23945. plug-ins
  23946. colour
  23947. colour
  23948. table
  23949. component
  23950. compression
  23951. computer
  23952. computer
  23953. based
  23954. media
  23955. conditional
  23956. conditional
  23957. statements
  23958. configuration
  23959. consumer
  23960. consumer
  23961. electronics
  23962. content
  23963. contextual
  23964. contextual
  23965. control
  23966. control
  23967. control
  23968. panel
  23969. control
  23970. strip
  23971. controls
  23972. conversion
  23973. coprocessor
  23974. NPFDev.CD Feb 00 TC
  23975.  - Tool Chest
  23976.  - Testing & Debugging
  23977.  - General tools test in an AS editor
  23978.     tell application "Finder"
  23979.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  23980.         activate
  23981.     end tell
  23982. on error errMsg number errNum
  23983.     --enter statements to perform when no records are found such as...
  23984.     display dialog "Sorry, the item you selected could not be found."
  23985.     return
  23986. end try
  23987. e    No Changef
  23988. testing
  23989. debuggingq
  23990. Dev.CD Feb 00 TC
  23991. bD!All Packages
  23992. Tool Chest Edition
  23993. Business Opp's - Germany
  23994. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  23995. Business Opp's - GermanyK
  23996. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  23997. physically
  23998. piccomment
  23999. piccomments
  24000. piccomments/bottlene
  24001. piccommentstest
  24002. pichandle
  24003. picker
  24004. pickers
  24005. pictdialog
  24006. pictinfotest
  24007. picts
  24008. picture
  24009. pictures
  24010. piece
  24011. pieces
  24012. piersol
  24013. pinterfaces
  24014. pinyin
  24015. pioneer
  24016. pippin
  24017. pippin-specific
  24018. pitch
  24019. pitfalls
  24020. pixel
  24021. pixels
  24022. pixmap
  24023. pixmap2pixpat2ppat
  24024. pixmaps
  24025. pixpat
  24026. place
  24027. placed
  24028. placement
  24029. esting & Debugging
  24030.  - General tools
  24031. All Packages
  24032. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24033. Dev.CD Jan 94
  24034. Dev.CD Oct 93
  24035. Dev.CD Jul 93
  24036. Dev.CD Apr 93PDDev.CD Apr 94
  24037. Dev.CD Jan 94
  24038. Dev.CD Oct 93
  24039. Dev.CD Jul 93
  24040. Dev.CD Apr 9V
  24041. 33169X
  24042. Apr 94
  24043. --set theItem to choose file -- uncomment to test in an AS editor
  24044.     tell application "Finder"
  24045.         open item "Dev.CD Apr 94
  24046. Dev.CD Jan 94
  24047. Dev.CD Oct 93
  24048. Dev.CD Jul 93
  24049. Dev.CD Apr 93"
  24050.         activate
  24051.     end tell
  24052. on error errMsg number errNum
  24053.     --enter statements to perform when no records are found such as...
  24054.     display dialog "Sorry, the item you selected could not be found."
  24055.     return
  24056. end try
  24057. All Packages
  24058. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24059. Dev.CD Jan 94
  24060. Dev.CD Oct 93
  24061. Dev.CD Jul 93
  24062. Dev.CD Apr 93PDDev.CD Apr 94
  24063. Dev.CD Jan 94
  24064. Dev.CD Oct 93
  24065. Dev.CD Jul 93
  24066. Dev.CD Apr 9V
  24067. 33170X
  24068. Apr 94
  24069. easiest
  24070. easily
  24071. --set theItem to choose file -- uncomment to test in an AS editor
  24072.     tell application "Finder"
  24073.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:mac:"
  24074.         activate
  24075.     end tell
  24076. on error errMsg number errNum
  24077.     --enter statements to perform when no records are found such as...
  24078.     display dialog "Sorry, the item you selected could not be found."
  24079.     return
  24080. end try
  24081. audience
  24082. audiences
  24083. audio
  24084. audit
  24085. audited
  24086. auditing
  24087. august
  24088. aurp-speaking
  24089. authenticated
  24090. authentication
  24091. author
  24092. authoring
  24093. authorized
  24094. authors
  24095. autoguest
  24096. autoguest
  24097. control
  24098. panel
  24099. attempts
  24100. prevent
  24101. automate
  24102. automated
  24103. automates
  24104. automatic
  24105. automatically
  24106. automating
  24107. auxiliary
  24108. r--set theItem to choose file -- uncomment to test in an AS editor
  24109.     tell application "Finder"
  24110.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24111.         activate
  24112.     end tell
  24113. on error errMsg number errNum
  24114.     --enter statements to perform when no records are found such as...
  24115.     display dialog "Sorry, the item you selected could not be found."
  24116.     return
  24117. end try
  24118. information
  24119. initprojector
  24120. inputdialog
  24121. inputdialog
  24122. english
  24123. install
  24124. francais
  24125. install
  24126. install
  24127. install
  24128. install
  24129. install
  24130. install
  24131. install
  24132. install
  24133. install
  24134. install
  24135. install
  24136. install
  24137. install
  24138. install
  24139. 3.0.1
  24140. install
  24141. 1.0.2
  24142. install
  24143. 2.0.1
  24144. install
  24145. english
  24146. install
  24147. macapp
  24148. r13u4
  24149. install
  24150. install
  24151. opengl
  24152. ear inactive when the window was in fact, active.
  24153.  The TAB key now cycles your through the volumes in the volume popup.
  24154.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  24155.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  24156. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  24157. General tools.imgK
  24158. Jul 92L
  24159. Jun 95M
  24160. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  24161. technical
  24162. technique
  24163. techniques
  24164. technotes
  24165. techpubsfind
  24166. techpubsfind
  24167. techqa
  24168. techqa
  24169. shtml
  24170. telecom
  24171. telephone
  24172. telephone
  24173. manager
  24174. telephony
  24175. telephony
  24176. suite
  24177. template
  24178. template
  24179. template
  24180. terminology
  24181. terminology
  24182. script
  24183. target
  24184. test3dsound
  24185. testbanks
  24186. testbanks
  24187. testcpp
  24188. tester
  24189. testhidprobe
  24190. akeout
  24191. testing
  24192. testmagic
  24193. testmagic
  24194. tests
  24195. testvrmedia
  24196. testvrmedia
  24197. encoding
  24198. converter
  24199. encodings
  24200. extractors
  24201. plug-ins
  24202. text-to-speech
  24203. text-to-speech
  24204. first
  24205. textchanger
  24206. textchanger
  24207. 2.0.1
  24208. textdrag
  24209. textdrag
  24210. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  24211.  are lost after a reboot.
  24212. Improvements for version 1.6:
  24213.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  24214. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  24215.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  24216. r--set theItem to choose file -- uncomment to test in an AS editor
  24217.     tell application "Finder"
  24218.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24219.         activate
  24220.     end tell
  24221. on error errMsg number errNum
  24222.     --enter statements to perform when no records are found such as...
  24223.     display dialog "Sorry, the item you selected could not be found."
  24224.     return
  24225. end try
  24226. orry, the item you selected could not be found."
  24227.     return
  24228. end try
  24229. Deletedq
  24230. Dev.CD Nov 99 TC
  24231. C++ Source Code Formatter
  24232. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  24233. Features:
  24234. * Cryptic and obscure formatting commands! 
  24235. * Source code.  
  24236. * Understands C and C++.  
  24237. * Understands conditional compilation.  Source is provided.  
  24238. * Formats in the One True Style out of the box.
  24239. * Used by the developers of MacApp 3.0. 
  24240. * Does not harm the ozone layer nor does it contribute to global warming.
  24241. This package is System 7.0 compatible.  7.0 compatible.  
  24242. 32403X
  24243. Feb 00^
  24244. --set theItem to choose file -- uncomment to test in an AS editor
  24245.     tell application "Finder"
  24246.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  24247.         activate
  24248.     end tell
  24249. on error errMsg number errNum
  24250.     --enter statements to perform when no records are found such as...
  24251.     display dialog "Sorry, the item you selected could not be found."
  24252.     return
  24253. end try
  24254. e    No Changeq
  24255. Dev.CD Feb 00 TC
  24256. OD!All Packages
  24257. Tool Chest Edition
  24258. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  24259. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  24260. womack
  24261. won't
  24262. woodcock
  24263. word-processing
  24264. wordperfect
  24265. words
  24266. wordservices
  24267. work-arounds
  24268. works
  24269. workstation
  24270. workstations
  24271. world
  24272. world's
  24273. worlds
  24274. worldscript
  24275. worldwide
  24276. worldwrite
  24277. worry
  24278. would
  24279. wouldn't
  24280. wprocasm
  24281. wrapcommenttext
  24282. wringer
  24283. write
  24284. front
  24285. frontier
  24286. frontmost
  24287. fruitful
  24288. fsizemust
  24289. fsmgluelib
  24290. fsspec
  24291. full-features
  24292. full-text
  24293. fully
  24294. function
  24295. function/method
  24296. functional
  24297. functionality
  24298. functionsW
  24299. g3-class
  24300. g3/233
  24301. g3/266
  24302. g3/26620th
  24303. gadgets
  24304. gaining
  24305. {--set theItem to choose file -- uncomment to test in an AS editor
  24306.     tell application "Finder"
  24307.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  24308.         activate
  24309.     end tell
  24310. on error errMsg number errNum
  24311.     --enter statements to perform when no records are found such as...
  24312.     display dialog "Sorry, the item you selected could not be found."
  24313.     return
  24314. end try
  24315. mp-digest-v3-097
  24316. csmp-digest-v3-098
  24317. csmp-digest-v3-099
  24318. csmp-digest-v3-100
  24319. csmp-digest-v3-101
  24320. csmp-digest-v
  24321. 3-102
  24322. csmp-digest-v3-103
  24323. csmp-digest-v3-104
  24324. csmp-digest-v3-105
  24325. csmp-digest-v3-106
  24326. csmp-digest-v3-107
  24327. csmp-digest-v3-108
  24328. csmp-digest-v3-109
  24329. csmp-digest-v3-110
  24330. csmp-digest-v3-111
  24331. csmp-digest-v3-112
  24332. csmp-digest-v3-113
  24333. csmp-digest-v3-114
  24334. csmp-digest-v3-115
  24335. csmp-digest-v3-116
  24336. csmp-digest-v3-117
  24337. csmp-digest-v3-118
  24338. csmp-digest-v3-119
  24339. csmp-digest-v3-120
  24340. csmp-digest-v3-121
  24341. csmp-digest-v3-122
  24342. csmp-digest-v3-123
  24343. csmp-digest-v3-125
  24344. csmp-digest-v3-126
  24345. csmp-digest-v3-127
  24346. csmp-digest-v3-128
  24347. csmp-digest-v
  24348. Me    No Changeq
  24349. Dev.CD May 98 TC
  24350. ND!All Packages
  24351. Tool Chest Edition
  24352. LockVol
  24353. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  24354. e    No Changeq
  24355. Dev.CD Feb 00 TC
  24356. D!All Packages
  24357. Tool Chest Edition
  24358. SimpleText SampleI
  24359. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J'Sample Code.img
  24360. Windows Sample Code.imgK
  24361. Nov 96L
  24362. Dec 96O
  24363. Dev.CD Feb 00 TC:Sample Code:P
  24364. Dev.CD Feb 00 TC
  24365.  - Sample CodeV
  24366. 32864X
  24367. Feb 00^
  24368. r--set theItem to choose file -- uncomment to test in an AS editor
  24369.     tell application "Finder"
  24370.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24371.         activate
  24372.     end tell
  24373. on error errMsg number errNum
  24374.     --enter statements to perform when no records are found such as...
  24375.     display dialog "Sorry, the item you selected could not be found."
  24376.     return
  24377. end try
  24378. Movedq
  24379. Dev.CD Feb 00 TC
  24380. D!All Packages
  24381. Tool Chest Edition
  24382. F    SlideShow
  24383. filterdirectory
  24384. filterdirectory
  24385. finderevents
  24386. finderevents
  24387. first
  24388. 32865X
  24389. Feb 00^
  24390. --set theItem to choose file -- uncomment to test in an AS editor
  24391.     tell application "Finder"
  24392.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:"
  24393.         activate
  24394.     end tell
  24395. on error errMsg number errNum
  24396.     --enter statements to perform when no records are found such as...
  24397.     display dialog "Sorry, the item you selected could not be found."
  24398.     return
  24399. end try
  24400. e    No ChangefAJava Tutorial
  24401. Introduction to Java Programming
  24402. Learning Java
  24403. Javaq
  24404. Dev.CD Feb 00 TC
  24405. D!All Packages
  24406. Tool Chest Edition
  24407. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  24408. Slot Look info.txt
  24409. Slotlook
  24410. Slotlook.c
  24411. Slotlook.c.o
  24412. Slotlook.make
  24413. Slotlook.rK
  24414. Oct 92OADev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD Feb 00 TC
  24415.  - Tool Chest
  24416.  - Devices
  24417.  - NuBus/Slot Manager
  24418.  - Slot LookV
  24419. 32866X
  24420. Feb 00^
  24421. #-v3-079
  24422. csmp-digest-v3-080
  24423. spinning
  24424. spooler
  24425. sprite
  24426. sprocket
  24427. sprockets
  24428. sprockets
  24429. drawsprocket
  24430. netsprocket
  24431. inputsprocket
  24432. soundsprock
  24433. sprockets
  24434. games
  24435. drawsprocket
  24436. inputsprocket
  24437. netsprocket
  24438. sound
  24439. stack
  24440. stacks
  24441. standard
  24442. standardfile
  24443. standards
  24444. starmax
  24445. state
  24446. statements
  24447. status
  24448. storage
  24449. streaming
  24450. streams
  24451. stress
  24452. string
  24453. strings
  24454. strip
  24455. strlog
  24456. structure
  24457. stuffit
  24458. style
  24459. stylechat
  24460. sub-menus
  24461. suite
  24462. summary
  24463. survey
  24464. switch
  24465. switcher
  24466. symantec
  24467. symbiotic
  24468. synchronization
  24469. import@
  24470. inputsprocket@
  24471. install
  24472. quicktime
  24473. conferencing@
  24474. installer
  24475. 4.0.8@
  24476. int'l@
  24477. introappkitbook@
  24478. network@
  24479. object@
  24480. opencheckedout@
  24481. openmultfiles@
  24482. pages@
  24483. training
  24484. required
  24485. plug-and-play
  24486. design
  24487. no-copy
  24488. no-so-subtle
  24489. noacclcurve
  24490. noble
  24491. nogrowdocproc
  24492. non-apple
  24493. non-blessed
  24494. non-disclosure
  24495. on-floppy
  24496. non-functional
  24497. non-macintosh
  24498. non-native
  24499. non-portable
  24500. non-scsi
  24501. non-us
  24502. non-volatile-ram
  24503. nopoweroffkey
  24504. norbert
  24505. noresdialog
  24506. normal
  24507. normally
  24508. norman
  24509. north
  24510. norwegian
  24511. nosound
  24512. scroll
  24513. driver
  24514. localization
  24515. localization
  24516. japan
  24517. localizers
  24518.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  24519.         activate
  24520.     end tell
  24521. on error errMsg number errNum
  24522.     --enter statements to perform when no records are found such as...
  24523.     display dialog "Sorry, the item you selected could not be found."
  24524.     return
  24525. end try
  24526. e    No Changeq
  24527. Dev.CD Feb 00 TC
  24528. fD(All Packages
  24529. Reference Library Edition
  24530. C/F Registration Requests
  24531. codewarrior's
  24532. coding
  24533. coercion
  24534. coercions
  24535. coexist
  24536. cohasset
  24537. collaborate
  24538. collaboration
  24539. collation
  24540. collect
  24541. collected
  24542. collecting
  24543. collection
  24544. collection
  24545. inside
  24546. macintosh
  24547. books
  24548. related
  24549. programming
  24550. collection
  24551. developer
  24552. documentation
  24553. collection
  24554. documentation
  24555. developer
  24556. notes
  24557. collections
  24558. collectionservices
  24559. collectpictcolors
  24560. collects
  24561. collyer
  24562. color
  24563. colorcdef
  24564. colored
  24565. coloredcheckbox
  24566. colorization
  24567. colorize
  24568. Le    No Changef
  24569. PCI ndrv driver loaderq
  24570. Dev.CD Feb 00 TC
  24571. MD!All Packages
  24572. Tool Chest Edition
  24573. Localization for Japan
  24574. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  24575. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  24576. Localization for JapanK
  24577. Aug 92M
  24578. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  24579.  - Programs & MarketingV
  24580. 32402X
  24581. May 98^
  24582.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  24583. It also demonstrates:
  24584.   -The two dif
  24585. ferent types of action procedure, both for 68K and PowerPC architectures.
  24586.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  24587. Live Scroll has been built under:
  24588.   Metrowerks CodeWarrior 8
  24589.   Symantec C++ 8.0.1
  24590.   Symantec 7.0.4
  24591.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  24592. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  24593. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  24594. J'Sample Code.img
  24595. Windows Sample Code.imgK
  24596. Jul 96N
  24597. Live Scroll, Dynamic ScrollingO
  24598. Dev.CD Feb 00 TC:Sample Code:P
  24599. Dev.CD Feb 00 TC
  24600.  - Sample Coder registers file types.
  24601. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  24602. JIC/F Reg. on the Web!
  24603. Creator Registration
  24604. Read Me - C/F Registration v2.1K
  24605. Jun 93L
  24606. Feb 98M
  24607. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  24608.  - Utilities
  24609.  - Developer Forms
  24610.  - C/F Registration Requests
  24611. All Packages
  24612. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24613. Dev.CD Jan 94
  24614. Dev.CD Oct 93
  24615. Dev.CD Jul 93
  24616. Dev.CD Apr 93PDDev.CD Apr 94
  24617. Dev.CD Jan 94
  24618. Dev.CD Oct 93
  24619. Dev.CD Jul 93
  24620. Dev.CD Apr 9V
  24621. 33191X
  24622. Apr 94
  24623. --set theItem to choose file -- uncomment to test in an AS editor
  24624.     tell application "Finder"
  24625.         open item "Dev.CD Apr 94
  24626. Dev.CD Jan 94
  24627. Dev.CD Oct 93
  24628. Dev.CD Jul 93
  24629. Dev.CD Apr 93"
  24630.         activate
  24631.     end tell
  24632. on error errMsg number errNum
  24633.     --enter statements to perform when no records are found such as...
  24634.     display dialog "Sorry, the item you selected could not be found."
  24635.     return
  24636. end try
  24637. All Packages
  24638. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24639. Dev.CD Jan 94
  24640. Dev.CD Oct 93
  24641. Dev.CD Jul 93
  24642. Dev.CD Apr 93PDDev.CD Apr 94
  24643. Dev.CD Jan 94
  24644. Dev.CD Oct 93
  24645. Dev.CD Jul 93
  24646. Dev.CD Apr 9V
  24647. 33192X
  24648. Apr 94
  24649. f--set theItem to choose file -- uncomment to test in an AS editor
  24650.     tell application "Finder"
  24651.         open item "Dev.CD Jan 96 SSW"
  24652.         activate
  24653.     end tell
  24654. on error errMsg number errNum
  24655.     --enter statements to perform when no records are found such as...
  24656.     display dialog "Sorry, the item you selected could not be found."
  24657.     return
  24658. end try
  24659. primitives
  24660. principles
  24661. print
  24662. print2
  24663. printable
  24664. printdialogmagic
  24665. printed
  24666. printenv
  24667. product
  24668. production
  24669. productivity
  24670. products
  24671. professional
  24672. profile
  24673. profiler
  24674. profiles
  24675. profit
  24676. profound
  24677. programQ
  24678. This package contains source code, resources, and project files for the Introduction to Java on the Macintosh Tutorial. For step-by-step instruction and the tutorial contents, please visit:
  24679. http://developer.apple.com/java/javatutorial/index.html
  24680. Tutorial covers the following topics:
  24681. Menu Management
  24682. Window Management
  24683. Layout Managment
  24684. Event Management
  24685. Threading
  24686. Imaging
  24687. Handling High-Level Events
  24688. File I/O
  24689. J/iv.bat
  24690. README.txt
  24691. ViewerDemo
  24692. ViewerDemo.zipK
  24693. Feb 00M
  24694. Power Macintosh w/ 64 megabytes of Ram, Mac OS 8.1 or later, MRJ 2.1 or later, MRJ SDK 2.1 or later, Metrowerks Codewarrior 4 or laterNDJava Tutorial, Introduction to Java Programming, Learning Java, JavaOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:P^Dev.CD Feb 00 TC
  24695.  - What's New?
  24696.  - Sample Code
  24697.  - QuickTime
  24698.  - QuickTime for Java
  24699.  - SlideShowdigest-v3-036
  24700. csmp-digest-v3-037
  24701. atademo
  24702. atademo
  24703. codewarrior
  24704. sample
  24705. atapi
  24706. sound
  24707. sound
  24708. input
  24709. driver
  24710. driver
  24711. sound
  24712. memory
  24713. dialogs
  24714. windows
  24715. resources
  24716. files
  24717. interface
  24718. soundsprocket
  24719. soundsprocket
  24720. sound
  24721. reverb
  24722. effects
  24723. space
  24724. spbrecord
  24725. spbrecord
  24726. asynchronous
  24727. record
  24728. specification
  24729. speech
  24730. speech
  24731. synthesis
  24732. text-to-speech
  24733. macintalk
  24734. plaintalk
  24735. spell
  24736. spellswell
  24737. spinning
  24738. spooler
  24739. sprite
  24740. sprocket
  24741. sprockets
  24742. sprockets
  24743. drawsprocket
  24744. netsprocket
  24745. inputsprocket
  24746. soundsprock
  24747. sprockets
  24748. games
  24749. drawsprocket
  24750. inputsprocket
  24751. netsprocket
  24752. sound
  24753. stack
  24754. stacks
  24755. standard
  24756. standardfile
  24757. standards
  24758. starmax
  24759. state
  24760. viewer
  24761. virtual
  24762. virtualuser
  24763. volumes
  24764. vtwin
  24765. 32400X
  24766. Feb 00^
  24767. r--set theItem to choose file -- uncomment to test in an AS editor
  24768.     tell application "Finder"
  24769.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24770.         activate
  24771.     end tell
  24772. on error errMsg number errNum
  24773.     --enter statements to perform when no records are found such as...
  24774.     display dialog "Sorry, the item you selected could not be found."
  24775.     return
  24776. end try
  24777. Movedf
  24778. Live Scroll
  24779. Dynamic Scrollingq
  24780. Dev.CD Feb 00 TC
  24781. LD!All Packages
  24782. Tool Chest Edition
  24783. Load PCI DriverI
  24784. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  24785. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J'Sample Code.img
  24786. Windows Sample Code.imgK
  24787. Sep 97M
  24788. PowerPC PCI based MacintoshN
  24789. PCI ndrv driver loaderO
  24790. Dev.CD Feb 00 TC:Sample Code:P
  24791. Dev.CD Feb 00 TC
  24792.  - Sample CodeV
  24793. 32401X
  24794. Feb 00^
  24795. --set theItem to choose file -- uncomment to test in an AS editor
  24796.     tell application "Finder"
  24797.         open item "Dev.CD Apr 94
  24798. Dev.CD Jan 94
  24799. Dev.CD Oct 93
  24800. Dev.CD Jul 93"
  24801.         activate
  24802.     end tell
  24803. on error errMsg number errNum
  24804.     --enter statements to perform when no records are found such as...
  24805.     display dialog "Sorry, the item you selected could not be found."
  24806.     return
  24807. end try
  24808. first-person
  24809. firstly
  24810. fixed
  24811. fixes
  24812. Jf9live scrolling
  24813. control
  24814. proportional scroll bar
  24815. appearanceq
  24816. Dev.CD Feb 00 TC
  24817. KD!All Packages
  24818. Tool Chest Edition
  24819. Live Scroll 1.0
  24820. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll
  24821. scrolling
  24822. seamlessly
  24823. search
  24824. searched
  24825. searches
  24826. searching
  24827. searchproc
  24828. searchprocs
  24829. second
  24830. seger
  24831. segment
  24832. segmented
  24833. segmenting
  24834. seldom
  24835. select
  24836. selected
  24837. selecting
  24838. selection
  24839. selections
  24840. selectively
  24841. calibration
  24842. call-backs
  24843. callback
  24844. callbacks
  24845. called
  24846. caller
  24847. paigns
  24848. campfire
  24849. tsmte
  24850. tuning
  24851. tutorial
  24852. types
  24853. typography
  24854. ultraslimfast
  24855. unicode
  24856. unicode
  24857. imaging
  24858. bi-directional
  24859. rotation
  24860. double-byt
  24861. unicode
  24862. utilities
  24863. universal
  24864. universal
  24865. serial
  24866. update
  24867. updater
  24868. updates
  24869. access
  24870. usage
  24871. usedistanthdwrmem
  24872. uselocalhdwrmem
  24873. assistance
  24874. guide
  24875. interface
  24876. utilities
  24877. utility
  24878. validation
  24879. validation
  24880. reformatting
  24881. variable
  24882. variables
  24883. vector
  24884. version
  24885. video
  24886. video
  24887. conferencing
  24888. window
  24889. layers
  24890. window
  24891. manager
  24892. windows
  24893. wombat
  24894. workstation
  24895. world
  24896. world
  24897. wrapper
  24898. Ie    No Changef/Open Transport
  24899. OTLIFO
  24900. OTFIFO
  24901. OTLink
  24902. linked listq
  24903. Dev.CD Feb 00 TC
  24904. JD!All Packages
  24905. Tool Chest Edition
  24906. Live Control ScrollI
  24907. Sample code illustrating scrolling of controls via an off screen GWorld.  
  24908. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J'Sample Code.img
  24909. Windows Sample Code.imgK
  24910. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  24911. Dev.CD Feb 00 TC:Sample Code:P
  24912. Dev.CD Feb 00 TC
  24913.  - Sample CodeV
  24914. 32399X
  24915. Feb 00^
  24916. r--set theItem to choose file -- uncomment to test in an AS editor
  24917.     tell application "Finder"
  24918.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24919.         activate
  24920.     end tell
  24921. on error errMsg number errNum
  24922.     --enter statements to perform when no records are found such as...
  24923.     display dialog "Sorry, the item you selected could not be found."
  24924.     return
  24925. end try
  24926. e    No Change
  24927. r--set theItem to choose file -- uncomment to test in an AS editor
  24928.     tell application "Finder"
  24929.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24930.         activate
  24931.     end tell
  24932. on error errMsg number errNum
  24933.     --enter statements to perform when no records are found such as...
  24934.     display dialog "Sorry, the item you selected could not be found."
  24935.     return
  24936. end try
  24937. All Packages
  24938. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24939. Dev.CD Jan 94
  24940. Dev.CD Oct 93
  24941. Dev.CD Jul 93
  24942. Dev.CD Apr 93PDDev.CD Apr 94
  24943. Dev.CD Jan 94
  24944. Dev.CD Oct 93
  24945. Dev.CD Jul 93
  24946. Dev.CD Apr 9V
  24947. 33193X
  24948. Apr 94
  24949. --set theItem to choose file -- uncomment to test in an AS editor
  24950.     tell application "Finder"
  24951.         open item "Dev.CD Apr 94
  24952. Dev.CD Jan 94
  24953. Dev.CD Oct 93
  24954. Dev.CD Jul 93
  24955. Dev.CD Apr 93"
  24956.         activate
  24957.     end tell
  24958. on error errMsg number errNum
  24959.     --enter statements to perform when no records are found such as...
  24960.     display dialog "Sorry, the item you selected could not be found."
  24961.     return
  24962. end try
  24963. All Packages
  24964. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24965. Dev.CD Jan 94
  24966. Dev.CD Oct 93
  24967. Dev.CD Jul 93
  24968. Dev.CD Apr 93PDDev.CD Apr 94
  24969. Dev.CD Jan 94
  24970. Dev.CD Oct 93
  24971. Dev.CD Jul 93
  24972. Dev.CD Apr 9V
  24973. 33194X
  24974. Apr 94
  24975. developer
  24976. documentation
  24977. network
  24978. services
  24979. location
  24980. manager
  24981. anywhere
  24982. apart
  24983. aphorisms
  24984. appearing
  24985. appears
  24986. append
  24987. appendages
  24988. appendditl
  24989. appending
  24990. appendix
  24991. appendixes
  24992. apple
  24993. sample
  24994. which
  24995. demonstrates
  24996. ethernet
  24997. driver
  24998.  9660 compliance.  JBValidator 1.11
  24999. Validator documentation
  25000. Validator documentation.txtK
  25001. Vol IIIL
  25002. Vol VIIO@Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Feb 00 TC
  25003.  - Tool Chest
  25004.  - Devices
  25005.  - CD-ROM
  25006.  - CD-ROM Validator 1.1V
  25007. 30299X
  25008. Feb 00^
  25009. He    No Changef
  25010. CAD/CAM
  25011. ASIC Designq
  25012. Dev.CD Feb 00 TC
  25013. ID!All Packages
  25014. Tool Chest Edition
  25015. F    ListMania
  25016. 1This sample demonstrates a variety of techniques for using Open Transport
  25017. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  25018. Inside Macintosh: Open Transport
  25019. J'Sample Code.img
  25020. Windows Sample Code.imgK
  25021. Nov 97L
  25022. Jun 98M
  25023. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  25024. Dev.CD Feb 00 TC:Sample Code:P
  25025. Dev.CD Feb 00 TC
  25026.  - Sample CodeV
  25027. 32398X
  25028. Feb 00^
  25029. Aug 96
  25030. e--set theItem to choose file -- uncomment to test in an AS editor
  25031.     tell application "Finder"
  25032.         open item "Dev.CD Aug 96 TC"
  25033.         activate
  25034.     end tell
  25035. on error errMsg number errNum
  25036.     --enter statements to perform when no records are found such as...
  25037.     display dialog "Sorry, the item you selected could not be found."
  25038.     return
  25039. end try
  25040. All Packages
  25041. QuickDraw GXO
  25042. Dev.CD Aug 96 TCP
  25043. Dev.CD Aug 96 TV
  25044. 32694X
  25045. Aug 96
  25046. e--set theItem to choose file -- uncomment to test in an AS editor
  25047.     tell application "Finder"
  25048.         open item "Dev.CD Aug 96 TC"
  25049.         activate
  25050.     end tell
  25051. on error errMsg number errNum
  25052.     --enter statements to perform when no records are found such as...
  25053.     display dialog "Sorry, the item you selected could not be found."
  25054.     return
  25055. end try
  25056. All Packages
  25057. QuickDraw GXO
  25058. Dev.CD Aug 96 TCP
  25059. Dev.CD Aug 96 TV
  25060. 32695X
  25061. Aug 96
  25062. --set theItem to choose file -- uncomment to test in an AS editor
  25063.     tell application "Finder"
  25064.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  25065.         activate
  25066.     end tell
  25067. on error errMsg number errNum
  25068.     --enter statements to perform when no records are found such as...
  25069.     display dialog "Sorry, the item you selected could not be found."
  25070.     return
  25071. end try
  25072. ft JIS.
  25073.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  25074.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  25075.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  25076.  Various mappings for CJK encodings were improved.
  25077.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  25078. 5fewer missing characters in some conversions.
  25079.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  25080.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  25081.  Improved multiple script runs and long digit sequences.
  25082.  Improved building conversions involving Unicode variants, including UTF-8.
  25083. Dec 97L
  25084. Dec 99
  25085. Ge    No Changeq
  25086. Dev.CD Feb 00 TC
  25087. HD!All Packages
  25088. Tool Chest Edition
  25089. LFSR Verilog CAD Tool
  25090. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  25091. Features:
  25092. Used for training and using Verilog HDL. 
  25093. Produces test code for module. 
  25094. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  25095. Issues:
  25096. Doesn't open documents properly.
  25097. J.Horiz Count
  25098. Large Count
  25099. Readme
  25100. Vert CountK
  25101. Aug 93M=System 7.0 with 512Kbyte code. 
  25102. Color preferred not necessaryN
  25103. CAD/CAM, ASIC DesignOGDev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Feb 00 TC
  25104.  - Tool Chest
  25105.  - Hardware
  25106.  - Misc. Tools
  25107.  - LFSR Verilog CAD ToolV
  25108. 32397X
  25109. Feb 00^
  25110. #  display dialog "Sorry, the item you selected could not be found."
  25111.     return
  25112. end try
  25113. All Packages
  25114. b, version 1.2
  25115.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  25116. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  25117. NOTE:  This versiC
  25118. on is incompatible with:
  25119.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  25120.  Jasik's The Debugger, versions built prior to March 3, 1997
  25121. JQ CFM-68K Runtime Enabler
  25122. CFM-68K 4.0
  25123. CFM-68K Read Me
  25124. Interfaces:
  25125. ObjectSupportLibK
  25126. Jan 96L
  25127. May 97M
  25128. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  25129. --set theItem to choose file -- uncomment to test in an AS editor
  25130.     tell application "Finder"
  25131.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:"
  25132.         activate
  25133.     end tell
  25134. on error errMsg number errNum
  25135.     --enter statements to perform when no records are found such as...
  25136.     display dialog "Sorry, the item you selected could not be found."
  25137.     return
  25138. end try
  25139. 32986X
  25140. Nov 99^
  25141. --set theItem to choose file -- uncomment to test in an AS editor
  25142.     tell application "Finder"
  25143.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  25144.         activate
  25145.     end tell
  25146. on error errMsg number errNum
  25147.     --enter statements to perform when no records are found such as...
  25148.     display dialog "Sorry, the item you selected could not be found."
  25149.     return
  25150. end try
  25151. Deletedq
  25152. Dev.CD Nov 99 TC
  25153. All Packages
  25154. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  25155. Dev.CD Jan 94
  25156. Dev.CD Oct 93
  25157. Dev.CD Jul 93
  25158. Dev.CD Apr 93PDDev.CD Apr 94
  25159. Dev.CD Jan 94
  25160. Dev.CD Oct 93
  25161. Dev.CD Jul 93
  25162. Dev.CD Apr 9V
  25163. 32987X
  25164. Apr 94
  25165. panels
  25166. panes
  25167. panorama
  25168. panoramas
  25169. panoramic
  25170. paper
  25171. papserversample
  25172. papworkstation
  25173. parade
  25174. parameter
  25175. W first low co
  25176. summary
  25177. glossary
  25178. terms
  25179. apple
  25180. publications
  25181. summary
  25182. guide
  25183. support
  25184. development
  25185. macintosh
  25186. summary
  25187. hypercard
  25188. create
  25189. resolve
  25190. aliases
  25191. summary
  25192. macsbug
  25193. macro
  25194. debugging
  25195. summary
  25196. snippet
  25197. showing
  25198. determine
  25199. currently
  25200. summary
  25201. technical
  25202. notes
  25203. contain
  25204. latest
  25205. summary
  25206. parser
  25207. allow
  25208. access
  25209. system's
  25210. summary
  25211. aetracker
  25212. init/control
  25213. panel
  25214. allows
  25215. summary
  25216. application
  25217. which
  25218. provides
  25219. various
  25220. video
  25221. summary
  25222. controlling
  25223. finder
  25224. through
  25225. apple
  25226. summary
  25227. which
  25228. known
  25229. finderevents
  25230. apple
  25231. directions
  25232. developer
  25233. business
  25234. report
  25235. 1-12/
  25236. summary
  25237. apple's
  25238. indian
  25239. language
  25240. summary
  25241. apple's
  25242. korean
  25243. language
  25244. affordable
  25245. summary
  25246. appleglot
  25247. translation
  25248. night
  25249. nirvana
  25250. nisus
  25251. nd-play
  25252. design
  25253. no-copy
  25254. no-so-subtle
  25255. nogrowdocproc
  25256. non-apple
  25257. non-ethernet
  25258. non-functional
  25259. non-native
  25260. non-portable
  25261. non-scsi
  25262. non-volatile-ram
  25263. norbert
  25264. normal
  25265. normally
  25266. norman
  25267. norwegian
  25268. --set theItem to choose file -- uncomment to test in an AS editor
  25269.     tell application "Finder"
  25270.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  25271.         activate
  25272.     end tell
  25273. on error errMsg number errNum
  25274.     --enter statements to perform when no records are found such as...
  25275.     display dialog "Sorry, the item you selected could not be found."
  25276.     return
  25277. end try
  25278. tion Kit heralds the start of a revolution for Chinese computing.
  25279. What Chines
  25280. e Dictation Kit Can Do For You
  25281. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  25282. Features:
  25283.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  25284.  In contrast to most other Chinese dictation software, CDK  allows
  25285. Fe    No Changeq
  25286. Dev.CD Feb 00 TC
  25287. GD!All Packages
  25288. Tool Chest Edition
  25289. Learning to Drive
  25290. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  25291. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  25292. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  25293. J/Learning to Drive
  25294. Learning to Drive Disclaimer K
  25295. Mar 93O7Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Feb 00 TC
  25296.  - Tool Chest
  25297.  - Printing
  25298.  - Learning to DriveV
  25299. 32396X
  25300. Feb 00^
  25301. #lity scans your text files to find what words you  use and adds them automatically to the system.
  25302.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  25303.  Voice commands for frequently used functions.
  25304.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  25305. EO9Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:PADev.CD Feb 00 TC
  25306.  - Tool Chest
  25307.  - Printing
  25308.  - LaserWriter 8.5.1GMV
  25309. 32394X
  25310. Feb 00^
  25311. --set theItem to choose file -- uncomment to test in an AS editor
  25312.     tell application "Finder"
  25313.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  25314.         activate
  25315.     end tell
  25316. on error errMsg number errNum
  25317.     --enter statements to perform when no records are found such as...
  25318.     display dialog "Sorry, the item you selected could not be found."
  25319.     return
  25320. end try
  25321. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  25322. Dev.CD Feb 00 TC
  25323. FD!All Packages
  25324. Tool Chest Edition
  25325. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  25326. Memory Management.imgK
  25327. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  25328.  - Tool Chest
  25329.  - Testing & Debugging
  25330.  - Memory ManagementV
  25331. 32395X
  25332. Feb 00^
  25333. b--set theItem to choose file -- uncomment to test in an AS editor
  25334.     tell application "Finder"
  25335.         open item "Dev.CD Apr 93"
  25336.         activate
  25337.     end tell
  25338. on error errMsg number errNum
  25339.     --enter statements to perform when no records are found such as...
  25340.     display dialog "Sorry, the item you selected could not be found."
  25341.     return
  25342. end try
  25343. hidemenubar
  25344. hidemenubaretc
  25345. hiding
  25346. hierarchical
  25347. hiermenus
  25348. hifi-color
  25349. high-end
  25350. actions
  25351. activate
  25352. active
  25353. actively
  25354. activities
  25355. activity
  25356. actual
  25357. actually
  25358. graphical
  25359. editor
  25360. which
  25361. create
  25362. adapt
  25363. adaptation
  25364. adapts
  25365. adbop
  25366. adbreinit
  25367. add-ons
  25368. addchange
  25369. administration
  25370. administrators
  25371. adobe
  25372. adopt
  25373. adoption
  25374. adopts
  25375. advanced
  25376. All Packages
  25377. System 7 Tune-UpO
  25378. Dev.CD Apr 92
  25379. Dev.CD Mar 92P
  25380. Dev.CD Apr 92
  25381. Dev.CD Mar 9V
  25382. 32930X
  25383. Apr 92
  25384. p--set theItem to choose file -- uncomment to test in an AS editor
  25385.     tell application "Finder"
  25386.         open item "Dev.CD Apr 92
  25387. Dev.CD Mar 92"
  25388.         activate
  25389.     end tell
  25390. on error errMsg number errNum
  25391.     --enter statements to perform when no records are found such as...
  25392.     display dialog "Sorry, the item you selected could not be found."
  25393.     return
  25394. end try
  25395. All Packages
  25396. System 7 Tune-UpO
  25397. Dev.CD Apr 92P
  25398. Dev.CD Apr 9V
  25399. 32931X
  25400. Apr 92
  25401. b--set theItem to choose file -- uncomment to test in an AS editor
  25402.     tell application "Finder"
  25403.         open item "Dev.CD Apr 92"
  25404.         activate
  25405.     end tell
  25406. on error errMsg number errNum
  25407.     --enter statements to perform when no records are found such as...
  25408.     display dialog "Sorry, the item you selected could not be found."
  25409.     return
  25410. end try
  25411. All Packages
  25412. System 7 Tune-UpV
  25413. 32932X
  25414. summary
  25415. program
  25416. illustrates
  25417. menus
  25418. window
  25419. summary
  25420. resedit
  25421. editor
  25422. prepare
  25423. localized
  25424. numbe
  25425. summary
  25426. resedit
  25427. contains
  25428. macsbug
  25429. summary
  25430. sample
  25431. illustrates
  25432. determine
  25433. summary
  25434. sample
  25435. demonstrates
  25436. compress
  25437. decompr
  25438. summary
  25439. sample
  25440. demonstrates
  25441. write
  25442. simple
  25443. summary
  25444. sample
  25445. extracts
  25446. finder
  25447. strings
  25448. summary
  25449. sample
  25450. shows
  25451. manager
  25452. summary
  25453. support
  25454. quicktake
  25455. quicktake
  25456. summary
  25457. small
  25458. application
  25459. control
  25460. summary
  25461. software
  25462. improves
  25463. float-to-int
  25464. conversion
  25465. colorpicker
  25466. colorpicker
  25467. 2.1.1
  25468. colorpopupmenus
  25469. colorsync
  25470. colorsync
  25471. colorsync
  25472. photoshop
  25473. plugins
  25474. communication
  25475. communications
  25476. communications
  25477. toolbox
  25478. computer-based
  25479. 32393X
  25480. Feb 00^
  25481. --set theItem to choose file -- uncomment to test in an AS editor
  25482.     tell application "Finder"
  25483.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:"
  25484.         activate
  25485.     end tell
  25486. on error errMsg number errNum
  25487.     --enter statements to perform when no records are found such as...
  25488.     display dialog "Sorry, the item you selected could not be found."
  25489.     return
  25490. end try
  25491. e    No Changeq
  25492. Dev.CD Feb 00 TC
  25493. ED!All Packages
  25494. Tool Chest Edition
  25495. LaserWriter 8.5.1GM
  25496. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  25497. The LaserWriter 8.5.1 release contains:
  25498. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  25499. Redesigned Custom Page Size Support
  25500. PostScript Level 3 support
  25501. Expanded ColorSync 2.1.x support
  25502. Collation
  25503. Print To PDF
  25504. LaserWriter 8.5.1 GM.seaK
  25505. Jun 95L
  25506. Jan 98N"LaserWriter 8 driver printer 8.5.1
  25507. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  25508. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  25509. , especially in background.
  25510. JZDeveloper Information
  25511. New API  sample
  25512. New API documentation
  25513. Read me before using new API!
  25514. Nov 93L
  25515. Nov 93M
  25516. System Software 6.0.7 or later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  25517.  - Tool Chest
  25518.  - Printing
  25519.  - LaserWriter 8 API
  25520. Arabic Language Kit 1.0.1
  25521. Chinese Language Kit 1.2 (also CLK 1.1.1)
  25522. Cyrillic Language Kit 1.0
  25523. Hebrew Language Kit 1.0.1
  25524. Indian Language Kit 1.0
  25525. Japanese Language Kit 1.2
  25526. Korean Language Kit 1.0
  25527. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  25528. Arabic Language Kit 1.0.1
  25529. Chinese Language Kit 1.2 (also CLK 1.1.1)
  25530. Cyrillic Language Kit 1.0
  25531. Hebrew Language Kit 1.0.1
  25532. Indian Language Kit 1.0
  25533. Japanese Language Kit 1.2
  25534. orean Language Kit 1.0
  25535. J%LKU Install Disk 1
  25536. LKU Install Disk 2K
  25537. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Feb 00 TC
  25538.  - Language Kits
  25539.  - Language Kit Updater f/MacOS8C
  25540. language
  25541. manager
  25542. laserwriter
  25543. laserwriter
  25544. laserwriter
  25545. driver
  25546. printer
  25547. 8.5.1
  25548. laserwriter
  25549. bridge
  25550. launch
  25551. layers
  25552. layout
  25553. learning
  25554. learning
  25555. level
  25556. library
  25557. library
  25558. light
  25559. limit
  25560. linked
  25561. linked
  25562. linkers
  25563. linking
  25564. listen
  25565. scroll
  25566. scrolling
  25567. loadable
  25568. loadable
  25569. bundle
  25570. loader
  25571. loading
  25572. locales
  25573. localization
  25574. localized
  25575. localized
  25576. strings
  25577. location
  25578. location
  25579. manager
  25580. logical
  25581. space
  25582. lproj
  25583. lurkers
  25584. media
  25585. memory
  25586. memory
  25587. manager
  25588. locales
  25589. locales
  25590. localization
  25591. localization
  25592. japan
  25593. localization
  25594. tools
  25595. localize
  25596. localize
  25597. locator
  25598. looksmart
  25599. looksmart
  25600. lookup
  25601. lookupmenu
  25602. lurkers
  25603. lurkers
  25604. lurkers
  25605. lurkers
  25606. lurkers
  25607. readme
  25608. lurkers
  25609. readme
  25610. hoseirdasample
  25611. intosh
  25612. macos8documentation
  25613. macsbug
  25614. macsbug
  25615. resources
  25616. mag'n
  25617. magic
  25618. magic
  25619. magic
  25620. utility
  25621. magican
  25622. magician
  25623. suite
  25624. makefile
  25625. makefilealias
  25626. makefilehelp
  25627. makeout
  25628. makethefolder
  25629. making
  25630. making
  25631. management
  25632. manager
  25633. manual
  25634. mappings
  25635. markc
  25636. market
  25637. --set theItem to choose file -- uncomment to test in an AS editor
  25638.     tell application "Finder"
  25639.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:"
  25640.         activate
  25641.     end tell
  25642. on error errMsg number errNum
  25643.     --enter statements to perform when no records are found such as...
  25644.     display dialog "Sorry, the item you selected could not be found."
  25645.     return
  25646. end try
  25647. cvtccomments
  25648. builds
  25649. e--set theItem to choose file -- uncomment to test in an AS editor
  25650.     tell application "Finder"
  25651.         open item "Dev.CD Nov 97 TC"
  25652.         activate
  25653.     end tell
  25654. on error errMsg number errNum
  25655.     --enter statements to perform when no records are found such as...
  25656.     display dialog "Sorry, the item you selected could not be found."
  25657.     return
  25658. end try
  25659.     tell application "Finder"
  25660.         open item "Dev.CD May 97 TC
  25661. Dev.CD Nov 96 TC
  25662. Dev.CD Aug 96 TC
  25663. Dev.CD Feb 96 TC
  25664. Dev.CD Feb 95"
  25665.         activate
  25666.     end tell
  25667. on error errMsg number errNum
  25668.     --enter statements to perform when no records are found such as...
  25669.     display dialog "Sorry, the item you selected could not be found."
  25670.     return
  25671. end try
  25672. All Packages
  25673. Chinese Language KitO
  25674. Dev.CD May 94
  25675. Dev.CD Feb 94P
  25676. Dev.CD May 94
  25677. Dev.CD Feb 9V
  25678. 30309X
  25679. May 94
  25680. 32392X
  25681. Feb 00^
  25682. --set theItem to choose file -- uncomment to test in an AS editor
  25683.     tell application "Finder"
  25684.         open item "Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  25685.         activate
  25686.     end tell
  25687. on error errMsg number errNum
  25688.     --enter statements to perform when no records are found such as...
  25689.     display dialog "Sorry, the item you selected could not be found."
  25690.     return
  25691. end try
  25692. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  25693. Dev.CD Feb 00 TC
  25694. DD!All Packages
  25695. Tool Chest Edition
  25696. LaserWriter 8 API
  25697. chooses
  25698. choosing
  25699. christine
  25700. chromakey
  25701. chromakeying
  25702. chromakeymovie
  25703. chromakeymovie
  25704. chromakey
  25705. movie
  25706. simple
  25707. application
  25708. which
  25709. chunks
  25710. cicn's
  25711. cincludes
  25712. circumstances
  25713. claim
  25714. claims
  25715. claris
  25716. clarisworks
  25717. clark
  25718. clash
  25719. class
  25720. classes
  25721. classic
  25722. classroom
  25723. clause
  25724. clauses
  25725. clean
  25726. cleaner
  25727. cleans
  25728. clear
  25729. clearly
  25730. click
  25731. click-dragging
  25732. clicked
  25733. clicking
  25734. clicks
  25735. p--set theItem to choose file -- uncomment to test in an AS editor
  25736.     tell application "Finder"
  25737.         open item "Dev.CD Apr 94
  25738. Dev.CD Jan 94"
  25739.         activate
  25740.     end tell
  25741. on error errMsg number errNum
  25742.     --enter statements to perform when no records are found such as...
  25743.     display dialog "Sorry, the item you selected could not be found."
  25744.     return
  25745. end try
  25746. language
  25747. analysis
  25748. architecture
  25749. provides
  25750. applications
  25751. laserwriter
  25752. 8.5.1
  25753. release
  25754. contains
  25755. utilities
  25756. latest
  25757. greatest
  25758. technotes
  25759. navigation
  25760. services
  25761. suite
  25762. greatly
  25763. enhances
  25764. system
  25765. picker
  25766. replaces
  25767. system
  25768. picker
  25769. 1.0.1
  25770. papserversample
  25771. demonstrates
  25772. transpo
  25773. release
  25774. apple's
  25775. brings
  25776. increased
  25777. functionali
  25778. samplefilter
  25779. postscript
  25780. output
  25781. filter
  25782. laserwriter
  25783. search
  25784. internet
  25785. feature
  25786. sherlock
  25787. application
  25788. uncomment to test in an AS editor
  25789.     tell application "Finder"
  25790.         open item "Dev.CD May 98 TC"
  25791.         activate
  25792.     end tell
  25793. on error errMsg number errNum
  25794.     --enter statements to perform when no records are found such as...
  25795.     display dialog "Sorry, the item you selected could not be found."
  25796.     return
  25797. end try
  25798. All Packages
  25799. Chinese Language Kit UpdaterV
  25800. 30312X
  25801. CD!All Packages
  25802. Tool Chest Edition
  25803. Language Kit Updater f/MacOS8
  25804. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  25805. Current Language Kits with Mac OS 8.0 or newer.
  25806. analyzer
  25807. appearance
  25808. appearance
  25809. 1.0.2
  25810. appearance
  25811. 1.0.4
  25812. apple
  25813. apple
  25814. cd-rom
  25815. handbook
  25816. apple
  25817. color
  25818. onescanner
  25819. apple
  25820. detectors
  25821. ev.CD Feb 95"
  25822.         activate
  25823.     end tell
  25824. on error errMsg number errNum
  25825.     --enter statements to perform when no records are found such as...
  25826.     display dialog "Sorry, the item you selected could not be found."
  25827.     return
  25828. end try
  25829. All Packages
  25830. ChineseTalk 6.0.3O
  25831. Dev CD Vol. V
  25832. Dev CD Vol. IVP
  25833. Dev CD Vol. V
  25834. Dev CD Vol. IV
  25835. 30313X
  25836. Vol. V
  25837. APIDev.CD Jan 00 SDK1
  25838.  - Development Kits
  25839.  - Mac OS
  25840.  - Language Analysis SDKol. XIP)Dev.CD Mar 92
  25841. Dev.CD Feb 92
  25842. Dev.CD Vol. XV
  25843. 30314X
  25844. Mar 92
  25845. --set theItem to choose file -- uncomment to test in an AS editor
  25846.     tell application "Finder"
  25847.         open item "Dev.CD Mar 92
  25848. Dev.CD Feb 92
  25849. Dev.CD Vol. XI"
  25850.         activate
  25851.     end tell
  25852. on error errMsg number errNum
  25853.     --enter statements to perform when no records are found such as...
  25854.     display dialog "Sorry, the item you selected could not be found."
  25855.     return
  25856. end try
  25857. All Packages
  25858. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  25859. Dev.CD Feb 92
  25860. Dev.CD Vol. XIP)Dev.CD Mar 92
  25861. Dev.CD Feb 92
  25862. Dev.CD Vol. XV
  25863. 30315X
  25864. Mar 92
  25865. Language Analysis SDK
  25866. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  25867. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  25868. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  25869. 32390X
  25870. Jan 00^
  25871. --set theItem to choose file -- uncomment to test in an AS editor
  25872.     tell application "Finder"
  25873.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  25874.         activate
  25875.     end tell
  25876. on error errMsg number errNum
  25877.     --enter statements to perform when no records are found such as...
  25878.     display dialog "Sorry, the item you selected could not be found."
  25879.     return
  25880. end try
  25881. e    No ChangefoLanguage
  25882. Analysis
  25883. Language Analysis Architecture
  25884. Japanese
  25885. morpheme
  25886. Dictionary Manager
  25887. Analysis
  25888. Language Managerq
  25889. Dev.CD Jan 00 SDK1
  25890. All Packages
  25891. Language Kit UpdaterO
  25892. Dev.CD Nov 97 TCP
  25893. Dev.CD Nov 97 TV
  25894. 32391X
  25895. Nov 97
  25896. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  25897. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of KanjC
  25898. i and Kana characters back into a string of phonetic characters as well.
  25899. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  25900. Japanese is the only target language in this release.
  25901. Language Analysis SDK.imgK
  25902. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:
  25903. Feb 00^
  25904. r--set theItem to choose file -- uncomment to test in an AS editor
  25905.     tell application "Finder"
  25906.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25907.         activate
  25908.     end tell
  25909. on error errMsg number errNum
  25910.     --enter statements to perform when no records are found such as...
  25911.     display dialog "Sorry, the item you selected could not be found."
  25912.     return
  25913. end try
  25914. Movedf
  25915. Finder label menu iconq
  25916. Dev.CD Feb 00 TC
  25917. AD!All Packages
  25918. Mac OS SDK Edition
  25919. nguage Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  25920. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  25921. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wisometimes even wi
  25922. 32390X
  25923. @F    LabelMenu
  25924.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  25925. J'Sample Code.img
  25926. Windows Sample Code.imgK
  25927. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  25928. Finder label menu iconO
  25929. Dev.CD Feb 00 TC:Sample Code:P
  25930. Dev.CD Feb 00 TC
  25931.  - Sample CodeV
  25932. 32389X
  25933. 1he movie.
  25934. Additional features demonstrated
  25935.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  25936.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  25937. All Packages
  25938. System 7.5 Update 2.0O
  25939. Dev.CD Jul 96 SSWP
  25940. Dev.CD Jul 96 SSV
  25941. 32978X
  25942. Jul 96
  25943. f--set theItem to choose file -- uncomment to test in an AS editor
  25944.     tell application "Finder"
  25945.         open item "Dev.CD Jul 96 SSW"
  25946.         activate
  25947.     end tell
  25948. on error errMsg number errNum
  25949.     --enter statements to perform when no records are found such as...
  25950.     display dialog "Sorry, the item you selected could not be found."
  25951.     return
  25952. end try
  25953. All Packages
  25954. System 7.5 Update 2.0O
  25955. Dev.CD Jul 96 SSWP
  25956. Dev.CD Jul 96 SSV
  25957. 32979X
  25958. Jul 96
  25959. f--set theItem to choose file -- uncomment to test in an AS editor
  25960.     tell application "Finder"
  25961.         open item "Dev.CD Jul 96 SSW"
  25962.         activate
  25963.     end tell
  25964. on error errMsg number errNum
  25965.     --enter statements to perform when no records are found such as...
  25966.     display dialog "Sorry, the item you selected could not be found."
  25967.     return
  25968. end try
  25969. All Packages
  25970. System 7.5 Update 2.0V
  25971. 32980X
  25972. commando
  25973.  Feb 00 TC
  25974. ~D!All Packages
  25975. Tool Chest Edition
  25976. Clipboard Magician 0.76
  25977. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  25978. Features:
  25979. Examine data in clipboard.
  25980. Manipulate data in clipboard.
  25981. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  25982. y adding a glue CNVT code resource.
  25983. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  25984. 30318X
  25985. 1e    No Change
  25986. toolbox
  25987. toolbox
  25988. assistant
  25989. multiple
  25990. toolkit
  25991. tools
  25992. tools
  25993. goodies
  25994. tools
  25995. topics
  25996. total
  25997. helper
  25998. traditional
  25999. training
  26000. transitioneffect
  26001. transitioneffect
  26002. mes with the Power Input Method, a feature-rich input method that allows conversion from hangul to hanja, can display the command menu in English or Korean, and provides an easy-to-use interface. The kit also includes two keyboard layouts for native speakers and two romaja modes for easy Korean input by non-native speakers. Also included is a set of transparent labels for customizing your keyboard.
  26003. The kit includes five QuickDraw GX-compatible TrueType fonts that produce high-quality on-s
  26004. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  26005. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  26006.     Df.0, WordPerfect, Nisus Writer, and WorldWrite. It can also be used with Korean localized applications.
  26007. Copy to your HD to install
  26008. Install 1
  26009. Install 10
  26010. Install 11
  26011. Install 12
  26012. Install 13
  26013. Install 14
  26014. Install 2
  26015. Install 3
  26016. Install 4
  26017. Install 5
  26018. Install 6
  26019. Install 7
  26020. Install 8
  26021. Install 9K
  26022. May 97O7Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:P<Dev.CD Feb 00 TC
  26023.  - Language Kits
  26024.  - Korean Language Kit 1.0
  26025. 32849X
  26026. Feb 00^
  26027. --set theItem to choose file -- uncomment to test in an AS editor
  26028.     tell application "Finder"
  26029.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  26030.         activate
  26031.     end tell
  26032. on error errMsg number errNum
  26033.     --enter statements to perform when no records are found such as...
  26034.     display dialog "Sorry, the item you selected could not be found."
  26035.     return
  26036. end try
  26037. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  26038. Dev.CD Feb 00 TC
  26039. D!All Packages
  26040. Tool Chest Edition
  26041. SetDeskCPatDemoI
  26042. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  26043. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J'Sample Code.img
  26044. Windows Sample Code.imgK
  26045. Aug 97N
  26046. setdeskcpatO
  26047. Dev.CD Feb 00 TC:Sample Code:P
  26048. Dev.CD Feb 00 TC
  26049.  - Sample CodeV
  26050. 32850X
  26051. Feb 00^
  26052. #standards
  26053. music
  26054. music
  26055. mybuildmenu
  26056. e--set theItem to choose file -- uncomment to test in an AS editor
  26057.     tell application "Finder"
  26058.         open item "Dev.CD May 97 TC"
  26059.         activate
  26060.     end tell
  26061. on error errMsg number errNum
  26062.     --enter statements to perform when no records are found such as...
  26063.     display dialog "Sorry, the item you selected could not be found."
  26064.     return
  26065. end try
  26066.  found such as...
  26067.     display dialog "Sorry, the item you selected could not be found."
  26068.     return
  26069. end try
  26070. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  26071. Dev.CD Feb 00 TC
  26072. D!All Packages
  26073. Tool Chest Edition
  26074. Color Locator DA
  26075. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  26076. Color Locator DAK
  26077. Vol VL
  26078. Vol VIInge
  26079. 32388X
  26080. Feb 00^
  26081. --set theItem to choose file -- uncomment to test in an AS editor
  26082.     tell application "Finder"
  26083.         open item "Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:"
  26084.         activate
  26085.     end tell
  26086. on error errMsg number errNum
  26087.     --enter statements to perform when no records are found such as...
  26088.     display dialog "Sorry, the item you selected could not be found."
  26089.     return
  26090. end try
  26091. e    No Changeq
  26092. Dev.CD Feb 00 TC
  26093. @D!All Packages
  26094. Tool Chest Edition
  26095. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  26096. J'Sample Code.img
  26097. Windows Sample Code.imgK
  26098. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  26099. Finder label menu iconO
  26100. Dev.CD Feb 00 TC:Sample Code:P
  26101. Dev.CD Feb 00 TC
  26102.  - Sample CodeV
  26103. 32389X
  26104. 1le CodeV
  26105. 32389X
  26106. Moved
  26107. Korean Language Kit 1.0.1
  26108. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  26109. The Korean Language Kit co
  26110. 32388X
  26111. System Enabler 111 (PB 160/180)O
  26112. Dev.CD Apr 93P
  26113. Dev.CD Apr 9V
  26114. 33123X
  26115. Apr 93
  26116. b--set theItem to choose file -- uncomment to test in an AS editor
  26117.     tell application "Finder"
  26118.         open item "Dev.CD Apr 93"
  26119.         activate
  26120.     end tell
  26121. on error errMsg number errNum
  26122.     --enter statements to perform when no records are found such as...
  26123.     display dialog "Sorry, the item you selected could not be found."
  26124.     return
  26125. end try
  26126. All Packages
  26127. System Enabler 121 (PB 165c)O
  26128. Dev.CD Apr 93P
  26129. Dev.CD Apr 9V
  26130. 33124X
  26131. Apr 93
  26132. b--set theItem to choose file -- uncomment to test in an AS editor
  26133.     tell application "Finder"
  26134.         open item "Dev.CD Apr 93"
  26135.         activate
  26136.     end tell
  26137. on error errMsg number errNum
  26138.     --enter statements to perform when no records are found such as...
  26139.     display dialog "Sorry, the item you selected could not be found."
  26140.     return
  26141. end try
  26142. All Packages
  26143. F)System Enabler 131 (PB 160/165c/180/180c)V
  26144. 33125X
  26145. All Packages
  26146. Korean Language KitO
  26147. Dev.CD Aug 97 TC
  26148. Dev.CD Jan 94
  26149. Dev.CD Oct 93
  26150. Dev.CD Jul 93
  26151. Dev.CD Apr 93
  26152. Dev.CD Jan 92
  26153. Dev.CD Vol. XI
  26154. Dev.CD Vol. X
  26155. Dev.CD Vol. IX
  26156. Dev.CD Vol. VIII
  26157. Dev.CD Vol. VII
  26158. Dev CD Vol. VIP
  26159. Dev.CD Aug 97 TC
  26160. Dev.CD Jan 94
  26161. Dev.CD Oct 93
  26162. Dev.CD Jul 93
  26163. Dev.CD Apr 93
  26164. Dev.CD Jan 92
  26165. Dev.CD Vol. XI
  26166. Dev.CD Vol. X
  26167. Dev.CD Vol. IX
  26168. Dev.CD Vol. VIII
  26169. Dev.CD Vol. VII
  26170. Dev CD Vol. VV
  26171. 32387X
  26172. Aug 97
  26173. --set theItem to choose file -- uncomment to test in an AS editor
  26174.     tell application "Finder"
  26175.         open item "Dev.CD Aug 97 TC
  26176. Dev.CD Jan 94
  26177. Dev.CD Oct 93
  26178. Dev.CD Jul 93
  26179. Dev.CD Apr 93
  26180. Dev.CD Jan 92
  26181. Dev.CD Vol. XI
  26182. Dev.CD Vol. X
  26183. Dev.CD Vol. IX
  26184. Dev.CD Vol. VIII
  26185. Dev.CD Vol. VII
  26186. Dev CD Vol. VI"
  26187.         activate
  26188.     end tell
  26189. on error errMsg number errNum
  26190.     --enter statements to perform when no records are found such as...
  26191.     display dialog "Sorry, the item you selected could not be fB
  26192. ound."
  26193.     return
  26194. end try
  26195. ?D!All Packages
  26196. Tool Chest Edition
  26197.  Change
  26198. sponsored
  26199. spool
  26200. spooled
  26201. spooler
  26202. spoolers
  26203. spooling
  26204. sports
  26205. spots
  26206. spreadsheet
  26207. spreadsheets
  26208. sprite
  26209.       activate
  26210.     end tell
  26211. on error errMsg number errNum
  26212.     --enter statements to perform when no records are found such as...
  26213.     display dialog "Sorry, the item you selected could not be found."
  26214.     return
  26215. end try
  26216. e    No Changef
  26217. Color Picker 2.1.1q
  26218. Dev.CD Jan 00 SDK1
  26219. All Packages
  26220. ColorPopUpMenus
  26221. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  26222. Contains routines for getting/setting particular elements in a color icon's color table.
  26223. Dec 99V
  26224. 30322X
  26225. 1e    No Change
  26226. Mac OS SDK Edition
  26227. ColorPicker 2.1.1 SDKI
  26228. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  26229. Features: No new features- only bug fixesJ
  26230. Color Picker SDK.sitK
  26231. Aug 97L
  26232. Jan 98N
  26233. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  26234.  - Development Kits
  26235.  - Mac OS
  26236.  - ColorPicker 2.1.1 SDKV
  26237. 30321X
  26238. Jan 00^
  26239. toolW
  26240. W found such as...
  26241.     display dialog "Sorry, the item you selected could not be found."
  26242.     return
  26243. end try
  26244. e    No Changef8Icon
  26245. color icon
  26246. colour table
  26247. CIconHandle
  26248. CTabHandle
  26249. clutq
  26250. Dev.CD Mar 00 RL Disk 1
  26251. All Packages
  26252. F'Technical Publications: Mac OS X Server
  26253. Mac OS X Server Developer Documentation
  26254. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  26255. What's New/Updated:
  26256. AppKit
  26257. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  26258. Foundation
  26259. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  26260. AppKit:
  26261. Foundation:
  26262. Mar 99L
  26263. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface Builder
  26264. AppleScript for Developers
  26265. AppleScript for Scripters
  26266. Drag Manager
  26267. Edition Manager
  26268. PPC Toolbox
  26269. Scrap Manager
  26270. Operating System Services:
  26271. Event Manager
  26272. Gestalt Manager
  26273. Memory Management Utilities
  26274. Memory Manager
  26275. Multiprocessing Services [Updated]
  26276. Notification Manager
  26277. Process Manager
  26278. Queue Utilities
  26279. Shutdown Manager
  26280. Start Manager
  26281. System Error Handler
  26282. Thread Manager
  26283. Time Manager
  26284. Vertical Retrace Manager
  26285. Virtual Memory Manager
  26286. Device Managers and Drivers Documentation
  26287. Introduction to Mac OS I
  26288. Programming Documentation
  26289. Legacy Documentation Documentation
  26290. General topics:
  26291. Glossary
  26292. Result Codes Tables
  26293. Indexes:
  26294. Document
  26295. Functions
  26296. Technologies
  26297. DevTools:
  26298. Files:
  26299. Glossary:
  26300. HelpSystems:
  26301. HumanInterfaceToolbox:
  26302. images:
  26303. Indexes:
  26304. InterproCom:
  26305. Legacy:
  26306. mac8.html
  26307. MultimediaGraphics:
  26308. NetworkCommSvcs:
  26309. OSSvcs:
  26310. Overview:
  26311. printondemand.html
  26312. ResultCodeTable:
  26313. RuntimeSvcs:
  26314. SearchingTechnologies:
  26315. SiteInfo:
  26316. TextIntlSvcs:
  26317. Utilities:
  26318. editionQ
  26319. revised
  26320. everyware
  26321. evict
  26322. evolved
  26323. evolving
  26324. eworld
  26325. exact
  26326. exactly
  26327. examine
  26328. examined
  26329. examines
  26330. examining
  26331. example
  26332. inside
  26333. inside
  26334. macintosh
  26335. installer
  26336. instance
  26337. instrumentation
  26338. instrumentation
  26339. performance
  26340. analysis
  26341. integrity
  26342. interactive
  26343. interface
  26344. interfaces
  26345. interleaving
  26346. international
  26347. international
  26348. glossaries
  26349. internationalization
  26350. internet
  26351. interrupt
  26352. interrupt
  26353. debugging
  26354. introduction
  26355. investment
  26356. iostreams
  26357. Movedq
  26358. Dev.CD Feb 00 TC
  26359. <D!All Packages
  26360. Mac OS SDK Edition
  26361. Killer Content Workbook
  26362. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  26363. *ime parameters. You
  26364. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  26365. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  26366. JTKiller Content.pdf
  26367. Part I PDF Links
  26368. Part II PDF Links
  26369. Part III PDF Links
  26370. sound filesK
  26371. Jan 98d
  26372. <OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  26373.  - What's New
  26374.  - Technical Documentation
  26375.  - Interactive Media Resources
  26376.  - Killer Content WorkbookV
  26377. 32385X
  26378. Jan 98^
  26379. --set theItem to choose file -- uncomment to test in an AS editor
  26380.     tell application "Finder"
  26381.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  26382.         activate
  26383.     end tell
  26384. on error errMsg number errNum
  26385.     --enter statements to perform when no records are found such as...
  26386.     display dialog "Sorry, the item you selected could not be found."
  26387.     return
  26388. end try
  26389. Deletedq
  26390. Dev.CD Jan 98 SDK1
  26391. All Packages
  26392. Korean Language KitO
  26393. Dev.CD May 97 TCP
  26394. Dev.CD May 97 TV
  26395. 32386X
  26396. May 97
  26397. support
  26398.       - support for 16 bits per channel images
  26399.       - What gets installed with ColorSync
  26400. ColorSync 3.0.imgK
  26401. Mar 93L
  26402. Dec 99
  26403. r--set theItem to choose file -- uncomment to test in an AS editor
  26404.     tell application "Finder"
  26405.         open item "Dev.CD Feb 00 TC:Sample Code:"
  26406.         activate
  26407.     end tell
  26408. on error errMsg number errNum
  26409.     --enter statements to perform when no records are found such as...
  26410.     display dialog "Sorry, the item you selected could not be found."
  26411.     return
  26412. end try
  26413. summary
  26414. monitor
  26415. iotracer
  26416. performance
  26417. tools
  26418. summary
  26419. tools
  26420. small
  26421. functions
  26422. summary
  26423. allows
  26424. display
  26425. dialogs
  26426. alerts
  26427. coolale
  26428. summary
  26429. sedit
  26430. device
  26431. editor
  26432. general
  26433. purpose
  26434. summary
  26435. virtual
  26436. scripts
  26437. libraries
  26438. automa
  26439. summary
  26440. globals
  26441. multifinder
  26442. friendly
  26443. application
  26444. summary
  26445. movie
  26446. small
  26447. application
  26448. designed
  26449. summary
  26450. simpleapp
  26451. general
  26452. utility
  26453. handling
  26454. summary
  26455. soundapp
  26456. sample
  26457. application
  26458. demonstrating
  26459. summary
  26460. sourceobj
  26461. reads
  26462. corrosponding
  26463. summary
  26464. standardfileicons
  26465. control
  26466. panel
  26467. which
  26468. allows
  26469. summary
  26470. stdfilesaver
  26471. sample
  26472. print
  26473. driver
  26474. written
  26475. summary
  26476. allows
  26477. several
  26478. attrib
  26479. summary
  26480. system
  26481. standard
  26482. window
  26483. definition
  26484. procedure
  26485. control
  26486. strip
  26487. control
  26488. panel
  26489. provides
  26490. selectfile
  26491. selectors
  26492. sendae
  26493. sendae
  26494. sendae
  26495. sendps
  26496. sendps
  26497. serial
  26498. server
  26499. server
  26500. controller
  26501. server
  26502. controller
  26503. server
  26504. controller
  26505. server
  26506. remote
  26507. control
  26508. servercontrolintf
  26509. servercontrolintf
  26510. servers
  26511. servervols
  26512. servervols
  26513. services
  26514. movie
  26515. setdefaultdtp
  26516. setdefaultdtp
  26517. setdefaultdtp
  26518. setfileflag
  26519. setfileflag
  26520. setfinderlock
  26521. setfinderlock
  26522. setfinfo
  26523. setfinfo
  26524. setfolderflag
  26525. setfolderflag
  26526. Keychain SDK.img^
  26527. --set theItem to choose file -- uncomment to test in an AS editor
  26528.     tell application "Finder"
  26529.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  26530.         activate
  26531.     end tell
  26532. on error errMsg number errNum
  26533.     --enter statements to perform when no records are found such as...
  26534.     display dialog "Sorry, the item you selected could not be found."
  26535.     return
  26536. end try
  26537. Deletedf
  26538. ColorSync Photoshop Plug-insq
  26539. Dev.CD Apr 98 SDK1
  26540. D!All Packages
  26541. Mac OS SDK Edition
  26542. Communications Toolbox
  26543. library@
  26544. locales@
  26545. macbinary@
  26546. macos8
  26547. higuidelines
  26548. manalyzer@
  26549. markpascal@
  26550. memory@
  26551. standards
  26552. rep-iso
  26553. hytime@
  26554. installer
  26555. 1.0.1b1c2@
  26556. mybuildmenu@
  26557. documentation@
  26558. notification@
  26559. html@
  26560. object@
  26561. otarpmodule@
  26562. package@
  26563. password@
  26564. pitfalls@
  26565. portingobjectivectoj
  26566. powerbookg3series@
  26567. processor@
  26568. progresswindoid@
  26569. protocol@
  26570. qteffects
  26571. quickstart@
  26572. qwertytunes
  26573. qwertytunes
  26574. rdocproc@
  26575. reader@
  26576. readme
  26577. dcmd@
  26578. release
  26579. extensions@
  26580. release
  26581. notes@
  26582. renderinglib@
  26583. resultcodetable@
  26584. runtime@
  26585. sample
  26586. applications@
  26587. use device to preview what your image will look like on the printing press. 
  26588.  Execute any custom color matching needed.
  26589. New ColorSync Photoshop Plug-ins (Impo
  26590. keycode
  26591. keymenu
  26592. kh-hangulkorean
  26593. killer
  26594. killer
  26595. content
  26596. killres
  26597. killres
  26598. korean
  26599. korean
  26600. 1.1.3
  26601. color
  26602. space
  26603. profile
  26604. language
  26605. language
  26606. analysis
  26607. large
  26608. large
  26609. count
  26610. laser
  26611. laser
  26612. doctor
  26613. laserwriter
  26614. laserwriter
  26615. 8.5.1
  26616. launch
  26617. launchdoc
  26618. launchdoc
  26619. ldefproc0
  26620. ldefproc0
  26621. learning
  26622. learning
  26623. drive
  26624. learning
  26625. drive
  26626. disclaimer
  26627. legacy
  26628. letter
  26629. letter
  26630. paper
  26631. libheaders
  26632. libobject
  26633. libraries
  26634. libraries
  26635. mueller
  26636. multi-homing
  26637. multi-interface
  26638. multi-platform
  26639. multi-styled
  26640. multibuffering
  26641. multifinder
  26642. multihoming
  26643. multilingual
  26644. multimedia
  26645. multipage
  26646. multipane
  26647. multiplay
  26648. multiple
  26649. multiple-buffering/p
  26650. multiple-node
  26651. multiprocessing
  26652. multitasking
  26653. multithreading
  26654. music
  26655. music
  26656. quicktime
  26657. music
  26658. architecture
  26659. david
  26660. da/application
  26661. da/cdev/init/driver
  26662. damage
  26663. dangerously
  26664. dangling
  26665. daniel
  26666. danish
  26667. darkening
  26668. dashed
  26669. dashed-capped
  26670. dastardly
  26671. respond
  26672. response
  26673. responsible
  26674. ressler
  26675. restartW
  26676. result
  26677. results
  26678. resume
  26679. retail
  26680. retry
  26681. returned
  26682. returns
  26683. reuse
  26684. reusing
  26685. reuter
  26686. revealed
  26687. revised
  26688. revision
  26689. revisited
  26690. revolution
  26691. richard
  26692. richer
  26693. Dev.CD Oct 94P
  26694. Dev.CD Oct 9V
  26695. 33213X
  26696. Oct 94
  26697. b--set theItem to choose file -- uncomment to test in an AS editor
  26698.     tell application "Finder"
  26699.         open item "Dev.CD Oct 94"
  26700.         activate
  26701.     end tell
  26702. on error errMsg number errNum
  26703.     --enter statements to perform when no records are found such as...
  26704.     display dialog "Sorry, the item you selected could not be found."
  26705.     return
  26706. end try
  26707. All Packages
  26708. System UpdateO
  26709. Dev.CD Oct 94P
  26710. Dev.CD Oct 9V
  26711. 33214X
  26712. Oct 94
  26713. b--set theItem to choose file -- uncomment to test in an AS editor
  26714.     tell application "Finder"
  26715.         open item "Dev.CD Oct 94"
  26716.         activate
  26717.     end tell
  26718. on error errMsg number errNum
  26719.     --enter statements to perform when no records are found such as...
  26720.     display dialog "Sorry, the item you selected could not be found."
  26721.     return
  26722. end try
  26723. All Packages
  26724. System UpdateO
  26725. Dev.CD Oct 94P
  26726. Dev.CD Oct 9V
  26727. 33215X
  26728. Oct 94
  26729. sidered
  26730. considering
  26731. 32820X
  26732. Feb 00^
  26733. --set theItem to choose file -- uncomment to test in an AS editor
  26734.     tell application "Finder"
  26735.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  26736.         activate
  26737.     end tell
  26738. on error errMsg number errNum
  26739.     --enter statements to perform when no records are found such as...
  26740.     display dialog "Sorry, the item you selected could not be found."
  26741.     return
  26742. end try
  26743. e    No Changeq
  26744. Dev.CD Feb 00 TC
  26745. D!All Packages
  26746. Tool Chest Edition
  26747. ROM Build/Download 3.2.4
  26748. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  26749. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  26750. J--Read Me
  26751. CRCPatch folder
  26752. Data folder
  26753. tjs commK
  26754. Oct 92L
  26755. Aug 95M
  26756. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  26757. 32821X
  26758. 1e    No Change
  26759. 32383X
  26760. Jan 99^
  26761. --set theItem to choose file -- uncomment to test in an AS editor
  26762.     tell application "Finder"
  26763.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  26764.         activate
  26765.     end tell
  26766. on error errMsg number errNum
  26767.     --enter statements to perform when no records are found such as...
  26768.     display dialog "Sorry, the item you selected could not be found."
  26769.     return
  26770. end try
  26771. Deletedf-keychain
  26772. password storage
  26773. passphrase
  26774. passwordq
  26775. Dev.CD Jan 99 SDK1
  26776. ;D!All Packages
  26777. Tool Chest Edition
  26778. KibitzI
  26779. Summary: Sample network chess application.
  26780. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  26781. MPW 3.2, System 7
  26782. This package is System 7.0 compatible.J'Sample Code.img
  26783. Windows Sample Code.imgK
  26784. Jan 92O
  26785. Dev.CD Feb 00 TC:Sample Code:P
  26786. Dev.CD Feb 00 TC
  26787.  - Sample CodeV
  26788. 32384X
  26789. Feb 00^
  26790. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  26791. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  26792.  - Development Kits
  26793.  - Keychain SDK 1.0.1version of the Apple Modem Tool, including developer documentation.
  26794. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  26795. The Communications 1 folder contains the 1.0.2 installer scr
  26796. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  26797. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  26798. NOTE:  Developers should do all new development with Open Transport where possible.
  26799. Aug 93L
  26800. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  26801. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  26802. e keychain. 
  26803. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  26804. - Keychain Object editing: Add, create, securely store, and remove types of objects
  26805. Hardware supported: 
  26806. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  26807. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  26808. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  26809.   iMac
  26810.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  26811.   G3/266,20th Anniversay Mac
  26812. summary
  26813. folder
  26814. contains
  26815. macsnmp
  26816. developer's
  26817. summary
  26818. folder
  26819. contains
  26820. net-install
  26821. apple's
  26822. summary
  26823. folder
  26824. contains
  26825. assist
  26826. increas
  26827. summary
  26828. folder
  26829. contains
  26830. tools
  26831. useful
  26832. develo
  26833. summary
  26834. graphics
  26835. primer
  26836. contains
  26837. information
  26838. concep
  26839. summary
  26840. guide
  26841. provides
  26842. information
  26843. about
  26844. markets
  26845. distri
  26846. summary
  26847. installer
  26848. install
  26849. files
  26850. needed
  26851. worldscr
  26852. summary
  26853. collection
  26854. useful
  26855. quicktime
  26856. functions
  26857. summary
  26858. complete
  26859. demonstration
  26860. access
  26861. summary
  26862. da/application
  26863. allows
  26864. examine
  26865. summary
  26866. functional
  26867. opentransport
  26868. sample
  26869. imple
  26870. summary
  26871. graphical
  26872. representation
  26873. maximum
  26874. summary
  26875. definition
  26876. procedure
  26877. source
  26878. issues
  26879. utility
  26880. compatible
  26881. system
  26882. difficult
  26883. application
  26884. support
  26885. features@
  26886. System Enabler 088 (AVs)O
  26887. Dev.CD Apr 94
  26888. Dev.CD Jan 94P
  26889. Dev.CD Apr 94
  26890. Dev.CD Jan 9V
  26891. 33090X
  26892. Apr 94
  26893. p--set theItem to choose file -- uncomment to test in an AS editor
  26894.     tell application "Finder"
  26895.         open item "Dev.CD Apr 94
  26896. Dev.CD Jan 94"
  26897.         activate
  26898.     end tell
  26899. on error errMsg number errNum
  26900.     --enter statements to perform when no records are found such as...
  26901.     display dialog "Sorry, the item you selected could not be found."
  26902.     return
  26903. end try
  26904. All Packages
  26905. System Enabler 088 (AVs)O
  26906. Dev.CD Apr 94
  26907. Dev.CD Jan 94P
  26908. Dev.CD Apr 94
  26909. Dev.CD Jan 9V
  26910. 33091X
  26911. Apr 94
  26912. p--set theItem to choose file -- uncomment to test in an AS editor
  26913.     tell application "Finder"
  26914.         open item "Dev.CD Apr 94
  26915. Dev.CD Jan 94"
  26916.         activate
  26917.     end tell
  26918. on error errMsg number errNum
  26919.     --enter statements to perform when no records are found such as...
  26920.     display dialog "Sorry, the item you selected could not be found."
  26921.     return
  26922. end try
  26923. 9OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:PgDev.CD Feb 00 TC
  26924.  - What's New?
  26925.  - Sample Code
  26926.  - QuickTime
  26927.  - QuickTime for Java
  26928.  - KeyboardControllerV
  26929. 32382X
  26930. Feb 00^
  26931. --set theItem to choose file -- uncomment to test in an AS editor
  26932.     tell application "Finder"
  26933.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:"
  26934.         activate
  26935.     end tell
  26936. on error errMsg number errNum
  26937.     --enter statements to perform when no records are found such as...
  26938.     display dialog "Sorry, the item you selected could not be found."
  26939.     return
  26940. end try
  26941. e    No Changef
  26942. QuickTime
  26943. Dev.CD Feb 00 TC
  26944. :D!All Packages
  26945. Mac OS SDK Edition
  26946. Keychain SDK 1.0.1
  26947. - Common
  26948.     - Sun Compliant Java Runtime Environment 1.1
  26949.     - QuickTime 3 
  26950.     - QTJava.zip
  26951.     - QTJava media samples
  26952. - Mac OS:
  26953.     - System 8 or later
  26954.     - Macintosh Runtime for Java (MRJ) 2.1
  26955. - Windows 95, 98, or NT::
  26956.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26957. QuickTime, Java, MRJceed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  26958. CompbasedMediaBroadcastEnv.pdfK
  26959. May 99L
  26960. Jul 99M
  26961. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Jan 00 SDK1
  26962.  - Interactive Media Resources
  26963.  - CompbasedMediaBroadcastEnv
  26964. urlaccesslib
  26965. distribution
  26966. guide
  26967. usage
  26968. usage
  26969. history
  26970. software
  26971. locator
  26972. useful
  26973. useful
  26974. addmenu
  26975. script
  26976. manual
  26977. user's
  26978. users
  26979. userstartup
  26980. userstartup
  26981. goodies
  26982. using
  26983. using
  26984. quicktime
  26985. conferencing
  26986. utilcode
  26987. cpugestalt
  26988. development
  26989. resources
  26990. cyrillic
  26991. cyrillic
  26992. language
  26993. cyrillic
  26994. language
  26995. access
  26996. manager
  26997. french
  26998. access
  26999. manager
  27000. database
  27001. debabelizer
  27002. debabelizer
  27003. debug
  27004. debugger
  27005. debugging
  27006. debugging
  27007. modern
  27008. memory
  27009. manager
  27010. debugging
  27011. sound
  27012. manager
  27013. p--set theItem to choose file -- uncomment to test in an AS editor
  27014.     tell application "Finder"
  27015.         open item "Dev.CD Apr 94
  27016. Dev.CD Jan 94"
  27017.         activate
  27018.     end tell
  27019. on error errMsg number errNum
  27020.     --enter statements to perform when no records are found such as...
  27021.     display dialog "Sorry, the item you selected could not be found."
  27022.     return
  27023. end try
  27024. interfacelib
  27025. interfaces
  27026. interleave
  27027. interleaving
  27028. internal
  27029. international
  27030. internet
  27031. interoperates
  27032. interpreting
  27033. interrupt
  27034. interrupted
  27035. interview-based
  27036. intoW
  27037. anets
  27038. summary
  27039. series
  27040. tools
  27041. source
  27042. allow
  27043. blitters
  27044. block
  27045. bridge
  27046. broadcast
  27047. browse
  27048. browser
  27049. buffered
  27050. buffering
  27051. reports
  27052. error
  27053. reports
  27054. apple
  27055. builder
  27056. built-in
  27057. bundle
  27058. burned-in
  27059. business
  27060. button
  27061. buttons
  27062. opentransport
  27063. cacheQ
  27064. cacheline
  27065. cad/cam
  27066. cad/cam
  27067. design
  27068. calibrator
  27069. camera
  27070. capabilities
  27071. capture
  27072. carbon
  27073. carbonlib
  27074. cardbus
  27075. cardbus
  27076. pcmcia
  27077. categories
  27078. finder
  27079. windows
  27080. icker
  27081. 2.1.1
  27082. colorsync
  27083. colorsync
  27084. calibrator
  27085. scripting
  27086. profile
  27087. gamma
  27088. color
  27089. colorsync
  27090. profile
  27091. embed
  27092. 7e    No Changef
  27093. QuickTime
  27094. Dev.CD Feb 00 TC
  27095. All Packages
  27096. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  27097. Dev.CD Jan 94
  27098. Dev.CD Oct 93
  27099. Dev.CD Aug 93P6Dev.CD Apr 94
  27100. Dev.CD Jan 94
  27101. Dev.CD Oct 93
  27102. Dev.CD Aug 9V
  27103. 32381X
  27104. Apr 94
  27105. --set theItem to choose file -- uncomment to test in an AS editor
  27106.     tell application "Finder"
  27107.         open item "Dev.CD Apr 94
  27108. Dev.CD Jan 94
  27109. Dev.CD Oct 93
  27110. Dev.CD Aug 93"
  27111.         activate
  27112.     end tell
  27113. on error errMsg number errNum
  27114.     --enter statements to perform when no records are found such as...
  27115.     display dialog "Sorry, the item you selected could not be found."
  27116.     return
  27117. end try
  27118. 9D!All Packages
  27119. Tool Chest Edition
  27120. KeyboardControllerI
  27121. This demo program shows how to customise user control of the playback of a movie that is a member of a Compositor using the Keyboard.J?kc.bat
  27122. KeyBoardController
  27123. KeyboardController.zip
  27124. Readme.txt
  27125. Feb 00
  27126. C:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:V
  27127. 32382X
  27128. 1e    No Change
  27129. --set theItem to choose file -- uncomment to test in an AS editor
  27130.     tell application "Finder"
  27131.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  27132.         activate
  27133.     end tell
  27134. on error errMsg number errNum
  27135.     --enter statements to perform when no records are found such as...
  27136.     display dialog "Sorry, the item you selected could not be found."
  27137.     return
  27138. end try
  27139. al Menu Development
  27140. Contextual Menu MacHack GoodiesK
  27141. Oct 98N
  27142. Contextual, Menu, ManagerOJDev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Jan 00 SDK1
  27143.  - Development Kits
  27144.  - Mac OS
  27145.  - ContextualMenuManagerSDK 1.0.3
  27146. System Enabler 065 (LC 575)O
  27147. Dev.CD Apr 94
  27148. Dev.CD Jan 94P
  27149. Dev.CD Apr 94
  27150. Dev.CD Jan 9V
  27151. 33060
  27152. iw-half-dither
  27153. j-1.1
  27154. james
  27155. jamie
  27156. january
  27157. january/february
  27158. japan
  27159. japanese
  27160. jasik's
  27161. client
  27162. tutorial
  27163. java's
  27164. javadoc
  27165. javascript
  27166. jgnefilter
  27167. jmanager
  27168. johnson
  27169. joins
  27170. joseph
  27171. journey
  27172. joust
  27173. joysticks
  27174. jpeg-compressed
  27175. jsaver
  27176. jsaver
  27177. screen
  27178. saver
  27179. module
  27180. berkeley
  27181. systems
  27182. after
  27183. 6e    No Changef
  27184. after dark
  27185. wombatq
  27186. Dev.CD Feb 00 TC
  27187. 7D!All Packages
  27188. Tool Chest Edition
  27189. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  27190. J#AppletTag.js
  27191. classes
  27192. ReadMe.txt
  27193. Feb 00
  27194. D- Common
  27195.     - Sun Compliant Java Runtime Environment 1.1
  27196.     - QuickTime 3 
  27197.     - QTJava.zip
  27198.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  27199.     - QTJava media samples
  27200. - Mac OS:
  27201.     - System 8 or later
  27202.     - Macintosh Runtime for Java (MRJ) 2.1
  27203. - Windows 95, 98, or NT::
  27204.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27205. QuickTime, Java, MRJOTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:PbDev.CD Feb 00 TC
  27206.  - What's New?
  27207.  - Sample Code
  27208.  - QuickTime
  27209.  - QuickTime for Java
  27210.  - JScriptAppletV
  27211. 32380X
  27212. Feb 00^
  27213. #e control draws with a particular background color but no other drawing is affected.
  27214. Don't have the Appearance Manager running.
  27215. e    No Change
  27216. r--set theItem to choose file -- uncomment to test in an AS editor
  27217.     tell application "Finder"
  27218.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27219.         activate
  27220.     end tell
  27221. on error errMsg number errNum
  27222.     --enter statements to perform when no records are found such as...
  27223.     display dialog "Sorry, the item you selected could not be found."
  27224.     return
  27225. end try
  27226. te for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  27227.  updates to this documentation will happen within this Technical Note.
  27228. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  27229. JMControl Strip
  27230. Control Strip Sample
  27231. Control Strip Technical Note
  27232. MacCalendar 
  27233. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  27234.  - Development Kits
  27235.  - Mac OS
  27236.  - Control Strip
  27237. they'll
  27238. they're
  27239. thick
  27240. thing
  27241. thingies
  27242. things
  27243. Wguide
  27244. apple
  27245. networ
  27246. summary
  27247. program
  27248. demonstrates
  27249. lookup
  27250. calls
  27251. under
  27252. summary
  27253. february
  27254. edition
  27255. apple
  27256. publications
  27257. summary
  27258. editor
  27259. resedit
  27260. contains
  27261. summary
  27262. system
  27263. manager
  27264. provides
  27265. systematic
  27266. summary
  27267. gxifier
  27268. automatically
  27269. tables
  27270. existing
  27271. summary
  27272. hebrew
  27273. language
  27274. combination
  27275. system
  27276. summary
  27277. hypercard
  27278. player
  27279. software
  27280. enables
  27281. summary
  27282. japanese
  27283. language
  27284. combination
  27285. system
  27286. summary
  27287. macintosh
  27288. technical
  27289. designed
  27290. provide
  27291. summary
  27292. mactcp
  27293. token
  27294. extension
  27295. supports
  27296. summary
  27297. these
  27298. obsolete
  27299. hypercard
  27300. toolkits
  27301. which
  27302. summary
  27303. application
  27304. exercises
  27305. copybits
  27306. copymask
  27307. kernel
  27308. patch
  27309. keyboard
  27310. keyboard
  27311. driver
  27312. keyboard
  27313. keychain
  27314. kibitz
  27315. korean
  27316. label
  27317. language
  27318. language
  27319. analysis
  27320. architecture
  27321. language
  27322. updater
  27323. arabic
  27324. chinese
  27325. cyrillic
  27326. hebrew
  27327. linking
  27328. loadable
  27329. loadable
  27330. bundle
  27331. loading
  27332. locales
  27333. localization
  27334. localized
  27335. localized
  27336. strings
  27337. location
  27338. location
  27339. manager
  27340. space
  27341. lproj
  27342. macapp
  27343. machine
  27344. machine
  27345. identification
  27346. macintosh
  27347. macintosh
  27348. coprocessor
  27349. platform
  27350. macsbug
  27351. mactcp
  27352. bundle
  27353. management
  27354. manager
  27355. manuals
  27356. media
  27357. memory
  27358. memory
  27359. manager
  27360. All Packages
  27361. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  27362. Dev.CD Jan 94
  27363. Dev.CD Oct 93
  27364. Dev.CD Jul 93
  27365. Dev.CD Apr 93PDDev.CD Apr 94
  27366. Dev.CD Jan 94
  27367. Dev.CD Oct 93
  27368. Dev.CD Jul 93
  27369. Dev.CD Apr 9V
  27370. 33195X
  27371. Apr 94
  27372. --set theItem to choose file -- uncomment to test in an AS editor
  27373.     tell application "Finder"
  27374.         open item "Dev.CD Apr 94
  27375. Dev.CD Jan 94
  27376. Dev.CD Oct 93
  27377. Dev.CD Jul 93
  27378. Dev.CD Apr 93"
  27379.         activate
  27380.     end tell
  27381. on error errMsg number errNum
  27382.     --enter statements to perform when no records are found such as...
  27383.     display dialog "Sorry, the item you selected could not be found."
  27384.     return
  27385. end try
  27386. All Packages
  27387. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  27388. Dev.CD Jan 94
  27389. Dev.CD Oct 93
  27390. Dev.CD Aug 93P6Dev.CD Apr 94
  27391. Dev.CD Jan 94
  27392. Dev.CD Oct 93
  27393. Dev.CD Aug 9V
  27394. 33196X
  27395. Apr 94
  27396. describing
  27397. description
  27398. designer
  27399. designers
  27400. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  27401. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  27402. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  27403.    [1] UnmountVol (via MoreFi
  27404.    [2] sending an AppleEvent to Finder
  27405.    [3] a combination of emptying the trash and MoreFiles
  27406. A successful unmounting algorithm might choose to use more than one of these techniques.
  27407. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  27408. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  27409. 32802X
  27410. Aug 99^
  27411. --set theItem to choose file -- uncomment to test in an AS editor
  27412.     tell application "Finder"
  27413.         open item "Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:"
  27414.         activate
  27415.     end tell
  27416. on error errMsg number errNum
  27417.     --enter statements to perform when no records are found such as...
  27418.     display dialog "Sorry, the item you selected could not be found."
  27419.     return
  27420. end try
  27421. e    No Changef
  27422. QuickTime
  27423. video
  27424. streaming
  27425. audioq
  27426. Dev.CD Aug 99 TC
  27427. D!All Packages
  27428. Mac OS SDK Edition
  27429. QuickTime Conferencing
  27430. you'll
  27431. you'll
  27432. access
  27433. documentation
  27434. software
  27435. technolo
  27436. you're
  27437. you've
  27438. 32378X
  27439. Feb 00^
  27440. r--set theItem to choose file -- uncomment to test in an AS editor
  27441.     tell application "Finder"
  27442.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27443.         activate
  27444.     end tell
  27445. on error errMsg number errNum
  27446.     --enter statements to perform when no records are found such as...
  27447.     display dialog "Sorry, the item you selected could not be found."
  27448.     return
  27449. end try
  27450. Movedf"quicktime jpeg compress decompressq
  27451. Dev.CD Feb 00 TC
  27452. 6D!All Packages
  27453. Tool Chest Edition
  27454. JSaverI
  27455. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  27456. JManager APIs
  27457. Fat CFM code resources
  27458. JavaJ'Sample Code.img
  27459. Windows Sample Code.imgK
  27460. Aug 97MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  27461. java, cfm, after dark, wombatO
  27462. Dev.CD Feb 00 TC:Sample Code:P
  27463. Dev.CD Feb 00 TC
  27464.  - Sample CodeV
  27465. 32379X
  27466. Feb 00^
  27467. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  27468. J'Sample Code.img
  27469. Windows Sample Code.imgK
  27470. Jul 96L
  27471. May 97N"quicktime jpeg compress decompressO
  27472. Dev.CD Feb 00 TC:Sample Code:P
  27473. Dev.CD Feb 00 TC
  27474.  - Sample Code
  27475. f--set theItem to choose file -- uncomment to test in an AS editor
  27476.     tell application "Finder"
  27477.         open item "Dev.CD Jan 96 SSW"
  27478.         activate
  27479.     end tell
  27480. on error errMsg number errNum
  27481.     --enter statements to perform when no records are found such as...
  27482.     display dialog "Sorry, the item you selected could not be found."
  27483.     return
  27484. end try
  27485. progress
  27486. progress
  27487. authentication
  27488. progressbars
  27489. progresswindoid
  27490. prohibited
  27491. project
  27492. projectbuilder
  27493. projectdrag
  27494. projectfolders
  27495. projectmenu
  27496. projector
  27497. projects
  27498. projectx
  27499. projlistmenu
  27500. prominent
  27501. prominently
  27502. vided
  27503. iostreams
  27504. iotracer
  27505. ipclister
  27506. ipclistports
  27507. Wturn
  27508. end try
  27509. All Packages
  27510. CPU SE 406O
  27511. Dev.CD Jul 95V
  27512. 30334X
  27513. change
  27514. --set theItem to choose file -- uncomment to test in an AS editor
  27515.     tell application "Finder"
  27516.         open item "Dev.CD Apr 94
  27517. Dev.CD Jan 94
  27518. Dev.CD Oct 93
  27519. Dev.CD Jul 93
  27520. Dev.CD Apr 93"
  27521.         activate
  27522.     end tell
  27523. on error errMsg number errNum
  27524.     --enter statements to perform when no records are found such as...
  27525.     display dialog "Sorry, the item you selected could not be found."
  27526.     return
  27527. end try
  27528. makefile
  27529. makefiles
  27530. makefolder
  27531. makeicon
  27532. makeitable
  27533. makemake
  27534. maker
  27535. makes
  27536. makethefolder
  27537. making
  27538. mamake
  27539. manage
  27540. management
  27541. manager's
  27542. OODev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeCode:P]Dev.CD Feb 00 TC
  27543.  - What's New?
  27544.  - Sample Code
  27545.  - QuickTime
  27546.  - QuickTime for Java
  27547.  - TimeCodeV
  27548. 33251X
  27549. Feb 00^
  27550. --set theItem to choose file -- uncomment to test in an AS editor
  27551.     tell application "Finder"
  27552.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  27553.         activate
  27554.     end tell
  27555. on error errMsg number errNum
  27556.     --enter statements to perform when no records are found such as...
  27557.     display dialog "Sorry, the item you selected could not be found."
  27558.     return
  27559. end try
  27560. e    No Changef
  27561. QuickTime
  27562. Dev.CD Feb 00 TC
  27563. D!All Packages
  27564. Tool Chest Edition
  27565. TimeSlavingI
  27566. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  27567. TimeSlaving
  27568. TimeSlaving.zip
  27569. ts.batK
  27570. Feb 00
  27571. --set theItem to choose file -- uncomment to test in an AS editor
  27572.     tell application "Finder"
  27573.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  27574.         activate
  27575.     end tell
  27576. on error errMsg number errNum
  27577.     --enter statements to perform when no records are found such as...
  27578.     display dialog "Sorry, the item you selected could not be found."
  27579.     return
  27580. end try
  27581. shrinking
  27582. shutdownW
  27583. siegel
  27584. sierra
  27585. sierra/iso
  27586. signal
  27587. signals
  27588. signature
  27589. gning
  27590. sillyballs
  27591. simenel
  27592. similar
  27593. similarities
  27594. similarly
  27595. simone
  27596. simple
  27597. simpler
  27598. simplest
  27599. simpletext
  27600. simplified
  27601. simplifies
  27602. simplify
  27603. simply
  27604. simulate
  27605. simulates
  27606. simulation
  27607. simulator
  27608. simultaneous
  27609. simultaneously
  27610. since
  27611. filter
  27612. filterdirectory
  27613. filterdirectory
  27614. findchange
  27615. finder
  27616. finder
  27617. 7.1.3
  27618. 4OPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:P^Dev.CD Feb 00 TC
  27619.  - What's New?
  27620.  - Sample Code
  27621.  - QuickTime
  27622.  - QuickTime for Java
  27623.  - JISAppletV
  27624. 32377X
  27625. Feb 00^
  27626. --set theItem to choose file -- uncomment to test in an AS editor
  27627.     tell application "Finder"
  27628.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:"
  27629.         activate
  27630.     end tell
  27631. on error errMsg number errNum
  27632.     --enter statements to perform when no records are found such as...
  27633.     display dialog "Sorry, the item you selected could not be found."
  27634.     return
  27635. end try
  27636. e    No Changef
  27637. QuickTime
  27638. Dev.CD Feb 00 TC
  27639. 5D!All Packages
  27640. Tool Chest Edition
  27641. JPEG Sample
  27642.     er statements to perform when no records are found such as...
  27643.     display dialog "Sorry, the item you selected could not be found."
  27644.     return
  27645. end try
  27646. D!All Packages
  27647. Tool Chest Edition
  27648. CPUGestalt
  27649. E- Common
  27650.     - Sun Compliant Java Runtime Environment 1.1
  27651.     - QuickTime 3 
  27652.     - QTJava.zip
  27653.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  27654.     - QTJava media samples
  27655. - Mac OS:
  27656.     - System 8 or later
  27657.     - Macintosh Runtime for Java (MRJ) 2.1
  27658. - Windows 95, 98, or NT::
  27659.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27660. QuickTime, Java, MRJ
  27661. recordable
  27662. recorded
  27663. recording
  27664. recordpictinfo
  27665. records
  27666. recordtofile
  27667. recouped
  27668. recover
  27669. recruiting
  27670. rectangle
  27671. rectangles
  27672. recursive
  27673. recursive-descent
  27674. redesigned
  27675. redirection
  27676. redistribute
  27677. redistributed
  27678. redistributing
  27679. redistribution
  27680. redistributor
  27681. redraw
  27682. reduce
  27683. reduced
  27684. reduces
  27685. reekes
  27686. reeves
  27687. refer
  27688. reference
  27689. referenced
  27690. 3JejGNE Helper.68K.cw7.
  27691. jGNE Helper.68K.tpm7.
  27692. jGNE Helper.c
  27693. MW jGNE Helper
  27694. native jGNE
  27695. TPM jGNE HelperK
  27696. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  27697.  - Tool Chest
  27698.  - OS Utilities
  27699.  - jGNE Helperplay dialog "Sorry, the item you selected could not be found."
  27700.     return
  27701. end try
  27702. e    No Changeq
  27703. Dev.CD Feb 00 TC
  27704. All Packages
  27705. Cyrillic Language KitO!Dev.CD May 97 TC
  27706. Dev.CD May 96 TCP Dev.CD May 97 TC
  27707. Dev.CD May 96 TV
  27708. 30341X
  27709. May 97
  27710. v--set theItem to choose file -- uncomment to test in an AS editor
  27711.     tell application "Finder"
  27712.         open item "Dev.CD May 97 TC
  27713. Dev.CD May 96 TC"
  27714.         activate
  27715.     end tell
  27716. on error errMsg number errNum
  27717.     --enter statements to perform when no records are found such as...
  27718.     display dialog "Sorry, the item you selected could not be found."
  27719.     return
  27720. end try
  27721. code-like
  27722. code-resources
  27723. code-reviewed
  27724. codec
  27725. rence in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  27726. Features: The components included are:
  27727. * CTB API overview (TEXT file)
  27728. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  27729. * MPW 411 files
  27730. * CustomChoose outline (TEXT file)
  27731. * Staging Alerts description (TEXT file)
  27732. * Macsbug dcmd files for Tool debugginBLg
  27733. * CTB Tool strings (HyperCard stack)
  27734. * Simple FT Tool development template
  27735. CommToolbox Roadmap
  27736. CTB 411 Files
  27737. CTB API Overview
  27738. CTB Custom Choose
  27739. CTB Debugging
  27740. Read Me
  27741. Read Me.txt
  27742. Simple FT Tool
  27743. Staging AlertsK
  27744. Oct 92M MPW, ResEdit, HyperCard, MacsbugOMDev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:PUDev.CD Feb 00 TC
  27745.  - Tool Chest
  27746.  - Communications Toolbox
  27747.  - CTB Development Resources
  27748. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  27749. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  27750. before patching traps.
  27751. For further info on the jGNE filter, consult your Technotes.
  27752. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  27753. Mar 96
  27754. e    No Change
  27755. 32376X
  27756. Feb 00^
  27757. --set theItem to choose file -- uncomment to test in an AS editor
  27758.     tell application "Finder"
  27759.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  27760.         activate
  27761.     end tell
  27762. on error errMsg number errNum
  27763.     --enter statements to perform when no records are found such as...
  27764.     display dialog "Sorry, the item you selected could not be found."
  27765.     return
  27766. end try
  27767. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  27768. Dev.CD Feb 00 TC
  27769. 4D!All Packages
  27770. Tool Chest Edition
  27771. F    JISAppletI
  27772. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ*AppletTag.js
  27773. classes
  27774. README.txt
  27775. sa.bat
  27776. Feb 00
  27777. C:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:V
  27778. 32377X
  27779. 1e    No Change
  27780. simple
  27781. drawsprocket
  27782. simple
  27783. simpleapp
  27784. simpleapp
  27785. simpleprefs
  27786. simpleprefs
  27787. simpleprefs
  27788. simpletext
  27789. simpletext
  27790. simpletext
  27791. simpletext
  27792. simpletext
  27793. simpletext
  27794. simpletext
  27795. sample
  27796. simplified
  27797. simplified
  27798. stream
  27799. audio
  27800. siteinfo
  27801. sites
  27802. sizetkl
  27803. sizetkl
  27804. sizetkl
  27805. slideshow
  27806. slotlook
  27807. slotlook
  27808. slotlook
  27809. slotlook
  27810. slotlook
  27811. slots
  27812. transports
  27813. software
  27814. software
  27815. license
  27816. software
  27817. license
  27818. sound
  27819. sound
  27820. files
  27821. soundmemrecord
  27822. soundrecord
  27823. soundrecord
  27824. soundsprocket
  27825. soundsprocket
  27826. source
  27827. source
  27828. masher
  27829. - Common
  27830.     - Sun Compliant Java Runtime Environment 1.1
  27831.     - QuickTime 3 
  27832.     - QTJava.zip
  27833.     - QTJava media samples
  27834. - Mac OS:
  27835.     - System 8 or later
  27836.     - Macintosh Runtime for Java (MRJ) 2.1
  27837. - Windows 95, 98, or NT::
  27838.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27839. QuickTime, Java, MRJror errMsg number errNum
  27840.     --enter statements to perform when no records are found such as...
  27841.     display dialog "Sorry, the item you selected could not be found."
  27842.     return
  27843. end try
  27844. e    No Changeq
  27845. Dev.CD Feb 00 TC
  27846. D!All Packages
  27847. Tool Chest Edition
  27848. Data Access Manager US Demo
  27849. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  27850. Features: 
  27851. * Multi-interface generator
  27852. * More simply to use
  27853. * New version of the XTND query that read query document
  27854. * An XCMD that can read query document
  27855. * A complete set of tool to exploit the Data Access Manager
  27856. sprites
  27857. plete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  27858. Features: 
  27859. * Query Builder
  27860. * XCMD to use querys with HyperCard
  27861. * two different querys with two qdef
  27862. Data Access Manager.cpK
  27863. Vol VL
  27864. Mar 92M
  27865. me 7.0 and a computer where there is a DAL Server (Vax
  27866. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Feb 00 TC
  27867.  - Tool Chest
  27868.  - Interapplication Communication
  27869.  - Data Access Manager
  27870.  - Data Access Manager French Demo
  27871. 2ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:P`Dev.CD Feb 00 TC
  27872.  - What's New?
  27873.  - Sample Code
  27874.  - QuickTime
  27875.  - QuickTime for Java
  27876.  - JavaSpritesV
  27877. 32375X
  27878. Feb 00^
  27879. --set theItem to choose file -- uncomment to test in an AS editor
  27880.     tell application "Finder"
  27881.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:"
  27882.         activate
  27883.     end tell
  27884. on error errMsg number errNum
  27885.     --enter statements to perform when no records are found such as...
  27886.     display dialog "Sorry, the item you selected could not be found."
  27887.     return
  27888. end try
  27889. e    No Changef
  27890. QuickTime
  27891. Dev.CD Feb 00 TC
  27892. 3D!All Packages
  27893. Tool Chest Edition
  27894. jGNE Helper
  27895. sample
  27896. access
  27897. manager
  27898. folder
  27899. database
  27900. database
  27901. suite
  27902. databases-standalone
  27903. datamaster
  27904. datamaster
  27905. datasheet
  27906. dateconverter
  27907. dateconverter
  27908. aliases
  27909. dcmds
  27910. debabelizer
  27911. debabelizer
  27912. enabler
  27913. encodings
  27914. engineering
  27915. english
  27916. englishmiscellaneous
  27917. englishmiscellaneous
  27918. englishmiscellaneous
  27919. englishterminology
  27920. englishterminology
  27921. englishterminology
  27922. errata
  27923. event
  27924. examples
  27925. export
  27926. extension
  27927. extensions
  27928. files
  27929. filter
  27930. filterdirectory
  27931. filterdirectory
  27932. finderevents
  27933. finderevents
  27934. first
  27935. describes
  27936. runtime
  27937. architecture
  27938. based
  27939. shows
  27940. sgdrawable
  27941. class
  27942. display
  27943. shows
  27944. using
  27945. sequencegrabber
  27946. simple
  27947. audio
  27948. shows
  27949. using
  27950. soundmanager
  27951. calls
  27952. simple
  27953. driver
  27954. development
  27955. enable
  27956. create
  27957. program
  27958. shows
  27959. effects
  27960. using
  27961. timing
  27962. program
  27963. shows
  27964. remove
  27965. timecode
  27966. track
  27967. program
  27968. shows
  27969. apply
  27970. camera
  27971. actions
  27972. program
  27973. shows
  27974. capture
  27975. results
  27976. pippin
  27977. standard
  27978. pippin
  27979. startup
  27980. process
  27981. pippin
  27982. video
  27983. pippinfinder
  27984. pitfalls
  27985. place
  27986. place
  27987. extensions
  27988. folder
  27989. place
  27990. system
  27991. folder
  27992. plain
  27993. plain
  27994. paper
  27995. platforms
  27996. player
  27997. playit
  27998. playit
  27999. playmovie
  28000. playmovie
  28001. playqteffectapp
  28002. playqteffectapp
  28003. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  28004.  and other computers using the Mac
  28005.  OS. 
  28006. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  28007.  GX compatibility, a TrueType
  28008.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  28009.  to run native on Power Macintosh computers.
  28010. J0Net Install
  28011. Open for Net Install->
  28012. Read Me FirstK
  28013. May 93L
  28014. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD Feb 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD Feb 00 TC
  28015.  - Language Kits
  28016.  - Japanese Language Kit 1.2
  28017. Java DrawingI
  28018. This demo program shows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  28019. JavaDrawing.zip
  28020. jd.bat
  28021. README.txt
  28022. Feb 00
  28023. - Common
  28024.     - Sun Compliant Java Runtime Environment 1.1
  28025.     - QuickTime 3 
  28026.     - QTJava.zip
  28027.     - QTJava media samples
  28028. - Mac OS:
  28029.     - System 8 or later
  28030.     - Macintosh Runtime for Java (MRJ) 2.1
  28031. - Windows 95, 98, or NT::
  28032.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28033.  added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  28034. Jul 98
  28035. 1OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PaDev.CD Feb 00 TC
  28036.  - What's New?
  28037.  - Sample Code
  28038.  - QuickTime
  28039.  - QuickTime for Java
  28040.  - Java DrawingV
  28041. 32374X
  28042. Feb 00^
  28043. --set theItem to choose file -- uncomment to test in an AS editor
  28044.     tell application "Finder"
  28045.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Java Drawing:"
  28046.         activate
  28047.     end tell
  28048. on error errMsg number errNum
  28049.     --enter statements to perform when no records are found such as...
  28050.     display dialog "Sorry, the item you selected could not be found."
  28051.     return
  28052. end try
  28053. e    No Changef
  28054. QuickTime
  28055. Dev.CD Feb 00 TC
  28056. 2D!All Packages
  28057. Tool Chest Edition
  28058. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J1JavaQTAnimation.zip
  28059. jq.bat
  28060. JQTAnim
  28061. README.txt
  28062. Feb 00
  28063. QuickTime, Java, MRJe Technique.pdf
  28064. Avoid Audio Pitfalls Guide.pdf
  28065. CompbasedMediaBroadcastEnv
  28066. Creating MIDI for the Web3.pdf
  28067. DeBabelizer 3.0.pdf
  28068. Design For Reuse.pdf
  28069. DesignForRobustness
  28070. Digital Asset Management.pdf
  28071. Digital Storyboard.pdf 
  28072. DVD Development.pdf
  28073. DVD_Primer.pdf
  28074. Enhanced CD Survival Guide.pdf
  28075. EOModeler
  28076. Frameworks.pdf
  28077. Gender-Based Title Creation.pdf
  28078. Int_Media_Writer_Resources.pdf
  28079. Java Survival Guide.pdf
  28080. Making Cool QD3D Apps.pdf
  28081. Music on the Net.pdf
  28082. New Audio Features QT3.pdf
  28083. Porting
  28084. kObjectiveCtoJava
  28085. Push Tech Survival Gd.pdf
  28086. QT3-More Than Dig. Video.pdf
  28087. Simplified Stream Audio.pdf
  28088. Web Animation Guide.pdf
  28089. WebObjects Database Part I.pdf
  28090. WebObjects Database Part II.pdf
  28091. WebObjects Memory Mgmt.pdf
  28092. WebObjects Tools and Techniques
  28093. WebObjectsCategories&Posers.pdf
  28094. WebObjectsPerformanceTuning
  28095. Working with WebObjects.pdf
  28096. Writing for Interactive Media
  28097. --set theItem to choose file -- uncomment to test in an AS editor
  28098.     tell application "Finder"
  28099.         open item "Dev.CD Apr 94
  28100. Dev.CD Jan 94
  28101. Dev.CD Oct 93
  28102. Dev.CD Jul 93
  28103. Dev.CD Apr 93"
  28104.         activate
  28105.     end tell
  28106. on error errMsg number errNum
  28107.     --enter statements to perform when no records are found such as...
  28108.     display dialog "Sorry, the item you selected could not be found."
  28109.     return
  28110. end try
  28111. one's
  28112. one-time
  28113. onescanner
  28114. online
  28115. snively
  28116. snstartfileplay
  28117. society
  28118. softpower
  28119. software
  28120. solaris
  28121. --set theItem to choose file -- uncomment to test in an AS editor
  28122.     tell application "Finder"
  28123.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  28124.         activate
  28125.     end tell
  28126. on error errMsg number errNum
  28127.     --enter statements to perform when no records are found such as...
  28128.     display dialog "Sorry, the item you selected could not be found."
  28129.     return
  28130. end try
  28131. denmark
  28132. denmark
  28133. distributors/localiz
  28134. develop
  28135. issue
  28136. develop
  28137. issue
  28138. develop
  28139. issue
  28140. develop
  28141. issue
  28142. develop
  28143. issue
  28144. develop
  28145. issue
  28146. develop
  28147. issue
  28148. develop
  28149. issue
  28150. develop
  28151. issue
  28152. develop
  28153. issue
  28154. develop
  28155. issue
  28156. develop
  28157. issue
  28158. develop
  28159. issue
  28160. develop
  28161. issue
  28162. develop
  28163. issue
  28164. references
  28165. develop
  28166. issue
  28167. develop
  28168. issue
  28169. develop
  28170. issue
  28171. references
  28172. board
  28173. --set theItem to choose file -- uncomment to test in an AS editor
  28174.     tell application "Finder"
  28175.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  28176.         activate
  28177.     end tell
  28178. on error errMsg number errNum
  28179.     --enter statements to perform when no records are found such as...
  28180.     display dialog "Sorry, the item you selected could not be found."
  28181.     return
  28182. end try
  28183. dispnamereg
  28184. englishterminology
  28185. englishterminology
  28186. enhanced
  28187. enhanced
  28188. survival
  28189. guide
  28190. eomodeler
  28191. errata
  28192. ethernet
  28193. event
  28194. apple
  28195. ethernet
  28196. apple
  28197. video
  28198. example
  28199. example
  28200. examples
  28201. export
  28202. exrom-1func
  28203. exrom-1func
  28204. sresource
  28205. extension
  28206. extensions
  28207. features
  28208. files
  28209. filter
  28210. filterdirectory
  28211. filterdirectory
  28212. finderevents
  28213. finderevents
  28214. simpletext
  28215. simpletext
  28216. sample
  28217. slideshow
  28218. slots
  28219. snapshotsample1.0b4
  28220. snarfer
  28221. snippets
  28222. snippets
  28223. communications
  28224. toolbox
  28225. snippets
  28226. development
  28227. tools
  28228. languages
  28229. snippets
  28230. devices
  28231. snippets
  28232. files
  28233. snippets
  28234. hardware
  28235. snippets
  28236. interapplication
  28237. communication
  28238. snippets
  28239. memory
  28240. snippets
  28241. networking
  28242. snippets
  28243. utilities
  28244. snippets
  28245. printing
  28246. snippets
  28247. processes
  28248. snippets
  28249. quickdraw
  28250. snippets
  28251. quicktime
  28252. snippets
  28253. sound
  28254. snippets
  28255. testing
  28256. debugging
  28257. snippets
  28258. snippets
  28259. toolbox
  28260. development
  28261. software
  28262. somobjects
  28263. somobjects
  28264. sound
  28265. sound
  28266. manager
  28267. sound
  28268. premixer
  28269. effect
  28270. soundapp
  28271. soundboard
  28272. soundmemrecord
  28273. ources
  28274. spooler
  28275. decompiling
  28276. decomposed
  28277. decompress
  28278. decompression
  28279. deeds
  28280. deepest
  28281. deepscreen
  28282. default
  28283. defect
  28284. define
  28285. defined
  28286. defines
  28287. thooks
  28288. documentation
  28289. thooks
  28290. documentation
  28291. thread
  28292. thread
  28293. manager
  28294. thread
  28295. manager
  28296. 2.1.1d1
  28297. thread
  28298. manager
  28299. documentation
  28300. threadutilities
  28301. threedmetafile
  28302. threedmetafile
  28303. threedmetafile
  28304. threedmetafile
  28305. ticket
  28306. ticket
  28307. program
  28308. ticket
  28309. program
  28310. ticket
  28311. program
  28312. ticket
  28313. program
  28314. ticket
  28315. program
  28316. title
  28317. system
  28318. folder
  28319. system
  28320. folder
  28321. 8.5.1
  28322. cludes a set of C interfaces too.
  28323. SillyBalls:    This is a very simple sample program that demonstrates how to use Color QuickDraw.  It is about two pages of code, and does nothing more than open a color window and draw randomly colored ovals in the window.
  28324. TESample:  TESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrate
  28325. s fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  28326. TEStyleSample:  TEStyleSample is an example application that demonstrates how to initialize the commonly used toolbox managers, operate successfully under MultiFinder, handle desk accessories and create, grow, and zoom windows. Both styled and fundamental TextEdit toolbox calls and TextEdit auto-scroll are demonstrated. It also shows how to create and maintai
  28327. b--set theItem to choose file -- uncomment to test in an AS editor
  28328.     tell application "Finder"
  28329.         open item "Dev.CD Jan 94"
  28330.         activate
  28331.     end tell
  28332. on error errMsg number errNum
  28333.     --enter statements to perform when no records are found such as...
  28334.     display dialog "Sorry, the item you selected could not be found."
  28335.     return
  28336. end try
  28337. tokenize
  28338. pci-pci
  28339. pci-pci
  28340. bridge
  28341. pcmcia
  28342. documents
  28343. performance
  28344. performance
  28345. analysis
  28346. performance
  28347. countersQ
  28348. phone
  28349. photoshop
  28350. physical
  28351. picker
  28352. pippin
  28353. pixel
  28354. pixel
  28355. depth
  28356. plaintalk
  28357. platform
  28358. playback
  28359. player
  28360. plist
  28361. plotting
  28362. reference
  28363. registration
  28364. registry
  28365. release
  28366. reports
  28367. resedit
  28368. resedit
  28369. 2.1.1
  28370. disassembly
  28371. disassembler
  28372. viewer
  28373. edito
  28374. resolution
  28375. resource
  28376. All Packages
  28377. F    QuickTimeO
  28378. Dev.CD Jul 93
  28379. Dev.CD Apr 93P
  28380. Dev.CD Jul 93
  28381. Dev.CD Apr 9V
  28382. 32776X
  28383. Jul 93
  28384. p--set theItem to choose file -- uncomment to test in an AS editor
  28385.     tell application "Finder"
  28386.         open item "Dev.CD Jul 93
  28387. Dev.CD Apr 93"
  28388.         activate
  28389.     end tell
  28390. on error errMsg number errNum
  28391.     --enter statements to perform when no records are found such as...
  28392.     display dialog "Sorry, the item you selected could not be found."
  28393.     return
  28394. end try
  28395. All Packages
  28396. F    QuickTimeO
  28397. Dev.CD Jul 93
  28398. Dev.CD Apr 93P
  28399. Dev.CD Jul 93
  28400. Dev.CD Apr 9V
  28401. 32777X
  28402. Jul 93
  28403. p--set theItem to choose file -- uncomment to test in an AS editor
  28404.     tell application "Finder"
  28405.         open item "Dev.CD Jul 93
  28406. Dev.CD Apr 93"
  28407.         activate
  28408.     end tell
  28409. on error errMsg number errNum
  28410.     --enter statements to perform when no records are found such as...
  28411.     display dialog "Sorry, the item you selected could not be found."
  28412.     return
  28413. end try
  28414. All Packages
  28415. All Packages
  28416. Japanese Language KitOEDev.CD May 94
  28417. Dev.CD Feb 94
  28418. Dev.CD Oct 93
  28419. Dev.CD Jun 93
  28420. Dev.CD May 93PDDev.CD May 94
  28421. Dev.CD Feb 94
  28422. Dev.CD Oct 93
  28423. Dev.CD Jun 93
  28424. Dev.CD May 9V
  28425. 32372X
  28426. May 94
  28427. --set theItem to choose file -- uncomment to test in an AS editor
  28428.     tell application "Finder"
  28429.         open item "Dev.CD May 94
  28430. Dev.CD Feb 94
  28431. Dev.CD Oct 93
  28432. Dev.CD Jun 93
  28433. Dev.CD May 93"
  28434.         activate
  28435.     end tell
  28436. on error errMsg number errNum
  28437.     --enter statements to perform when no records are found such as...
  28438.     display dialog "Sorry, the item you selected could not be found."
  28439.     return
  28440. end try
  28441. 0D!All Packages
  28442. Tool Chest Edition
  28443. Japanese Language Kit v1.2
  28444.     bug build of Sound Manager 3.2.1.J.Debug Sound Manager
  28445. Readme Debug Sound ManagerK
  28446. Jan 98N
  28447. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  28448. 32373X
  28449. Feb 00^
  28450. --set theItem to choose file -- uncomment to test in an AS editor
  28451.     tell application "Finder"
  28452.         open item "Dev.CD Feb 00 TC:Language Kits:Japanese Language Kit 1.2:"
  28453.         activate
  28454.     end tell
  28455. on error errMsg number errNum
  28456.     --enter statements to perform when no records are found such as...
  28457.     display dialog "Sorry, the item you selected could not be found."
  28458.     return
  28459. end try
  28460. e    No Changeq
  28461. Dev.CD Feb 00 TC
  28462. 1D!All Packages
  28463. Tool Chest Edition
  28464. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  28465. JavaDrawing.zip
  28466. jd.bat
  28467. README.txt
  28468. Feb 00
  28469. - Common
  28470.     - Sun Compliant Java Runtime Environment 1.1
  28471.     - QuickTime 3 
  28472.     - QTJava.zip
  28473.     - QTJava media samples
  28474. - Mac OS:
  28475.     - System 8 or later
  28476.     - Macintosh Runtime for Java (MRJ) 2.1
  28477. - Windows 95, 98, or NT::
  28478.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28479. ommended
  28480. b--set theItem to choose file -- uncomment to test in an AS editor
  28481.     tell application "Finder"
  28482.         open item "Dev.CD Feb 95"
  28483.         activate
  28484.     end tell
  28485. on error errMsg number errNum
  28486.     --enter statements to perform when no records are found such as...
  28487.     display dialog "Sorry, the item you selected could not be found."
  28488.     return
  28489. end try
  28490. keyboardcontroller
  28491. keychain
  28492. keychain
  28493. 1.0.1
  28494. keycodes
  28495. kibitz
  28496. killer
  28497. killer
  28498. content
  28499. workbook
  28500. korean
  28501. language
  28502. korean
  28503. language
  28504. 1.0.1
  28505. labelmenu
  28506. language
  28507. language
  28508. analysis
  28509. language
  28510. updater
  28511. language
  28512. updater
  28513. f/macos8
  28514. languages
  28515. laserwriter
  28516. laserwriter
  28517. laserwriter
  28518. 8.5.1gm
  28519. All Packages
  28520. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  28521. Dev.CD Jan 94
  28522. Dev.CD Oct 93
  28523. Dev.CD Jul 93
  28524. Dev.CD Apr 93PDDev.CD Apr 94
  28525. Dev.CD Jan 94
  28526. Dev.CD Oct 93
  28527. Dev.CD Jul 93
  28528. Dev.CD Apr 9V
  28529. 33163X
  28530. Apr 94
  28531. --set theItem to choose file -- uncomment to test in an AS editor
  28532.     tell application "Finder"
  28533.         open item "Dev.CD Apr 94
  28534. Dev.CD Jan 94
  28535. Dev.CD Oct 93
  28536. Dev.CD Jul 93
  28537. Dev.CD Apr 93"
  28538.         activate
  28539.     end tell
  28540. on error errMsg number errNum
  28541.     --enter statements to perform when no records are found such as...
  28542.     display dialog "Sorry, the item you selected could not be found."
  28543.     return
  28544. end try
  28545. All Packages
  28546. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  28547. Dev.CD Jan 94
  28548. Dev.CD Oct 93
  28549. Dev.CD Jul 93
  28550. Dev.CD Apr 93PDDev.CD Apr 94
  28551. Dev.CD Jan 94
  28552. Dev.CD Oct 93
  28553. Dev.CD Jul 93
  28554. Dev.CD Apr 9V
  28555. 33164X
  28556. Apr 94
  28557. All Packages
  28558. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28559. Dev.CD Jan 94
  28560. Dev.CD Oct 93
  28561. Dev.CD Jul 93P6Dev.CD Apr 94
  28562. Dev.CD Jan 94
  28563. Dev.CD Oct 93
  28564. Dev.CD Jul 9V
  28565. 33135X
  28566. Apr 94
  28567. --set theItem to choose file -- uncomment to test in an AS editor
  28568.     tell application "Finder"
  28569.         open item "Dev.CD Apr 94
  28570. Dev.CD Jan 94
  28571. Dev.CD Oct 93
  28572. Dev.CD Jul 93"
  28573.         activate
  28574.     end tell
  28575. on error errMsg number errNum
  28576.     --enter statements to perform when no records are found such as...
  28577.     display dialog "Sorry, the item you selected could not be found."
  28578.     return
  28579. end try
  28580. All Packages
  28581. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28582. Dev.CD Jan 94
  28583. Dev.CD Oct 93
  28584. Dev.CD Jul 93P6Dev.CD Apr 94
  28585. Dev.CD Jan 94
  28586. Dev.CD Oct 93
  28587. Dev.CD Jul 9V
  28588. 33136X
  28589. Apr 94
  28590. getprocessinformatio
  28591. getstdfilterproc
  28592. gettable/settable
  28593. getting
  28594. getting/setting
  28595. Summary: This package provides English error messages for OS errors and result codes
  28596. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  28597. General tools.imgK
  28598. Vol VIIIL
  28599. Mar 92M
  28600. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  28601.  - Tool Chest
  28602.  - Testing & Debugging
  28603.  - General toolsV
  28604. 32816X
  28605. Feb 00^
  28606. --set theItem to choose file -- uncomment to test in an AS editor
  28607.     tell application "Finder"
  28608.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  28609.         activate
  28610.     end tell
  28611. on error errMsg number errNum
  28612.     --enter statements to perform when no records are found such as...
  28613.     display dialog "Sorry, the item you selected could not be found."
  28614.     return
  28615. end try
  28616. IW-Half-DitherI
  28617. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J'Sample Code.img
  28618. Windows Sample Code.imgK
  28619. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  28620. Dev.CD Feb 00 TC:Sample Code:P
  28621. Dev.CD Feb 00 TC
  28622.  - Sample CodeV
  28623. 32369X
  28624. Feb 00^
  28625. r--set theItem to choose file -- uncomment to test in an AS editor
  28626.     tell application "Finder"
  28627.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28628.         activate
  28629.     end tell
  28630. on error errMsg number errNum
  28631.     --enter statements to perform when no records are found such as...
  28632.     display dialog "Sorry, the item you selected could not be found."
  28633.     return
  28634. end try
  28635. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codec sResource
  28636. MinimalDeclROM.a
  28637. ROM diagramsK
  28638. Oct 92nge
  28639. 32824X
  28640. Feb 00^
  28641. r--set theItem to choose file -- uncomment to test in an AS editor
  28642.     tell application "Finder"
  28643.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28644.         activate
  28645.     end tell
  28646. on error errMsg number errNum
  28647.     --enter statements to perform when no records are found such as...
  28648.     display dialog "Sorry, the item you selected could not be found."
  28649.     return
  28650. end try
  28651. e    No Changeq
  28652. Dev.CD Feb 00 TC
  28653. D!All Packages
  28654. Tool Chest Edition
  28655. Sample Code - Files
  28656. (** = new, * = revised)
  28657. Folder Watching:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  28658. MoreFiles 1.4.6:  MoreFiles is a collection of high-level routines written over the last couple of years to answer File Manager questions from developers. The routines in MoreFiles have been tested (but not stress-tested), documented, and code-reviewed by Apple. MoreFiles provides: high-level and FSSpecde
  28659. Dev.CD Feb 00 TC
  28660. All Packages
  28661. Japanese Language KitOTDev.CD May 97 TC
  28662. Dev.CD Nov 96 TC
  28663. Dev.CD Aug 96 TC
  28664. Dev.CD May 96 TC
  28665. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  28666. Dev.CD Nov 96 TC
  28667. Dev.CD Aug 96 TC
  28668. Dev.CD May 96 TC
  28669. Dev.CD Feb 96 TV
  28670. 32370X
  28671. May 97
  28672. --set theItem to choose file -- uncomment to test in an AS editor
  28673.     tell application "Finder"
  28674.         open item "Dev.CD May 97 TC
  28675. Dev.CD Nov 96 TC
  28676. Dev.CD Aug 96 TC
  28677. Dev.CD May 96 TC
  28678. Dev.CD Feb 96 TC"
  28679.         activate
  28680.     end tell
  28681. on error errMsg number errNum
  28682.     --enter statements to perform when no records are found such as...
  28683.     display dialog "Sorry, the item you selected could not be found."
  28684.     return
  28685. end try
  28686. All Packages
  28687. Japanese Language KitO
  28688. Dev.CD Feb 95P
  28689. Dev.CD Feb 9V
  28690. 32371X
  28691. Feb 95
  28692. --set theItem to choose file -- uncomment to test in an AS editor
  28693.     tell application "Finder"
  28694.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  28695.         activate
  28696.     end tell
  28697. on error errMsg number errNum
  28698.     --enter statements to perform when no records are found such as...
  28699.     display dialog "Sorry, the item you selected could not be found."
  28700.     return
  28701. end try
  28702. develop
  28703. issue
  28704. develop
  28705. issue
  28706. develop
  28707. issue
  28708. develop
  28709. issue
  28710. develop
  28711. issue
  28712. develop
  28713. issue
  28714. develop
  28715. issue
  28716. develop
  28717. issue
  28718. develop
  28719. issue
  28720. develop
  28721. issue
  28722. develop
  28723. issue
  28724. develop
  28725. issue
  28726. develop
  28727. issue
  28728. develop
  28729. issue
  28730. develop
  28731. issue
  28732. develop
  28733. issue
  28734. develop
  28735. issue
  28736. developer
  28737. developers
  28738. development
  28739. dictation
  28740. digests
  28741. directions
  28742. driver
  28743. editor
  28744. emulator
  28745. 6O+Dev.CD Feb 00 TC:Tool Chest:Sound:SoundApp:P3Dev.CD Feb 00 TC
  28746.  - Tool Chest
  28747.  - Sound
  28748.  - SoundAppV
  28749. 32891X
  28750. Feb 00^
  28751. --set theItem to choose file -- uncomment to test in an AS editor
  28752.     tell application "Finder"
  28753.         open item "Dev.CD Feb 00 TC:Tool Chest:Sound:SoundApp:"
  28754.         activate
  28755.     end tell
  28756. on error errMsg number errNum
  28757.     --enter statements to perform when no records are found such as...
  28758.     display dialog "Sorry, the item you selected could not be found."
  28759.     return
  28760. end try
  28761. Movedf;sound
  28762. memory
  28763. dialogs
  28764. windows
  28765. resources
  28766. files
  28767. user interfaceq
  28768. Dev.CD Feb 00 TC
  28769. 7D!All Packages
  28770. Tool Chest Edition
  28771. SoundboardI
  28772. 1e    No Change
  28773. virtually
  28774. viruses
  28775. visemrj
  28776. visibility
  28777. visible
  28778. visigenic
  28779. vision
  28780. visit
  28781. visited
  28782. visrgn
  28783. visual
  28784. visual-only
  28785. visualization
  28786. visually
  28787. vital
  28788. vocabulary
  28789. voice
  28790. voltages
  28791. volume
  28792. vrefnum
  28793. w/mathlib
  28794. w/sound
  28795. w/sys
  28796. waiting
  28797. waitnextevent
  28798. waits
  28799. wake100
  28800. wakes
  28801. walk-through
  28802. walks
  28803. walkthrough
  28804. --set theItem to choose file -- uncomment to test in an AS editor
  28805.     tell application "Finder"
  28806.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:ISp Sample:"
  28807.         activate
  28808.     end tell
  28809. on error errMsg number errNum
  28810.     --enter statements to perform when no records are found such as...
  28811.     display dialog "Sorry, the item you selected could not be found."
  28812.     return
  28813. end try
  28814. und."
  28815.     return
  28816. end try
  28817. e    No Changef'WebObjects
  28818. Designing
  28819. Robustness
  28820. Testingq
  28821. Dev.CD Jan 00 SDK1
  28822. D(All Packages
  28823. Reference Library Edition
  28824. develop Issue  1
  28825. +e    No Changef+Tool
  28826. Virtual User
  28827. External Tool
  28828. Dev.CD Feb 00 TC
  28829. ,D!All Packages
  28830. Tool Chest Edition
  28831. -Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J'Sample Code.img
  28832. Windows Sample Code.imgK
  28833. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  28834. Dev.CD Feb 00 TC:Sample Code:P
  28835. Dev.CD Feb 00 TC
  28836.  - Sample CodeV
  28837. 32369X
  28838. Feb 00^
  28839. r--set theItem to choose file -- uncomment to test in an AS editor
  28840.     tell application "Finder"
  28841.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28842.         activate
  28843.     end tell
  28844. on error errMsg number errNum
  28845.     --enter statements to perform when no records are found such as...
  28846.     display dialog "Sorry, the item you selected could not be found."
  28847.     return
  28848. end try
  28849. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeither Sample Code
  28850. --set theItem to choose file -- uncomment to test in an AS editor
  28851.     tell application "Finder"
  28852.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  28853.         activate
  28854.     end tell
  28855. on error errMsg number errNum
  28856.     --enter statements to perform when no records are found such as...
  28857.     display dialog "Sorry, the item you selected could not be found."
  28858.     return
  28859. end try
  28860. ness, particularly with web applications, which are generally developed for use by people outside yo
  28861. entertainment
  28862. entire
  28863. entirely
  28864. entities
  28865. entries
  28866. entry
  28867. enumerated
  28868. enumerates
  28869. enumeration
  28870. enviroment
  28871. environement
  28872. environment
  28873. environmental
  28874. environments
  28875. enwall
  28876. eoaccess
  28877. eocontrol
  28878. eointerface
  28879. eomodeler
  28880. epoch
  28881. eprom
  28882. equilibrium
  28883. equilibrium's
  28884. equipment
  28885. equivalent
  28886. erase
  28887. erases
  28888. erasing
  28889. errata
  28890. erroneous
  28891. error
  28892. autotest
  28893. dialogtest
  28894. menutest
  28895. sample
  28896. sample
  28897. sample
  28898. ispautotest
  28899. ispautotest
  28900. ispdialogtest
  28901. ispdialogtest
  28902. ispelementview
  28903. ispelementview
  28904. ispelementview
  28905. ispeventpane
  28906. ispeventpane
  28907. ispeventpane
  28908. isplquitwindow
  28909. isplquitwindow
  28910. isplquitwindow
  28911. ispmenutest
  28912. ispmenutest
  28913. isppptest
  28914. isppptest
  28915. isppptesttools
  28916. isppptesttools
  28917. isppptesttools
  28918. isptest
  28919. isptest
  28920. powerplant
  28921. isptest
  28922. powerplant
  28923. isptest
  28924. isptestglobals
  28925. isptestglobals
  28926. isptestglobals
  28927. isptestmain
  28928. isptestmain
  28929. isptestmain
  28930. *e    No Changef-InputSprocket
  28931. Needs
  28932. Elements
  28933. buttonsq
  28934. Dev.CD Feb 00 TC
  28935. +D!All Packages
  28936. Tool Chest Edition
  28937. Ivy 1.0fc1
  28938. Summary: This submission contains a Virtual User 2.0 external tool and task library which allows script writers to capture and compare full or partial screen images. Also included is task library documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  28939. Virtual User tools.imgK
  28940. Jul 93L
  28941. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  28942.  - Tool Chest
  28943.  - Testing & Debugging
  28944.  - Virtual User toolsV
  28945. 32368X
  28946. Feb 00^
  28947. #y using Dynamo.
  28948. J(develop Issue  1:
  28949. develop Issue  1 code:K
  28950. Vol IIIL
  28951. Jun 95
  28952. items
  28953. japanese
  28954. tutorial
  28955. jbindery
  28956. jdirect
  28957. jmanager
  28958. joystick
  28959. library
  28960. linking
  28961. loadable
  28962. loadable
  28963. bundle
  28964. loading
  28965. locales
  28966. localization
  28967. localized
  28968. localized
  28969. strings
  28970. location
  28971. location
  28972. manager
  28973. space
  28974. lproj
  28975. macapp
  28976. machine
  28977. machine
  28978. identification
  28979. macintosh
  28980. macintosh
  28981. coprocessor
  28982. platform
  28983. macsbug
  28984. mactcp
  28985. bundle
  28986. management
  28987. manager
  28988. manuals
  28989. media
  28990. memory
  28991. memory
  28992. manager
  28993. Jul 95
  28994. b--set theItem to choose file -- uncomment to test in an AS editor
  28995.     tell application "Finder"
  28996.         open item "Dev.CD Jul 95"
  28997.         activate
  28998.     end tell
  28999. on error errMsg number errNum
  29000.     --enter statements to perform when no records are found such as...
  29001.     display dialog "Sorry, the item you selected could not be found."
  29002.     return
  29003. end try
  29004. All Packages
  29005. System 7.5 Update 1.0O
  29006. Dev.CD Jul 95P
  29007. Dev.CD Jul 9V
  29008. 32964X
  29009. Jul 95
  29010. b--set theItem to choose file -- uncomment to test in an AS editor
  29011.     tell application "Finder"
  29012.         open item "Dev.CD Jul 95"
  29013.         activate
  29014.     end tell
  29015. on error errMsg number errNum
  29016.     --enter statements to perform when no records are found such as...
  29017.     display dialog "Sorry, the item you selected could not be found."
  29018.     return
  29019. end try
  29020. All Packages
  29021. System 7.5 Update 1.0O
  29022. Dev.CD Jul 95P
  29023. Dev.CD Jul 9V
  29024. 32965X
  29025. Jul 95
  29026. )e    No Changef!ISO 9660
  29027. CD-ROM
  29028. device driver i/oq
  29029. Dev.CD Feb 00 TC
  29030. *D!All Packages
  29031. Tool Chest Edition
  29032. ISp SampleI
  29033. ISp Sample is a reasonably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.JNISp Sample
  29034. ISp Sample.CW2.
  29035. ISp Sample.CW5.
  29036. Makefile
  29037. Objects
  29038. Resources
  29039. SourceK
  29040. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  29041. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO:Dev.CD Feb 00 TC:What's New?:Sample Code:Games:ISp Sample:PEDev.CD Feb 00 TC
  29042.  - What's New?
  29043.  - Sample Code
  29044.  - Games
  29045.  - ISp SampleV
  29046. 32367X
  29047. Feb 00^
  29048. rdocproc
  29049. rdocproc
  29050. registration
  29051. request
  29052. hmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  29053. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  29054. Print Hin
  29055. --set theItem to choose file -- uncomment to test in an AS editor
  29056.     tell application "Finder"
  29057.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  29058.         activate
  29059.     end tell
  29060. on error errMsg number errNum
  29061.     --enter statements to perform when no records are found such as...
  29062.     display dialog "Sorry, the item you selected could not be found."
  29063.     return
  29064. end try
  29065. our drawing quality.
  29066. J(develop Issue 10:
  29067. develop Issue 10 code:K
  29068. Vol IIIL
  29069. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Mar 00 RL
  29070.  - Technical Documentation
  29071.  - develop
  29072.  - develop Issue 10
  29073. updater
  29074. upgrade
  29075. access
  29076. 1.0.1
  29077. distribution
  29078. guide
  29079. utilities
  29080. v1.0.1
  29081. v1.1.1
  29082. v1.4f3
  29083. validator
  29084. variables
  29085. verifier
  29086. verifier
  29087. verilog
  29088. versionedit
  29089. versionedit
  29090. video
  29091. viewer
  29092. virtual
  29093. virtual
  29094. sphere
  29095. 1.0.1
  29096. virtual
  29097. virtual
  29098. tools
  29099. bit-depth
  29100. explained
  29101. ombinations
  29102. combine
  29103. combines
  29104. combining
  29105. combowalker
  29106. comes
  29107. comfort
  29108. command
  29109. command-line
  29110. quickdraw
  29111. graphics
  29112. library
  29113. define
  29114. quickdraw
  29115. dimension
  29116. macintosh
  29117. graphics
  29118. pablo
  29119. transport's
  29120. transports
  29121. trapped
  29122. trapping
  29123. traps
  29124. trash
  29125. travel
  29126. traversing
  29127. treat
  29128. treatment
  29129. trees
  29130. triangles
  29131. triangular
  29132. trick
  29133. tricks
  29134. tricky
  29135. tries
  29136. trigger
  29137. tripped
  29138. trivial
  29139. truetype
  29140. twofold
  29141. types
  29142. typically
  29143. typing
  29144. typist
  29145. typographic
  29146. typography
  29147. control-key
  29148. controlled
  29149. controllerQ
  29150. controllers
  29151. controllingQ
  29152. controlrgn
  29153. controls
  29154. controls
  29155. 3.0.15
  29156. folder
  29157. nter statements to perform when no records are found such as...
  29158.     display dialog "Sorry, the item you selected could not be found."
  29159.     return
  29160. end try
  29161. Next CDq
  29162. Dev.CD Mar 00 RL
  29163. D(All Packages
  29164. Reference Library Edition
  29165. develop Issue 12
  29166. 1.0.3
  29167. 1.0.6
  29168. 1.0.8
  29169. 1.0a5
  29170. 1.0b1
  29171. 1.0b2
  29172. 1.0b4
  29173. 1.0d1
  29174. 1.0d8
  29175. 1.1.1
  29176. 1.1.2
  29177. 1.1.3
  29178. 1.1.4
  29179. 1.1.6
  29180. 1.1b1
  29181. 1.1d2
  29182. 1.2.1
  29183. 1.2.3
  29184. 1.2d1
  29185. 1.3b5
  29186. 1.5.1
  29187. 1.5.2
  29188. 1.6.1
  29189. 1.7.1
  29190. 1.7.2
  29191. 1.7.3
  29192. 1/1/70
  29193. 1/25/2000
  29194. 100lc
  29195. 12/600
  29196. 12x16
  29197. nearly
  29198. necessary
  29199. needed
  29200. needs
  29201. neighborhood
  29202. netscape
  29203. netsprocket
  29204. netstat
  29205. netware
  29206. networkW
  29207. network-aware
  29208. network-connected
  29209. networkable
  29210. networking
  29211. e    No Changef
  29212. Virtual Userq
  29213. Dev.CD Feb 00 TC
  29214. D!All Packages
  29215. Tool Chest Edition
  29216. vuCollect 1.1
  29217. vSummary: vuCollect 1.1 is a tool to work with Virtual User to aid the gathering of information that Virtual User can see from the application under test. This version has been updated to work with Virtual User 2.0
  29218. Features: Format the output of Virtual User's matching statements in a way that the user can copy/paste when developing scripts.
  29219. MPW 3.2.3, Virtual User 2.0  
  29220. Virtual User tools.imgK
  29221. May 93N
  29222. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  29223.  - Tool Chest
  29224.  - Testing & Debugging
  29225.  - Virtual User toolsV
  29226. 33278X
  29227. Feb 00^
  29228. All Packages
  29229. System Enabler 003 (LC III)OEDev.CD Apr 94
  29230. Dev.CD Jan 94
  29231. Dev.CD Oct 93
  29232. Dev.CD Jul 93
  29233. Dev.CD Apr 93PDDev.CD Apr 94
  29234. Dev.CD Jan 94
  29235. Dev.CD Oct 93
  29236. Dev.CD Jul 93
  29237. Dev.CD Apr 9V
  29238. 33018X
  29239. Apr 94
  29240. --set theItem to choose file -- uncomment to test in an AS editor
  29241.     tell application "Finder"
  29242.         open item "Dev.CD Apr 94
  29243. Dev.CD Jan 94
  29244. Dev.CD Oct 93
  29245. Dev.CD Jul 93
  29246. Dev.CD Apr 93"
  29247.         activate
  29248.     end tell
  29249. on error errMsg number errNum
  29250.     --enter statements to perform when no records are found such as...
  29251.     display dialog "Sorry, the item you selected could not be found."
  29252.     return
  29253. end try
  29254. All Packages
  29255. System Enabler 003 (LC III)OEDev.CD Apr 94
  29256. Dev.CD Jan 94
  29257. Dev.CD Oct 93
  29258. Dev.CD Jul 93
  29259. Dev.CD Apr 93PDDev.CD Apr 94
  29260. Dev.CD Jan 94
  29261. Dev.CD Oct 93
  29262. Dev.CD Jul 93
  29263. Dev.CD Apr 9V
  29264. 33019X
  29265. Apr 94
  29266. fcode
  29267. tokenizer
  29268. board
  29269. fcode
  29270. driver
  29271. development
  29272. newer
  29273. newfolder
  29274. newgworld
  29275. 32365X
  29276. Apr 98^
  29277. --set theItem to choose file -- uncomment to test in an AS editor
  29278.     tell application "Finder"
  29279.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:"
  29280.         activate
  29281.     end tell
  29282. on error errMsg number errNum
  29283.     --enter statements to perform when no records are found such as...
  29284.     display dialog "Sorry, the item you selected could not be found."
  29285.     return
  29286. end try
  29287. e    No ChangefSAppleTalk
  29288. EtherTalk
  29289. TokenTalk
  29290. Network
  29291. Ethernet
  29292. Token Ring
  29293. LaserWriter Bridge
  29294. A/ROSEq
  29295. Dev.CD Apr 98 SDK1
  29296. )D!All Packages
  29297. Tool Chest Edition
  29298. iso9660IySummary: Example code for building simple ISO 9660 volumes.  Demonstrates reading & writing to a device, ISO 9660 format.J?iso9660
  29299. iso9660.make
  29300. iso9660.r
  29301. iso9660.rsrc
  29302. iso9660.
  29303. SrcsK
  29304. Dec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  29305.  - Tool Chest
  29306.  - Devices
  29307.  - CD-ROM
  29308.  - iso9660V
  29309. 32366X
  29310. Feb 00^
  29311. (J5Network Software Installer:
  29312. NSI 1.5.1 - Read Me FirstK
  29313. Aug 92L
  29314. Jul 95NZAppleTalk, EtherTalk, TokenTalk, Network, Ethernet, Token Ring, LaserWriter Bridge, A/ROSEOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:PMDev.CD Apr 98 SDK1
  29315.  - Development Kits (Disc 1)
  29316.  - Network Software Installerd manipulating time bases directly is sometimes helpful. Here are some tips.
  29317. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  29318. ing OOP code may be easier than you think.
  29319. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  29320. s an alternative way to implement globals in standalone code.
  29321. Be Our Guest: Components and C++ Classes Compared  by David 
  29322. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  29323. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  29324. Print Hi
  29325. Summary:  You can use this Network Software Installer to install the following networking products:
  29326.  LaserWriter Bridge version 2.0.1
  29327.  AppleTalk version 58.1.5
  29328.  Network Control Panel version 3.0.2
  29329.  EtherTalk version 2.5.7
  29330.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  29331.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  29332.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  29333. r all Apple Comm Slot ethernet cards
  29334.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  29335.  TokenTalk version 2.5.7
  29336.  Token Ring Control Panel version 1.0.1
  29337.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  29338.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  29339.  A/ROSE 1.2.1, for use in some token ring configurations
  29340. See the document "NSI 1.5.1 - Read Me First" for details.
  29341. Aug 92L
  29342. Jul 95
  29343. soundinputsample
  29344. soundlevel
  29345. soundmanager
  29346. sounds
  29347. soundsprocket
  29348. soundunit
  29349. source
  29350. source-code
  29351. source-level
  29352. sourcebug
  29353. sourcebug
  29354. source-level
  29355. debugger
  29356. debugging
  29357. 68k-based
  29358. sourcemenu
  29359. sourceobj
  29360. sources
  29361. sourceserver
  29362. specifiers
  29363. specify
  29364. import
  29365. important
  29366. important
  29367. information
  29368. importexport
  29369. importexport
  29370. imran's
  29371. imran's
  29372. imran's
  29373. release
  29374. notes
  29375. release
  29376. notes
  29377. includes
  29378. index
  29379. index
  29380. index
  29381. index
  29382. indexes
  29383. indexg
  29384. indexg
  29385. infoid
  29386. infoid
  29387. information
  29388. initprojector
  29389. inputdialog
  29390. inputdialog
  29391. inputsprocket
  29392. inputsprocket
  29393. inputsprocketsimplet
  29394. inputsprocketsimplet
  29395. inputsprocketsimplet
  29396. inputsprocketsimplet
  29397. inputsprockettest
  29398. inputsprockettest
  29399. inputsprockettest
  29400. install
  29401. unmountprojector
  29402. unsupported
  29403. unsupported
  29404. libraries
  29405. untitled
  29406. untitled
  29407. 1.4mb
  29408. format
  29409. unwrapcommenttext
  29410. update
  29411. updated
  29412. updated
  29413. documentation
  29414. updated
  29415. grayscale
  29416. appearance
  29417. updater
  29418. updates
  29419. updates
  29420. updates
  29421. patches
  29422. upgrader
  29423. upgrader
  29424. 1.2.3
  29425. engines
  29426. upgrading
  29427. upgrading
  29428. bbedit
  29429. access
  29430. access
  29431. scripting
  29432. urlaccess
  29433. urlaccess
  29434. urlaccess
  29435. urlaccess
  29436. urlaccess68k
  29437. urlaccess68k
  29438. urlaccesslib
  29439. usage
  29440. usage
  29441. history
  29442. software
  29443. locator
  29444. useful
  29445. useful
  29446. addmenu
  29447. script
  29448. manual
  29449. user's
  29450. users
  29451. userstartup
  29452. userstartup
  29453. goodies
  29454. using
  29455. using
  29456. quicktime
  29457. conferencing
  29458.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  29459. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  29460. ClickSound:  A simple sound producer.
  29461. Double Buffer:  This sample application shows how to play sounds using double buffering.
  29462. EasyPlayRecord:  This simple applicat
  29463. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  29464. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  29465. s that focus on corporate goals and business processes and command the attention of senior business executives.
  29466. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  29467. performance breakthroughs can be achieved by applying interactive media in your company
  29468. s core business processes
  29469. , whereas the focus of the Success Guide is 
  29470. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  29471. Interactive Corp Success Gd.pdfK
  29472. Jan 98M
  29473. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  29474. 'PHDev.CD Jan 00 SDK1
  29475.  - Development Kits
  29476.  - Mac OS
  29477.  - Interfaces&LibrariesV
  29478. 32364X
  29479. Jan 00^
  29480. --set theItem to choose file -- uncomment to test in an AS editor
  29481.     tell application "Finder"
  29482.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:"
  29483.         activate
  29484.     end tell
  29485. on error errMsg number errNum
  29486.     --enter statements to perform when no records are found such as...
  29487.     display dialog "Sorry, the item you selected could not be found."
  29488.     return
  29489. end try
  29490. e    No Changeq
  29491. Dev.CD Jan 00 SDK1
  29492. (D!All Packages
  29493. Mac OS SDK Edition
  29494. International NSI 1.5.1
  29495.     ing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  29496. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  29497. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  29498. s color matching technology.
  29499. Graphical Truffles: Four Common
  29500. &P|Dev.CD Jan 98 SDK1
  29501.  - What's New
  29502.  - Technical Documentation
  29503.  - Interactive Media Resources
  29504.  - Interactive Corp Success GuideSomewhere in QuickTime: Derived Media Handlers  by John Wang.
  29505. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  29506. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  29507. J(develop Issue 14:
  29508. develop Issue 14 code:K
  29509. Vol IIIL
  29510. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Mar 00 RL
  29511.  - Technical Documentation
  29512.  - develop
  29513.  - develop Issue 14
  29514. Apr 94
  29515. p--set theItem to choose file -- uncomment to test in an AS editor
  29516.     tell application "Finder"
  29517.         open item "Dev.CD Apr 94
  29518. Dev.CD Jan 94"
  29519.         activate
  29520.     end tell
  29521. on error errMsg number errNum
  29522.     --enter statements to perform when no records are found such as...
  29523.     display dialog "Sorry, the item you selected could not be found."
  29524.     return
  29525. end try
  29526. All Packages
  29527. System Enabler 065 (LC 575)O
  29528. Dev.CD Apr 94P
  29529. Dev.CD Apr 9V
  29530. 33072X
  29531. Apr 94
  29532. b--set theItem to choose file -- uncomment to test in an AS editor
  29533.     tell application "Finder"
  29534.         open item "Dev.CD Apr 94"
  29535.         activate
  29536.     end tell
  29537. on error errMsg number errNum
  29538.     --enter statements to perform when no records are found such as...
  29539.     display dialog "Sorry, the item you selected could not be found."
  29540.     return
  29541. end try
  29542. All Packages
  29543. System Enabler 065 (LC 575)O
  29544. Dev.CD Apr 94
  29545. Dev.CD Jan 94P
  29546. Dev.CD Apr 94
  29547. Dev.CD Jan 9V
  29548. 33073X
  29549. Apr 94
  29550. 33234X
  29551. Dec 99^
  29552. --set theItem to choose file -- uncomment to test in an AS editor
  29553.     tell application "Finder"
  29554.         open item "Dev.CD Dec 99 RL:Technical Publications:Documentation in PDF:"
  29555.         activate
  29556.     end tell
  29557. on error errMsg number errNum
  29558.     --enter statements to perform when no records are found such as...
  29559.     display dialog "Sorry, the item you selected could not be found."
  29560.     return
  29561. end try
  29562. Deletedf
  29563. Mac OS
  29564. Mac OS 8
  29565. Mac OS 8.5
  29566. Inside Macintosh
  29567. Inside Mac
  29568. Developer Notes
  29569. Mac OS X
  29570. QuickTime
  29571. and WebObjects
  29572. pdf documents
  29573. printing pdf
  29574. PDF.q
  29575. Dev.CD Dec 99 RL
  29576. D(All Packages
  29577. Reference Library Edition
  29578. F"Technical Publications: Enterprise
  29579. cdevs
  29580. cdk's
  29581. cdromdrivecheck
  29582. cdtool
  29583. celestial
  29584. celik
  29585. center
  29586. centered
  29587. central
  29588. centre
  29589. certainly
  29590. certificates
  29591. %I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  29592. Int'l Dev contacts 2/96K
  29593. May 95L
  29594. Apr 96OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29595.  - Programs & Marketing
  29596.  - Market & Distribution GuidesV
  29597. 32362X
  29598. May 98^
  29599. --set theItem to choose file -- uncomment to test in an AS editor
  29600.     tell application "Finder"
  29601.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  29602.         activate
  29603.     end tell
  29604. on error errMsg number errNum
  29605.     --enter statements to perform when no records are found such as...
  29606.     display dialog "Sorry, the item you selected could not be found."
  29607.     return
  29608. end try
  29609. e    No Changeq
  29610. Dev.CD May 98 TC
  29611. &D!All Packages
  29612. Mac OS SDK Edition
  29613. Interactive Corp Success Guide
  29614. The Interactive Corporation Success Guide
  29615. Top Down Selling by Roger Fetterman and Randall Seger
  29616. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  29617. The book demonstrates through real life case studies that it is possible to 
  29618. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  29619. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  29620. 32363X
  29621. Jan 98^
  29622. --set theItem to choose file -- uncomment to test in an AS editor
  29623.     tell application "Finder"
  29624.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  29625.         activate
  29626.     end tell
  29627. on error errMsg number errNum
  29628.     --enter statements to perform when no records are found such as...
  29629.     display dialog "Sorry, the item you selected could not be found."
  29630.     return
  29631. end try
  29632. DeletedfCreturn on investment
  29633. business processes
  29634. interactive media solutionsq
  29635. Dev.CD Jan 98 SDK1
  29636. 'D!All Packages
  29637. Mac OS SDK Edition
  29638. Interfaces&LibrariesI
  29639. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  29640. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  29641. UniversalInterfaces3.3a1.imgK
  29642. Feb 94L
  29643. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:nge
  29644. Nov 97N
  29645. debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  29646.  - Tool Chest
  29647.  - Development Kits
  29648.  - MPW etc.V
  29649. 32896X
  29650. Feb 00^
  29651. --set theItem to choose file -- uncomment to test in an AS editor
  29652.     tell application "Finder"
  29653.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  29654.         activate
  29655.     end tell
  29656. on error errMsg number errNum
  29657.     --enter statements to perform when no records are found such as...
  29658.     display dialog "Sorry, the item you selected could not be found."
  29659.     return
  29660. end try
  29661. e    No Changef
  29662. debuggerq
  29663. Dev.CD Feb 00 TC
  29664. <D!All Packages
  29665. Tool Chest Edition
  29666. F    SourceObj
  29667. stream
  29668. streamedit
  29669. streamlined
  29670. streams
  29671. strengths
  29672. stress
  29673. strictly
  29674. stride
  29675. string
  29676. stringing
  29677. strings
  29678. strip
  29679. stripunits
  29680. strlog
  29681. stroke
  29682. stroll
  29683. strong
  29684. stronger
  29685. Dec 99N.SimpleText, script, print, scriptable printingOTDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:P_Dev.CD Mar 00 RL Disk 1
  29686.  - What's New
  29687.  - Sample Code
  29688.  - Printing
  29689.  - Scriptable Print SimpleTextV
  29690. 32840X
  29691. Mar 00^    RL Disk 1
  29692. --set theItem to choose file -- uncomment to test in an AS editor
  29693.     tell application "Finder"
  29694.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:"
  29695.         activate
  29696.     end tell
  29697. on error errMsg number errNum
  29698.     --enter statements to perform when no records are found such as...
  29699.     display dialog "Sorry, the item you selected could not be found."
  29700.     return
  29701. end try
  29702. e    No Changef+SimpleText
  29703. script
  29704. print
  29705. scriptable printingq
  29706. Dev.CD Mar 00 RL Disk 1
  29707. D!All Packages
  29708. Tool Chest Edition
  29709. ScriptableStuffItEngine
  29710. rfc1661
  29711. rfc1661
  29712. rfc1662
  29713. rfc1662
  29714. richardson
  29715. rights
  29716. rincludes
  29717. library
  29718. 4pmlibraryQ
  29719. 4pmlibrary
  29720. 4pmlibrary
  29721. 5.0.7
  29722. 5.3.2
  29723. 5300ramcard
  29724. 5xxx/6xxx
  29725. 5xxx/6xxx
  29726. tester
  29727. 6.3.3
  29728. performance
  29729. static
  29730. libraries
  29731. anniversary
  29732. 7.1.3
  29733. 7.5.5
  29734. apple
  29735. grayscale
  29736. appearance
  29737. 7edit
  29738. 7edit
  29739. readme
  29740. 8.5.1
  29741. 8/31/93
  29742. 9/1/93
  29743. 95/02
  29744. mag'n
  29745. Contents -> Extensions
  29746. Contents -> root of bootVol
  29747. Documentation
  29748. Experimental InterfaceLib
  29749. Interfaces & Libraries
  29750. Quick Start
  29751. Read Me
  29752. Test Target
  29753. ViewerK
  29754. Sep 97L
  29755. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Jan 00 SDK1
  29756.  - Development Kits
  29757.  - Mac OS
  29758.  - Instrumentation SDKV
  29759. 32361X
  29760. Jan 00^
  29761. --set theItem to choose file -- uncomment to test in an AS editor
  29762.     tell application "Finder"
  29763.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  29764.         activate
  29765.     end tell
  29766. on error errMsg number errNum
  29767.     --enter statements to perform when no records are found such as...
  29768.     display dialog "Sorry, the item you selected could not be found."
  29769.     return
  29770. end try
  29771. e    No Changef(instrumentation
  29772. performance analysisq
  29773. Dev.CD Jan 00 SDK1
  29774. %D!All Packages
  29775. Tool Chest Edition
  29776. Int'l Developer Contacts 2/96int Hint
  29777. All Packages
  29778. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29779. Dev.CD Jan 94
  29780. Dev.CD Oct 93
  29781. Dev.CD Jul 93
  29782. Dev.CD Apr 93PDDev.CD Apr 94
  29783. Dev.CD Jan 94
  29784. Dev.CD Oct 93
  29785. Dev.CD Jul 93
  29786. Dev.CD Apr 9V
  29787. 33197X
  29788. Apr 94
  29789. --set theItem to choose file -- uncomment to test in an AS editor
  29790.     tell application "Finder"
  29791.         open item "Dev.CD Apr 94
  29792. Dev.CD Jan 94
  29793. Dev.CD Oct 93
  29794. Dev.CD Jul 93
  29795. Dev.CD Apr 93"
  29796.         activate
  29797.     end tell
  29798. on error errMsg number errNum
  29799.     --enter statements to perform when no records are found such as...
  29800.     display dialog "Sorry, the item you selected could not be found."
  29801.     return
  29802. end try
  29803. All Packages
  29804. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  29805. Dev.CD Jan 94
  29806. Dev.CD Oct 93
  29807. Dev.CD Jul 93P6Dev.CD Apr 94
  29808. Dev.CD Jan 94
  29809. Dev.CD Oct 93
  29810. Dev.CD Jul 9V
  29811. 33198X
  29812. Apr 94
  29813. define
  29814. defined
  29815. defines
  29816. defining
  29817. we're
  29818. we've
  29819. weather
  29820. ose file -- uncomment to test in an AS editor
  29821.     tell application "Finder"
  29822.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:"
  29823.         activate
  29824.     end tell
  29825. on error errMsg number errNum
  29826.     --enter statements to perform when no records are found such as...
  29827.     display dialog "Sorry, the item you selected could not be found."
  29828.     return
  29829. end try
  29830. Next CDq
  29831. Dev.CD Mar 00 RL
  29832. All Packages
  29833. develop Issue 18
  29834. 30361X
  29835. pre-scripted
  29836. pre-testing
  29837. pre-train
  29838. pre-translate
  29839. predecessor
  29840. predefined
  29841. predicates
  29842. predictable
  29843. prediction
  29844. predispatch
  29845. preemptive
  29846. preexisting
  29847. prefer
  29848. preference
  29849. preferences
  29850. preferred
  29851. prefs
  29852. preliminary
  29853. preloaded
  29854. premastering
  29855. premier
  29856. premiere
  29857. prepare
  29858. prepared
  29859. preparememoryforio
  29860. preparing
  29861. preperation
  29862. prerelease
  29863. prerequisite
  29864. prerequisites
  29865. prescalers
  29866. presence
  29867. present
  29868. presentation
  29869. presentations
  29870. presented
  29871. presenting
  29872. presently
  29873. presents
  29874. preserve
  29875. preserve68kregsactiv
  29876. preserve68kregssendp
  29877. preview
  29878. previews
  29879. b--set theItem to choose file -- uncomment to test in an AS editor
  29880.     tell application "Finder"
  29881.         open item "Dev.CD Aug 93"
  29882.         activate
  29883.     end tell
  29884. on error errMsg number errNum
  29885.     --enter statements to perform when no records are found such as...
  29886.     display dialog "Sorry, the item you selected could not be found."
  29887.     return
  29888. end try
  29889. ships
  29890. shoot
  29891. short
  29892. shortcuts
  29893. shotsW
  29894. should
  29895. shouldn't
  29896. show/hide
  29897. shown
  29898. shows
  29899. shrink-wrapped
  29900. All Packages
  29901. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29902. Dev.CD Jan 94
  29903. Dev.CD Oct 93
  29904. Dev.CD Jul 93
  29905. Dev.CD Apr 93PDDev.CD Apr 94
  29906. Dev.CD Jan 94
  29907. Dev.CD Oct 93
  29908. Dev.CD Jul 93
  29909. Dev.CD Apr 9V
  29910. 33165X
  29911. Apr 94
  29912. --set theItem to choose file -- uncomment to test in an AS editor
  29913.     tell application "Finder"
  29914.         open item "Dev.CD Apr 94
  29915. Dev.CD Jan 94
  29916. Dev.CD Oct 93
  29917. Dev.CD Jul 93
  29918. Dev.CD Apr 93"
  29919.         activate
  29920.     end tell
  29921. on error errMsg number errNum
  29922.     --enter statements to perform when no records are found such as...
  29923.     display dialog "Sorry, the item you selected could not be found."
  29924.     return
  29925. end try
  29926. All Packages
  29927. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29928. Dev.CD Jan 94
  29929. Dev.CD Oct 93
  29930. Dev.CD Jul 93
  29931. Dev.CD Apr 93PDDev.CD Apr 94
  29932. Dev.CD Jan 94
  29933. Dev.CD Oct 93
  29934. Dev.CD Jul 93
  29935. Dev.CD Apr 9V
  29936. 33166X
  29937. Apr 94
  29938. enabler
  29939. enablers
  29940. enables
  29941. identification
  29942. image
  29943. imagewriter
  29944. imaging
  29945. inactive
  29946. index
  29947. indian
  29948. plist
  29949. information
  29950. information
  29951. property
  29952. inline
  29953. inline
  29954. input
  29955. input
  29956. input
  29957. device
  29958. inputsprocket
  29959. inside
  29960. inside
  29961. inside
  29962. macintosh
  29963. installer
  29964. instance
  29965. instance
  29966. variables
  29967. instrumentation
  29968. integrity
  29969. interactive
  29970. interactive
  29971. media
  29972. solutions
  29973. interface
  29974. interface
  29975. builder
  29976. interfaces
  29977. interleaving
  29978. international
  29979. internationalization
  29980. internet
  29981. internet
  29982. server
  29983. interrupt
  29984. interrupt
  29985. introduction
  29986. introduction
  29987. programming
  29988. investment
  29989. iostreams
  29990. digital
  29991. digital
  29992. asset
  29993. management
  29994. digital
  29995. storyboard
  29996.  allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  29997. StdFile:  StdFile attempts to demonstrate several Standard File-related  techniques. See the 'README' file for detaE
  29998. J'Sample Code.img
  29999. Windows Sample Code.imgK
  30000. May 97L
  30001. May 97O
  30002. Dev.CD Feb 00 TC:Sample Code:P
  30003. Dev.CD Feb 00 TC
  30004.  - Sample CodeW
  30005. 32360X
  30006. Jan 00^
  30007. --set theItem to choose file -- uncomment to test in an AS editor
  30008.     tell application "Finder"
  30009.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  30010.         activate
  30011.     end tell
  30012. on error errMsg number errNum
  30013.     --enter statements to perform when no records are found such as...
  30014.     display dialog "Sorry, the item you selected could not be found."
  30015.     return
  30016. end try
  30017. e    No Changef    Installerq
  30018. Dev.CD Jan 00 SDK1
  30019. $D!All Packages
  30020. Mac OS SDK Edition
  30021. Instrumentation SDK 1.0.6
  30022. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  30023. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  30024. 32361X
  30025. 1e    No Change
  30026.     CUnt "Installer Licensing - Read Me" at the top of the SDK folder for more information.
  30027. J^Installer 4.0.8
  30028. Installer Licensing - Read Me
  30029. Installer SDK 1.2.3.pdf
  30030. Upgrader 1.2.3 & EnginesK
  30031. Apr 94L
  30032. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  30033. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Jan 00 SDK1
  30034.  - Development Kits
  30035.  - Mac OS
  30036.  - Installer SDK 1.2.3plications. 
  30037. Exploiting Gr
  30038. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  30039. Displaying Hierarchical Lists  by Martin Minow.  Here
  30040. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  30041. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  30042. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  30043. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  30044. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  30045. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  30046. Installer
  30047. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  30048. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  30049.  O)Dev.CD Apr 94
  30050. Dev.CD Jan 94
  30051. Dev.CD Oct 93P(Dev.CD Apr 94
  30052. Dev.CD Jan 94
  30053. Dev.CD Oct 9V
  30054. 33125X
  30055. Apr 94
  30056. ~--set theItem to choose file -- uncomment to test in an AS editor
  30057.     tell application "Finder"
  30058.         open item "Dev.CD Apr 94
  30059. Dev.CD Jan 94
  30060. Dev.CD Oct 93"
  30061.         activate
  30062.     end tell
  30063. on error errMsg number errNum
  30064.     --enter statements to perform when no records are found such as...
  30065.     display dialog "Sorry, the item you selected could not be found."
  30066.     return
  30067. end try
  30068. All Packages
  30069. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  30070. Dev.CD Jan 94
  30071. Dev.CD Oct 93
  30072. Dev.CD Jul 93P6Dev.CD Apr 94
  30073. Dev.CD Jan 94
  30074. Dev.CD Oct 93
  30075. Dev.CD Jul 9V
  30076. 33126X
  30077. Apr 94
  30078. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  30079. QuickDraw GX Objects
  30080. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  30081. w GX shape: the shape object, the style object, the ink object, and the transform object.
  30082. QuickDraw GX Printing
  30083. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  30084. QuickDraw GX Printing Extensions and Drivers
  30085. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  30086. extensions
  30087. extensive
  30088. extensively
  30089. external
  30090. extractbykind
  30091. extracted
  30092. extractor
  30093. extractors
  30094. extracts
  30095. extremely
  30096. fable
  30097. faced
  30098. faceless
  30099. facilitates
  30100. facilitating
  30101. facilities
  30102. facility
  30103. factory-default
  30104. factory-fresh
  30105. failure
  30106. falco
  30107. falkenburg
  30108. familiar
  30109. family
  30110. fancy
  30111. fashion
  30112. faster
  30113. fastest
  30114. fatbits
  30115. fault
  30116. favorite
  30117. favourite
  30118. fcode
  30119. fcompressimage
  30120. transform
  30121. transformations
  30122. transition
  30123. translate
  30124. translated
  30125. translaterotate
  30126. translates
  30127. translation
  30128. translations
  30129. translators
  30130. translucent
  30131. transmission
  30132. transmitted
  30133. transparency
  30134. transparent
  30135. transparently
  30136. r spreadsheets.
  30137. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  30138. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  30139. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  30140. s how to use it.
  30141. JEdevelop Issue 19:
  30142. develop Issue 19 code:
  30143. develop Issue 19 references:K
  30144. Vol IIIL
  30145. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  30146. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  30147. QuickDraw GX Typography
  30148. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  30149. QD GX Environment & Utilities :
  30150. QD GX Graphics:
  30151. QD GX Objects:
  30152. QD GX Printing:
  30153. QD GX Printing Ext & Drvrs:
  30154. QD GX Prog's Overview:
  30155. QD GX Typography:K
  30156. Aug 94L
  30157. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  30158.  - Technical Documentation
  30159.  - Inside Macintosh
  30160.  - QuickDraw GX
  30161. 33245X
  30162. Mar 00^    RL Disk 2b
  30163. Revised
  30164. --set theItem to choose file -- uncomment to test in an AS editor
  30165.     tell application "Finder"
  30166.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:webobjects:"
  30167.         activate
  30168.     end tell
  30169. on error errMsg number errNum
  30170.     --enter statements to perform when no records are found such as...
  30171.     display dialog "Sorry, the item you selected could not be found."
  30172.     return
  30173. end try
  30174. Updatedf3WebObjects
  30175. WebObjects 4
  30176. Mac OS X Server
  30177. Web Objects
  30178. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  30179. Dev.CD Mar 00 RL Disk 2
  30180. D!All Packages
  30181. Mac OS SDK Edition
  30182. Telephone Manager 3.0
  30183. buttons
  30184. opentransport
  30185. cacheQ
  30186. cacheline
  30187. cad/cam
  30188. cad/cam
  30189. design
  30190. calibrator
  30191. camera
  30192. capabilities
  30193. capture
  30194. carbon
  30195. carbonlib
  30196. cardbus
  30197. cardbus
  30198. pcmcia
  30199. categories
  30200. finder
  30201. windows
  30202. cd-rom
  30203. cd-rom
  30204. device
  30205. manager
  30206. control
  30207. panel
  30208. symantec
  30209. metrowerks
  30210. standardfile
  30211. center
  30212. cfallocator
  30213. cfarray
  30214. cfbag
  30215. cfbase
  30216. cfbinaryheap
  30217. cfbitvector
  30218. cfbundle
  30219. cfcharacterset
  30220. cfcomparatorfunction
  30221. cfcomparisonresult
  30222. cfdata
  30223. cfdictionary
  30224. cfequal
  30225. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  30226. QuickDraw GX Progammer's Overview
  30227. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  30228. nd then moves on to illustrate these features using practical programming examples.
  30229. QuickDraw GX Environment & Utilities
  30230. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  30231. QuickDraw GX Graphics
  30232. This book shows  
  30233. 32359X
  30234. Dec 99^
  30235. --set theItem to choose file -- uncomment to test in an AS editor
  30236.     tell application "Finder"
  30237.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  30238.         activate
  30239.     end tell
  30240. on error errMsg number errNum
  30241.     --enter statements to perform when no records are found such as...
  30242.     display dialog "Sorry, the item you selected could not be found."
  30243.     return
  30244. end try
  30245. Deletedq
  30246. Dev.CD Dec 99 RL
  30247. #D!All Packages
  30248. Mac OS SDK Edition
  30249. Installer SDK 1.2.3
  30250.     C,le Computer, Inc. Software Licensing Group.
  30251. Compiler Stuff
  30252. Debugging Tools
  30253. Read Me
  30254. Sample Applications
  30255. Software Licensing Info
  30256. Thread Manager
  30257. Thread Manager 2.1.1d1+
  30258. Thread Manager Documentation
  30259. ThreadUtilities
  30260. What's New In This PackageK
  30261. Aug 93L
  30262. Apr 95M
  30263. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Jan 00 SDK1
  30264.  - Development Kits
  30265.  - Mac OS
  30266.  - Thread Manager
  30267. 2400/c
  30268. 2400c
  30269. 2bufrecord&play
  30270. 2bufrecordbuffercmd
  30271. 2bufrecordsndplay
  30272. 6.0.4
  30273. buttons
  30274. devices
  30275. directional
  30276. elements
  30277. x-axes
  30278. list's
  30279. listed
  30280. listen
  30281. listen/accept
  30282. listeners
  30283. listening
  30284. listindialog
  30285. listing
  30286. listings
  30287. lists
  30288. little-known
  30289. living
  30290. llama
  30291. load/dump
  30292. loaded
  30293. loading
  30294. local
  30295. locale
  30296. locale-insensitive
  30297. locale-sensitive
  30298. locales
  30299. localizable
  30300. localization
  30301. localize
  30302. localized
  30303. localizers
  30304. localizing
  30305. allocating
  30306. allocation
  30307. allocations
  30308. allocators
  30309. allow
  30310. allowed
  30311. allowing
  30312. allowsW
  30313. almost
  30314. along
  30315. enabled
  30316. enabled/disabled
  30317. enabler
  30318. enablers
  30319. enables
  30320. enablesoundthrough
  30321. enabling
  30322. encapsulate
  30323. encapsulated
  30324. enclosed
  30325. encoded
  30326. encoding
  30327. encodings
  30328. encompasses
  30329. encounter
  30330. encounters
  30331. encourage
  30332. encouraged
  30333. encourages
  30334. encryption
  30335. end-of-message
  30336. endless
  30337. endorsement
  30338. endpoint
  30339. endpoints
  30340. enforces
  30341. engine
  30342. engineering
  30343. engineers
  30344. engines
  30345. engler
  30346. english
  30347. sures
  30348. configuration
  30349. dialog
  30350. configurations
  30351. configure
  30352. configured
  30353. configures
  30354. configuringQ
  30355. confines
  30356. confirm
  30357. confirmation
  30358. confirmed
  30359. conflict
  30360. conform
  30361. confused
  30362. confuses
  30363. confusing
  30364. confusion
  30365. conjunction
  30366. conjuntion
  30367. connect
  30368. connect
  30369. connected
  30370. issue
  30371. italian
  30372. italian
  30373. 1.1.3
  30374. italy
  30375. italy
  30376. distributors/localiz
  30377. items
  30378. japan
  30379. japanese
  30380. japanese
  30381. resources
  30382. drawing
  30383. survival
  30384. guide
  30385. javadrawing
  30386. javadrawing
  30387. javaqtanimation
  30388. javaqtanimation
  30389. javasprites
  30390. jbindery2.0
  30391. jbinderyhtml
  30392. helper
  30393. helper
  30394. helper
  30395. jisapplet
  30396. jman2.0
  30397. jmanhtml
  30398. ustify
  30399. mappings
  30400. keyboard
  30401. keyboardcontroller
  30402. keyboardcontroller
  30403. keychain
  30404. keychain
  30405. !N2InputSprocket, ISp, Needs, Elements, axes, buttonsOADev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:PLDev.CD Feb 00 TC
  30406.  - What's New?
  30407.  - Sample Code
  30408.  - Games
  30409.  - InputSprocketTestnd imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  30410. t much more complex. Here are some recipes to get you started.
  30411. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  30412. than C++, notions that make specifying and using methods simpler and more expressive. Here
  30413. s an overview of the Dylan way of doing things.
  30414. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  30415. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  30416. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  30417. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  30418. - ISpElementList_ExtractByKind
  30419. - List all devices
  30420. - List all elements
  30421. - List all buttons
  30422. - List all directional pads
  30423. - List all axes
  30424. - List all X-axes
  30425. - Get events
  30426. - Suspend
  30427. - Resume
  30428. - Create needs
  30429. - Destroy needs
  30430. - Get needs events
  30431. - Configuration dialog
  30432. - Enable mouse and keyboard
  30433. - Disable mouse and keyboard
  30434. - Reinitialize ADB bus
  30435. - Allocate/Deallocate test
  30436. - TestBIArbitraryAllocate test
  30437. - TestAccelration
  30438. - Enable speech
  30439. - Disable speech
  30440. InputSprocketSimpleTest.cp
  30441. InputSprocketSimpleTest.r
  30442. InputSprocketSimpleTest.rsrc
  30443. InputSprocketTest.CW2.prj
  30444. InputSprocketTest.CW5.prj
  30445. ISp AutoTest
  30446. ISp DialogTest
  30447. ISp MenuTest
  30448. ISpAutoTest.h
  30449. ISpDialogTest.h
  30450. ISpMenuTest.h
  30451. MakefileK
  30452. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  30453. OADev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:ilderness with
  30454. 32358X
  30455. Feb 00^
  30456. --set theItem to choose file -- uncomment to test in an AS editor
  30457.     tell application "Finder"
  30458.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:"
  30459.         activate
  30460.     end tell
  30461. on error errMsg number errNum
  30462.     --enter statements to perform when no records are found such as...
  30463.     display dialog "Sorry, the item you selected could not be found."
  30464.     return
  30465. end try
  30466. e    No Changef-InputSprocket
  30467. Needs
  30468. Elements
  30469. buttonsq
  30470. Dev.CD Feb 00 TC
  30471. "D(All Packages
  30472. Reference Library Edition
  30473. Inside Macintosh - QuickDraw GX
  30474. All Packages
  30475. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  30476. Dev.CD Jan 94
  30477. Dev.CD Oct 93P(Dev.CD Apr 94
  30478. Dev.CD Jan 94
  30479. Dev.CD Oct 9V
  30480. 33127X
  30481. Apr 94
  30482. ~--set theItem to choose file -- uncomment to test in an AS editor
  30483.     tell application "Finder"
  30484.         open item "Dev.CD Apr 94
  30485. Dev.CD Jan 94
  30486. Dev.CD Oct 93"
  30487.         activate
  30488.     end tell
  30489. on error errMsg number errNum
  30490.     --enter statements to perform when no records are found such as...
  30491.     display dialog "Sorry, the item you selected could not be found."
  30492.     return
  30493. end try
  30494. All Packages
  30495. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  30496. Dev.CD Jan 94
  30497. Dev.CD Oct 93
  30498. Dev.CD Jul 93P6Dev.CD Apr 94
  30499. Dev.CD Jan 94
  30500. Dev.CD Oct 93
  30501. Dev.CD Jul 9V
  30502. 33128X
  30503. Apr 94
  30504. All Packages
  30505. System Enabler 111 (PB 160/180)O
  30506. Dev.CD Apr 93P
  30507. Dev.CD Apr 9V
  30508. 33100X
  30509. Apr 93
  30510. b--set theItem to choose file -- uncomment to test in an AS editor
  30511.     tell application "Finder"
  30512.         open item "Dev.CD Apr 93"
  30513.         activate
  30514.     end tell
  30515. on error errMsg number errNum
  30516.     --enter statements to perform when no records are found such as...
  30517.     display dialog "Sorry, the item you selected could not be found."
  30518.     return
  30519. end try
  30520. All Packages
  30521. System Enabler 111 (PB 160/180)O
  30522. Dev.CD Apr 93P
  30523. Dev.CD Apr 9V
  30524. 33101X
  30525. Apr 93
  30526. b--set theItem to choose file -- uncomment to test in an AS editor
  30527.     tell application "Finder"
  30528.         open item "Dev.CD Apr 93"
  30529.         activate
  30530.     end tell
  30531. on error errMsg number errNum
  30532.     --enter statements to perform when no records are found such as...
  30533.     display dialog "Sorry, the item you selected could not be found."
  30534.     return
  30535. end try
  30536. All Packages
  30537. 33102X
  30538. textencodingcmgr
  30539. textfile
  30540. textfile
  30541. textfile
  30542. textfile
  30543. textfile
  30544. textfile
  30545. textintlsvcs
  30546. textoid
  30547. textoid
  30548. textres
  30549. textres
  30550. texture
  30551. texture
  30552. sample
  30553. thread
  30554. thread
  30555. manager
  30556. threading
  30557. threads
  30558. timing
  30559. techniques
  30560. token
  30561. token
  30562. tokenize
  30563. tokenizer
  30564. tokentalk
  30565. toolbox
  30566. toolbox
  30567. assistant
  30568. toolkit
  30569. tools
  30570. traceroute
  30571. traditional
  30572. traffic
  30573. traffic
  30574. light
  30575. transaction
  30576. translation
  30577. translation
  30578. manager
  30579. translator
  30580. transport
  30581. traversing
  30582. traversing
  30583. related
  30584. tables
  30585. window
  30586. window
  30587. arrangement
  30588. window
  30589. attributes
  30590. window
  30591. class
  30592. window
  30593. classes
  30594. window
  30595. layers
  30596. window
  30597. manager
  30598. windows
  30599. wombat
  30600. world
  30601. world
  30602. 'ISpElementView.cp
  30603. ISPElementView.h
  30604. ISpEventPane.cp
  30605. ISpEventPane.h
  30606. ISpLQuitWindow.cp
  30607. ISpLQuitWindow.h
  30608. ISpPPTest.r
  30609. ISpPPTestTools.cp
  30610. ISpPPTestTools.h
  30611. ISpTest (PowerPlant)
  30612. ISpTest.ppob
  30613. ISpTestGlobals.cp
  30614. ISpTestGlobals.h
  30615. ISpTestMain.cp
  30616. ISpTestMain.h
  30617. ISpTest_PowerPlant.CW5.prj
  30618. Why was this Archived?
  30619. itectural overview and shows how to support 3D data in your application.
  30620. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  30621. s a preview of the future of the Mac OS, detailing s
  30622. ome of the major features and components and giving some suggestions about how to get ready for it now.
  30623. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  30624. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  30625. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  30626. Feb 00MnPowerPC, System 8.1+, InputSprocket, PowerPlant 2.1, and either Universal Interfaces 3.3 or InputSprocket SDK
  30627. ISP, InputSprocket, PowerPlantOKDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:PYDev.CD Feb 00 TC
  30628.  - What's New?
  30629.  - Sample Code
  30630.  - Archive
  30631.  - Games
  30632.  - InputSprocketPPTestV
  30633. 32357X
  30634. Feb 00^
  30635. --set theItem to choose file -- uncomment to test in an AS editor
  30636.     tell application "Finder"
  30637.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:"
  30638.         activate
  30639.     end tell
  30640. on error errMsg number errNum
  30641.     --enter statements to perform when no records are found such as...
  30642.     display dialog "Sorry, the item you selected could not be found."
  30643.     return
  30644. end try
  30645. e    No Changef
  30646. InputSprocket
  30647. PowerPlantq
  30648. Dev.CD Feb 00 TC
  30649. !D!All Packages
  30650. Tool Chest Edition
  30651. InputSprocketTest
  30652. sequencegrabber
  30653. sequencers
  30654. sequences
  30655. sergeant
  30656. serial
  30657. series
  30658. serious
  30659. serve
  30660. server
  30661. server's
  30662. servers
  30663. serves
  30664. service
  30665. packages
  30666. summary
  30667. package
  30668. includes
  30669. draft
  30670. specifications
  30671. summary
  30672. package
  30673. apple
  30674. summary
  30675. package
  30676. provides
  30677. summary
  30678. package
  30679. provides
  30680. english
  30681. error
  30682. messages
  30683. summary
  30684. package
  30685. provides
  30686. something
  30687. replacement
  30688. summary
  30689. piece
  30690. intended
  30691. assist
  30692. non-us
  30693. developers
  30694. summary
  30695. resedit
  30696. editor
  30697. prepare
  30698. localized
  30699. numbe
  30700. summary
  30701. resedit
  30702. contains
  30703. macsbug
  30704. summary
  30705. sample
  30706. illustrates
  30707. determine
  30708. summary
  30709. sample
  30710. demonstrates
  30711. compress
  30712. decompr
  30713. summary
  30714. sample
  30715. demonstrates
  30716. write
  30717. simple
  30718. summary
  30719. sample
  30720. extracts
  30721. finder
  30722. strings
  30723. summary
  30724. support
  30725. quicktake
  30726. quicktake
  30727. summary
  30728. small
  30729. application
  30730. control
  30731. summary
  30732. software
  30733. improves
  30734. float-to-int
  30735. conversion
  30736. installer
  30737. installer
  30738. 1.2.3
  30739. instance
  30740. instrumentation
  30741. instrumentation
  30742. 1.0.6
  30743. int'l
  30744. int'l
  30745. developer
  30746. contacts
  30747. interactive
  30748. interactive
  30749. success
  30750. guide
  30751. interapplication
  30752. interface
  30753. interfaces&libraries
  30754. international
  30755. international
  30756. 1.5.1
  30757. iso9660
  30758. sample
  30759. issue
  30760. 1.0fc1
  30761. iw-half-dither
  30762. japan
  30763. japanese
  30764. japanese
  30765. language
  30766. japanese
  30767. language
  30768. drawing
  30769. javasprites
  30770. helper
  30771. jisapplet
  30772. sample
  30773. jsaver
  30774. jscriptapplet
  30775. kanjitalk
  30776. kanjitalk
  30777. update
  30778. library
  30779. localization
  30780. localizers
  30781. showballoon
  30782. showcase
  30783. showdraghilite
  30784. showicon
  30785. showing
  30786. shown
  30787. shows
  30788. shows
  30789. implement
  30790. pre-mixer
  30791. component
  30792. shrink
  30793. shrink-wrapped
  30794. N8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  30795. Dev.CD Dec 99 RL
  30796.  - Technical Documentation
  30797.  - Apple Event Registry & Suites
  30798.  - Apple Event Registry
  30799.  - Word Services Suite 1.0.7rld@
  30800. xcmd@
  30801. years@
  30802. you'll@
  30803. yourself@
  30804. zone@
  30805. 1.0.1b1c2@
  30806. 1.1.1@
  30807. about
  30808. appleshare
  30809. client
  30810. aboutbox@
  30811. aeusertermtypes@
  30812. apple
  30813. cd-rom
  30814. handbook@
  30815. apple
  30816. directions
  30817. 09/96
  30818. apple
  30819. directions
  30820. 10/95@
  30821. apple
  30822. profiler
  30823. 1.3.1
  30824. info@
  30825. applesingle/appledou
  30826. formats@
  30827. archive@
  30828. installer
  30829. image@
  30830. aurp@
  30831. reporting@
  30832. buildxcmd@
  30833. cdroms@
  30834. checkwindowout@
  30835. code@
  30836. codewarrior@
  30837. config&interleave@
  30838. copybits@
  30839. coresample@
  30840. csmp-digest-readme@
  30841. csmp-digest-v3-038@
  30842. All Packages
  30843. System Enabler 003 (LC III)OEDev.CD Apr 94
  30844. Dev.CD Jan 94
  30845. Dev.CD Oct 93
  30846. Dev.CD Jul 93
  30847. Dev.CD Apr 93PDDev.CD Apr 94
  30848. Dev.CD Jan 94
  30849. Dev.CD Oct 93
  30850. Dev.CD Jul 93
  30851. Dev.CD Apr 9V
  30852. 33034X
  30853. Apr 94
  30854. --set theItem to choose file -- uncomment to test in an AS editor
  30855.     tell application "Finder"
  30856.         open item "Dev.CD Apr 94
  30857. Dev.CD Jan 94
  30858. Dev.CD Oct 93
  30859. Dev.CD Jul 93
  30860. Dev.CD Apr 93"
  30861.         activate
  30862.     end tell
  30863. on error errMsg number errNum
  30864.     --enter statements to perform when no records are found such as...
  30865.     display dialog "Sorry, the item you selected could not be found."
  30866.     return
  30867. end try
  30868. All Packages
  30869. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30870. Dev.CD Jan 94
  30871. Dev.CD Oct 93
  30872. Dev.CD Jul 93
  30873. Dev.CD Apr 93PDDev.CD Apr 94
  30874. Dev.CD Jan 94
  30875. Dev.CD Oct 93
  30876. Dev.CD Jul 93
  30877. Dev.CD Apr 9V
  30878. 33035X
  30879. Apr 94
  30880. matter
  30881. matters
  30882. matthew
  30883. maurer
  30884. maurice
  30885. maximize
  30886. maximum
  30887. --set theItem to choose file -- uncomment to test in an AS editor
  30888.     tell application "Finder"
  30889.         open item "Dev.CD Apr 94
  30890. Dev.CD Jan 94
  30891. Dev.CD Oct 93
  30892. Dev.CD Jul 93
  30893. Dev.CD Apr 93"
  30894.         activate
  30895.     end tell
  30896. on error errMsg number errNum
  30897.     --enter statements to perform when no records are found such as...
  30898.     display dialog "Sorry, the item you selected could not be found."
  30899.     return
  30900. end try
  30901. naked
  30902. named
  30903. namely
  30904. names
  30905. native
  30906. natural
  30907. navigable
  30908. navigate
  30909. navigates
  30910. navigation
  30911. navigation
  30912. services
  30913. documents
  30914. selector
  30915. selectors
  30916. selects
  30917. self-maintaining
  30918. self-moderating
  30919. self-mounting
  30920. self-paced
  30921. selfsend
  30922. selling
  30923. semantics
  30924.      activate
  30925.     end tell
  30926. on error errMsg number errNum
  30927.     --enter statements to perform when no records are found such as...
  30928.     display dialog "Sorry, the item you selected could not be found."
  30929.     return
  30930. end try
  30931. e    No Changeq
  30932. Dev.CD Mar 00 RL Disk 1
  30933. All Packages
  30934. develop Issue 25
  30935. 30369X
  30936. MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  30937. Dev.CD Feb 00 TC:Sample Code:P
  30938. Dev.CD Feb 00 TC
  30939.  - Sample CodeV
  30940. 32356X
  30941. Feb 00^
  30942. r--set theItem to choose file -- uncomment to test in an AS editor
  30943.     tell application "Finder"
  30944.         open item "Dev.CD Feb 00 TC:Sample Code:"
  30945.         activate
  30946.     end tell
  30947. on error errMsg number errNum
  30948.     --enter statements to perform when no records are found such as...
  30949.     display dialog "Sorry, the item you selected could not be found."
  30950.     return
  30951. end try
  30952. Movedf=TSMTE
  30953. TextEdit
  30954. inline input
  30955. Japanese
  30956. internationalizationq
  30957. Dev.CD Feb 00 TC
  30958.  D!All Packages
  30959. Tool Chest Edition
  30960. InputSprocketPPTestInThis is a PowerPlant version of the InputSprocket test.  It has the same functionality as the other ISp Tests.
  30961. 1e    No Change
  30962. Level 2 printers can accept JPEG-compressed image data direct
  30963. install
  30964. install
  30965. install
  30966. install
  30967. install
  30968. install
  30969. install
  30970. install
  30971. 3.0.1
  30972. install
  30973. 1.0.2
  30974. install
  30975. 2.0.1
  30976. install
  30977. english
  30978. install
  30979. macapp
  30980. r13u4
  30981. install
  30982. install
  30983. opengl
  30984. install
  30985. quicktime
  30986. conferencing
  30987. install
  30988. quickview
  30989. installer
  30990. installer
  30991. 4.0.8
  30992. installer
  30993. drivers
  30994. installer
  30995. licensing
  30996. installer
  30997. 1.2.3
  30998. installer
  30999. source
  31000. installers
  31001. installing
  31002. installing
  31003. opendoc
  31004. instance
  31005. ~--set theItem to choose file -- uncomment to test in an AS editor
  31006.     tell application "Finder"
  31007.         open item "Dev.CD Apr 94
  31008. Dev.CD Jan 94
  31009. Dev.CD Oct 93"
  31010.         activate
  31011.     end tell
  31012. on error errMsg number errNum
  31013.     --enter statements to perform when no records are found such as...
  31014.     display dialog "Sorry, the item you selected could not be found."
  31015.     return
  31016. end try
  31017. format/compression
  31018. formatasdos
  31019. formats
  31020. formatted
  31021. formatting
  31022. formerly
  31023. formerly
  31024. appearance
  31025. contextual
  31026. menumanager
  31027. forms
  31028. formulate
  31029. forrest
  31030. forth
  31031. fortran
  31032. forward
  31033. forwarders
  31034. forwards
  31035. --set theItem to choose file -- uncomment to test in an AS editor
  31036.     tell application "Finder"
  31037.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  31038.         activate
  31039.     end tell
  31040. on error errMsg number errNum
  31041.     --enter statements to perform when no records are found such as...
  31042.     display dialog "Sorry, the item you selected could not be found."
  31043.     return
  31044. end try
  31045. contains
  31046. transport
  31047. software
  31048. development
  31049. content
  31050. contents
  31051. context
  31052. cooperation
  31053. cooperative
  31054. coordinates
  31055. copacetically
  31056. copies
  31057. copland
  31058. p--set theItem to choose file -- uncomment to test in an AS editor
  31059.     tell application "Finder"
  31060.         open item "Dev.CD Apr 94
  31061. Dev.CD Jan 94"
  31062.         activate
  31063.     end tell
  31064. on error errMsg number errNum
  31065.     --enter statements to perform when no records are found such as...
  31066.     display dialog "Sorry, the item you selected could not be found."
  31067.     return
  31068. end try
  31069. kcapapp
  31070. kchrs
  31071. keeping
  31072. keith
  31073. keith's
  31074. kernel
  31075. kevin
  31076. keyboard
  31077. keyboard's
  31078. keyboards
  31079. keychain
  31080. keycodes
  31081. keymaptest
  31082. keymenu
  31083. keytrans
  31084. kgreetingport
  31085. killer
  31086. preserved
  31087. press
  31088. pressed
  31089. pressing
  31090. pretty
  31091. prevent
  31092. prevented
  31093. prevents
  31094. preview
  31095. previews
  31096. wanting
  31097. wants
  31098. warming
  31099. warning
  31100. warnings
  31101. warns
  31102. warrior
  31103. waste
  31104. waste
  31105. editing
  31106. library
  31107. macintosh
  31108. programmers
  31109. watch
  31110. watcher
  31111. watching
  31112. webobjects
  31113. webobjects
  31114. tools
  31115. techniques
  31116. theresa
  31117. tensor
  31118. website
  31119. weekly
  31120. weeks
  31121. weird
  31122. weiss
  31123. well-trod
  31124. b--set theItem to choose file -- uncomment to test in an AS editor
  31125.     tell application "Finder"
  31126.         open item "Dev.CD Jul 95"
  31127.         activate
  31128.     end tell
  31129. on error errMsg number errNum
  31130.     --enter statements to perform when no records are found such as...
  31131.     display dialog "Sorry, the item you selected could not be found."
  31132.     return
  31133. end try
  31134. ported
  31135. porting
  31136. porting
  31137. objective-c
  31138. theresa
  31139. tensor
  31140. informa
  31141. portion
  31142. portions
  31143. portlist
  31144. portrait
  31145. portrect
  31146. ports
  31147. portuguese
  31148. posers
  31149. position
  31150. positioning
  31151. positions
  31152. possibilities
  31153. possibility
  31154. possible
  31155. possibly
  31156. posts
  31157. 32355X
  31158. Feb 00^
  31159. --set theItem to choose file -- uncomment to test in an AS editor
  31160.     tell application "Finder"
  31161.         open item "Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:"
  31162.         activate
  31163.     end tell
  31164. on error errMsg number errNum
  31165.     --enter statements to perform when no records are found such as...
  31166.     display dialog "Sorry, the item you selected could not be found."
  31167.     return
  31168. end try
  31169. e    No Changeq
  31170. Dev.CD Feb 00 TC
  31171. D!All Packages
  31172. Tool Chest Edition
  31173. Inline Input for TextEdit
  31174. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  31175. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  31176. J'Sample Code.img
  31177. Windows Sample Code.imgK
  31178. Feb 94L
  31179. May 94:Sample Code:V
  31180. 32356X
  31181. Moved
  31182. bottleneck
  31183. bottlenecks
  31184. bottom
  31185. boundaries
  31186. boundary
  31187. braving
  31188. break
  31189. breakpoints
  31190. breaks
  31191. breakthroughs
  31192. breeze
  31193. brian
  31194. bridge
  31195. bridges
  31196. brief
  31197. brigham
  31198. bring
  31199. bring-up
  31200. bringing
  31201. brings
  31202. brink
  31203. broadcast
  31204. broadcast-ready
  31205. brochure
  31206. bronze
  31207. browse
  31208. browser
  31209. browsing
  31210. bruce
  31211. bruyndonckx
  31212. bryan
  31213. budget
  31214. buffer
  31215. buffered
  31216. buffering
  31217. bugfix
  31218. buggy
  31219. buginfo
  31220. compatible Indian language sites on the web.
  31221. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  31222. The kit comes with a selection of keyboard layouts accompanied by a r
  31223. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  31224. Install 1
  31225. Install 2K
  31226. May 97O7Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD Feb 00 TC
  31227.  - Language Kits
  31228.  - Indian Language Kit 1.0
  31229. multimedia
  31230. multiple
  31231. multiple
  31232. monitor
  31233. multiple
  31234. multiprocessing
  31235. multiprocessor
  31236. multitasking
  31237. music
  31238. music
  31239. movie
  31240. mutable
  31241. mutable
  31242. string
  31243. named
  31244. named
  31245. navigable
  31246. navigable
  31247. movies
  31248. navigation
  31249. navigation
  31250. services
  31251. nbplookup
  31252. needs
  31253. neighborhood
  31254. netsprocket
  31255. netstat
  31256. netware
  31257. network
  31258. network
  31259. administrator
  31260. network
  31261. driver
  31262. network
  31263. management
  31264. network
  31265. preferences
  31266. network
  31267. server
  31268. network
  31269. services
  31270. location
  31271. anymore
  31272. All Packages
  31273. System 7 Tune-UpO
  31274. Dev.CD Sept 92
  31275. Dev.CD Aug 92P
  31276. Dev.CD Sept 92
  31277. Dev.CD Aug 9V
  31278. 32924X
  31279. Sept 9
  31280. q--set theItem to choose file -- uncomment to test in an AS editor
  31281.     tell application "Finder"
  31282.         open item "Dev.CD Sept 92
  31283. Dev.CD Aug 92"
  31284.         activate
  31285.     end tell
  31286. on error errMsg number errNum
  31287.     --enter statements to perform when no records are found such as...
  31288.     display dialog "Sorry, the item you selected could not be found."
  31289.     return
  31290. end try
  31291. All Packages
  31292. System 7 Tune-UpO)Dev.CD Apr 92
  31293. Dev.CD Mar 92
  31294. Dev.CD Feb 92P(Dev.CD Apr 92
  31295. Dev.CD Mar 92
  31296. Dev.CD Feb 9V
  31297. 32925X
  31298. Apr 92
  31299. reader
  31300. readers
  31301. readily
  31302. reading
  31303. readlocation
  31304. readme
  31305. readmes
  31306. reads
  31307. readsector
  31308. reduced
  31309. reduces
  31310. reekes
  31311. reeves
  31312. refer
  31313. Summary:  This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  You can find more information on Apple's web site at: <http://www.speech.apple.com/>
  31314. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that
  31315.  the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by d
  31316. In Use
  31317. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  31318. J4In Use
  31319. In Use Release Notes
  31320. In Use Release Notes.txtK
  31321. Vol IIIL
  31322. Vol VIIIO0Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD Feb 00 TC
  31323.  - Tool Chest
  31324.  - Devices
  31325.  - SCSI
  31326.  - In UseV
  31327. 32353X
  31328. Feb 00^
  31329. --set theItem to choose file -- uncomment to test in an AS editor
  31330.     tell application "Finder"
  31331.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:"
  31332.         activate
  31333.     end tell
  31334. on error errMsg number errNum
  31335.     --enter statements to perform when no records are found such as...
  31336.     display dialog "Sorry, the item you selected could not be found."
  31337.     return
  31338. end try
  31339. e    No Changeq
  31340. Dev.CD Feb 00 TC
  31341. All Packages
  31342. Indian Language KitV
  31343. 32354X
  31344. Dev.CD May 97 TCP
  31345. Dev.CD May 97 TV
  31346. 32354X
  31347. May 97
  31348. e--set theItem to choose file -- uncomment to test in an AS editor
  31349.     tell application "Finder"
  31350.         open item "Dev.CD May 97 TC"
  31351.         activate
  31352.     end tell
  31353. on error errMsg number errNum
  31354.     --enter statements to perform when no records are found such as...
  31355.     display dialog "Sorry, the item you selected could not be found."
  31356.     return
  31357. end try
  31358. D!All Packages
  31359. Tool Chest Edition
  31360. Indian Language Kit 1.0
  31361. Summary:  Apple's Indian Language Kit is an easy way to add Hindi, Sanskrit, Gujarati, Marathi, Punjabi, and Nepali text to your  documents using any of three Indian writing systems: Devanagari, Gujarati, and Gurmukhi.
  31362.                                                       
  31363. The Indian Language Kit is the ideal solution for a variety of business, educational and personal projects. It works best with applications that support Apple's WorldScript technology. It can even be used to view ISCII-lities, a
  31364. 1.1.6
  31365. 100basetx
  31366. 2.1.1
  31367. 2.1.2
  31368. 2.1.3
  31369. 2.1.4
  31370. 3.2.1
  31371. 8.5.1
  31372. 802.2
  31373. 802.3
  31374. action
  31375. actions
  31376. active
  31377. control
  31378. patch
  31379. address
  31380. administrator
  31381. adobe
  31382. adobe
  31383. acrobat
  31384. reader
  31385. apple
  31386. events
  31387. appleevents
  31388. aegizmos
  31389. after
  31390. newgworld
  31391. usedistanthdwrmem
  31392. uselocalhdwrmem
  31393. network
  31394. server
  31395. symbiotic
  31396. client
  31397. server
  31398. alias
  31399. alias
  31400. hypercard
  31401. system
  31402. allocators
  31403. altivec
  31404. altivec
  31405. emulator
  31406. analysis
  31407. D!All Packages
  31408. Tool Chest Edition
  31409. ng a detective.
  31410. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  31411.  for example, rebuilding a car engine.
  31412. KON & BAL
  31413. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  31414. JEdevelop Issue 26:
  31415. develop Issue 26 code:
  31416. develop Issue 26 references:K
  31417. Jun 96L
  31418. Sep 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Mar 00 RL Disk 1
  31419.  - Technical Documentation
  31420.  - Develop
  31421.  - develop Issue 26
  31422. b--set theItem to choose file -- uncomment to test in an AS editor
  31423.     tell application "Finder"
  31424.         open item "Dev.CD Oct 94"
  31425.         activate
  31426.     end tell
  31427. on error errMsg number errNum
  31428.     --enter statements to perform when no records are found such as...
  31429.     display dialog "Sorry, the item you selected could not be found."
  31430.     return
  31431. end try
  31432. component-based
  31433. components
  31434. composers
  31435. composite
  31436. compound
  31437. compound-document
  31438. compress
  31439. compressed
  31440. compressimage
  31441. compression
  31442. compression/decompre
  31443. compressor/decompres
  31444. computer
  31445. computer's
  31446. computer-based
  31447. computers
  31448. computing
  31449. concentrate
  31450. concerns
  31451. concerted
  31452. concurrent
  31453. concurrently
  31454. Rhapsody Developer Documentation
  31455. Rhapsody Home Pages
  31456. A set of "home pages" that guides you to the documentation you're looking for. These pages mirror those found on the Rhapsody Developer CD, yet lead you to more up-to-date information.
  31457. Release Notes
  31458. The release notes describe new features, known problems, and bug fixes for the current Rhapsody release. They often contain late-breaking information that did not make it into the installed release notes. 
  31459.  Yellow Box Java APIs
  31460.  An alpha vBaersion of the Application Kit and Foundation APIs, as rewritten for Java.
  31461. OPENSTEP Documentation
  31462. JVDeveloperTutorial_NT:
  31463. DevEnvGuide:
  31464. index.html
  31465. ProgrammingTopics:
  31466. rhapsody.html
  31467. System:K
  31468. May 97L
  31469. Dec 98NURhapsody, Yellow Box Java APIs, OPENSTEP, Rhapsody Home pages, Rhapsody Release NotesO1Dev.CD Dec 99 RL:Technical Publications:rhapsody:P6Dev.CD Dec 99 RL
  31470.  - Technical Publications
  31471.  - rhapsodyW
  31472. all-in-one
  31473. all-new
  31474. allocating
  31475. change
  31476. velop
  31477. issue
  31478. develop
  31479. issue
  31480. develop
  31481. issue
  31482. develop
  31483. issue
  31484. developer
  31485. developer
  31486. documentation
  31487. developer
  31488. information
  31489. developer
  31490. notes
  31491. developer
  31492. university
  31493. developertutorial
  31494. developertutorial
  31495. development
  31496. devenvguide
  31497. device
  31498. devicemanagers
  31499. devices
  31500. devtools
  31501. interleave
  31502. diractive
  31503. e    No Changef
  31504. QuickTime
  31505. Dev.CD Feb 00 TC
  31506. D!All Packages
  31507. Tool Chest Edition
  31508. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  31509. It is an MPW text file. JFImran's READ ME
  31510. Imran's READ ME.txt
  31511. KCHR mappings
  31512. Virtual Keycode diffK
  31513. Vol VL
  31514. Vol VIIORDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD Feb 00 TC
  31515.  - Tool Chest
  31516.  - Development Kits
  31517.  - MPW Related
  31518.  - Imran's Virtual KeycodesV
  31519. 32352X
  31520. Feb 00^
  31521. --set theItem to choose file -- uncomment to test in an AS editor
  31522.     tell application "Finder"
  31523.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  31524.         activate
  31525.     end tell
  31526. on error errMsg number errNum
  31527.     --enter statements to perform when no records are found such as...
  31528.     display dialog "Sorry, the item you selected could not be found."
  31529.     return
  31530. end try
  31531. e    No Changeq
  31532. Dev.CD Feb 00 TC
  31533. change
  31534. program
  31535. shows
  31536. select
  31537. quickt
  31538. program
  31539. shows
  31540. select
  31541. create
  31542. movie
  31543. program
  31544. shows
  31545. select
  31546. group
  31547. quicktime
  31548. drawin
  31549. program
  31550. shows
  31551. subclass
  31552. quicktime
  31553. program
  31554. shows
  31555. qtjava
  31556. program
  31557. shows
  31558. quicktime's
  31559. visual
  31560. effect
  31561. program
  31562. shows
  31563. sgdrawable
  31564. class
  31565. program
  31566. shows
  31567. tuneplayer
  31568. program
  31569. shows
  31570. construction
  31571. composited
  31572. program
  31573. shows
  31574. introspection
  31575. movie
  31576. program
  31577. shows
  31578. usage
  31579. graphicsimporter
  31580. program
  31581. shows
  31582. usage
  31583. graphicsimporterdra
  31584. developer
  31585. describes
  31586. macintosh
  31587. powerbook
  31588. 2400c
  31589. developer
  31590. provides
  31591. technical
  31592. information
  31593. about
  31594. development
  31595. information
  31596. --set theItem to choose file -- uncomment to test in an AS editor
  31597.     tell application "Finder"
  31598.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImportExport:"
  31599.         activate
  31600.     end tell
  31601. on error errMsg number errNum
  31602.     --enter statements to perform when no records are found such as...
  31603.     display dialog "Sorry, the item you selected could not be found."
  31604.     return
  31605. end try
  31606. ZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  31607. s a possibility you might actually score on this one!
  31608. JEdevelop Issue 27:
  31609. develop Issue 27 code:
  31610. develop Issue 27 references:K
  31611. Sep 96L
  31612. Nov 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Mar 00 RL Disk 1
  31613.  - Technical Documentation
  31614.  - Develop
  31615.  - develop Issue 27
  31616. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  31617. J'Sample Code.img
  31618. Windows Sample Code.imgK
  31619. Feb 92L
  31620. Aug 95O
  31621. Dev.CD Feb 00 TC:Sample Code:P
  31622. Dev.CD Feb 00 TC
  31623.  - Sample Code
  31624. versionedit
  31625. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  31626. Thread Manager Features:
  31627.  The Thread Manager is supported by Apple Computer
  31628.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  31629.  Allows an application process to be broken into simple
  31630. subprocesses that proceed concurrently in the same overall 
  31631. application context.
  31632.  Easy-to-use
  31633.  programming interface
  31634.  Documentation is less than 2" thick
  31635.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  31636.  You can pass parameters on the stack (due to the above reason)
  31637.  Threads can have custom in/out context handlers
  31638.  Useful sample code provided
  31639.  Useful sample libraries provided
  31640.  Useful debugging tools provided
  31641. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  31642. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  31643. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  31644. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  31645. CopybitsSpeedPalette:  This progra
  31646. m demostrates ways to increase copybits speed when using palettes.
  31647. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  31648. CopyMask:  Shows how Copy
  31649. about
  31650. about
  31651. runtime
  31652. 2.1.4
  31653. accelerating
  31654. e    No Changef
  31655. Update
  31656.  Imageq
  31657. Dev.CD Jul 98 SSW/SDK
  31658. D!All Packages
  31659. Tool Chest Edition
  31660. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  31661. Memory Management.imgK
  31662. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  31663.  - Tool Chest
  31664.  - Testing & Debugging
  31665.  - Memory ManagementV
  31666. 33300X
  31667. Feb 00^
  31668. --set theItem to choose file -- uncomment to test in an AS editor
  31669.     tell application "Finder"
  31670.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  31671.         activate
  31672.     end tell
  31673. on error errMsg number errNum
  31674.     --enter statements to perform when no records are found such as...
  31675.     display dialog "Sorry, the item you selected could not be found."
  31676.     return
  31677. end try
  31678. e    No Changeq
  31679. Dev.CD Feb 00 TC
  31680. D!All Packages
  31681. Mac OS SDK Edition
  31682. XTND 1.3.6
  31683.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  31684. J'Sample Code.img
  31685. Windows Sample Code.imgK
  31686. Feb 92L
  31687. May 95O
  31688. Dev.CD Feb 00 TC:Sample Code:P
  31689. Dev.CD Feb 00 TC
  31690.  - Sample Code
  31691. using
  31692. enterprise
  31693. objects
  31694. framework
  31695. openstep
  31696. v-twin
  31697. v1.0.1
  31698. --set theItem to choose file -- uncomment to test in an AS editor
  31699.     tell application "Finder"
  31700.         open item "Dev.CD Apr 94
  31701. Dev.CD Jan 94
  31702. Dev.CD Oct 93
  31703. Dev.CD Jul 93
  31704. Dev.CD Apr 93"
  31705.         activate
  31706.     end tell
  31707. on error errMsg number errNum
  31708.     --enter statements to perform when no records are found such as...
  31709.     display dialog "Sorry, the item you selected could not be found."
  31710.     return
  31711. end try
  31712. module
  31713. modules
  31714. mofify
  31715. moment
  31716. momentum
  31717. money
  31718. All Packages
  31719. System Enabler 111 (PB 160/180)O
  31720. Dev.CD Apr 93P
  31721. Dev.CD Apr 9V
  31722. 33107X
  31723. Apr 93
  31724. b--set theItem to choose file -- uncomment to test in an AS editor
  31725.     tell application "Finder"
  31726.         open item "Dev.CD Apr 93"
  31727.         activate
  31728.     end tell
  31729. on error errMsg number errNum
  31730.     --enter statements to perform when no records are found such as...
  31731.     display dialog "Sorry, the item you selected could not be found."
  31732.     return
  31733. end try
  31734. All Packages
  31735. System Enabler 111 (PB 160/180)O
  31736. Dev.CD Apr 93P
  31737. Dev.CD Apr 9V
  31738. 33108X
  31739. Apr 93
  31740. b--set theItem to choose file -- uncomment to test in an AS editor
  31741.     tell application "Finder"
  31742.         open item "Dev.CD Apr 93"
  31743.         activate
  31744.     end tell
  31745. on error errMsg number errNum
  31746.     --enter statements to perform when no records are found such as...
  31747.     display dialog "Sorry, the item you selected could not be found."
  31748.     return
  31749. end try
  31750. All Packages
  31751. 33109X
  31752. e    No Changef
  31753. QuickTime
  31754. Dev.CD Feb 00 TC
  31755. D!All Packages
  31756. Tool Chest Edition
  31757. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J7ImageProducing
  31758. ImageProducing.zip
  31759. ip.bat
  31760. README.txt
  31761. Feb 00
  31762. - Common
  31763.     - Sun Compliant Java Runtime Environment 1.1
  31764.     - QuickTime 3 
  31765.     - QTJava.zip
  31766.     - QTJava media samples
  31767. - Mac OS:
  31768.     - System 8 or later
  31769.     - Macintosh Runtime for Java (MRJ) 2.1
  31770. - Windows 95, 98, or NT::
  31771.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31772. QuickTime, Java, MRJOUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageProducing:PcDev.CD Feb 00 TC
  31773.  - What's New?
  31774.  - Sample Code
  31775.  - QuickTime
  31776.  - QuickTime for Java
  31777.  - ImageProducingV
  31778. 32350X
  31779. Feb 00^
  31780. --set theItem to choose file -- uncomment to test in an AS editor
  31781.     tell application "Finder"
  31782.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageProducing:"
  31783.         activate
  31784.     end tell
  31785. on error errMsg number errNum
  31786.     --enter statements to perform when no records are found such as...
  31787.     display dialog "Sorry, the item you selected could not be found."
  31788.     return
  31789. end try
  31790. ncludes several useful new geometric primitives. This artic
  31791. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  31792. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  31793. s a library that makes it easy to do.
  31794. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  31795. e    No Changef
  31796. QuickTime
  31797. Dev.CD Feb 00 TC
  31798. D!All Packages
  31799. Tool Chest Edition
  31800. ImportExportI
  31801. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J3ie.bat
  31802. ImportExport
  31803. ImportExport.zip
  31804. README.txt
  31805. Feb 00
  31806. - Common
  31807.     - Sun Compliant Java Runtime Environment 1.1
  31808.     - QuickTime 3 
  31809.     - QTJava.zip
  31810.     - QTJava media samples
  31811. - Mac OS:
  31812.     - System 8 or later
  31813.     - Macintosh Runtime for Java (MRJ) 2.1
  31814. - Windows 95, 98, or NT::
  31815.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31816. QuickTime, Java, MRJOSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImportExport:PaDev.CD Feb 00 TC
  31817.  - What's New?
  31818.  - Sample Code
  31819.  - QuickTime
  31820.  - QuickTime for Java
  31821.  - ImportExportV
  31822. 32351X
  31823. Feb 00^
  31824. # OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  31825. t need to be complex, as the simple tools presented here wil
  31826. --set theItem to choose file -- uncomment to test in an AS editor
  31827.     tell application "Finder"
  31828.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageFile:"
  31829.         activate
  31830.     end tell
  31831. on error errMsg number errNum
  31832.     --enter statements to perform when no records are found such as...
  31833.     display dialog "Sorry, the item you selected could not be found."
  31834.     return
  31835. end try
  31836. velop Issue 28:
  31837. develop Issue 28 code:K
  31838. Dec 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Mar 00 RL Disk 1
  31839.  - Technical Documentation
  31840.  - Develop
  31841.  - develop Issue 28
  31842. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  31843. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  31844. Prefs:  This Think C application displays a sample preferences dialog con
  31845. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  31846. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  31847. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  31848. Reinstalla
  31849. ccomputer. The developer note includes
  31850. information about:
  31851. -features 
  31852. -compatibility issues 
  31853. -internal logic 
  31854. -I/O ports and built-in I/O devices 
  31855. -RAM expansion 
  31856. -expansion slots 
  31857. -system software 
  31858. Note: The Power Mac G4 Developer Note was updated on 01/13/2000. The tables of video monitor resolutions were revised and a few minor errors were corrected. 
  31859. AfAboutThisSite:
  31860. Developer_Notes:
  31861. DeviceManagers:
  31862. hardware.html
  31863. hardware2.html
  31864. images:
  31865. legacy:
  31866. Updates:
  31867. Jan 00L
  31868. Feb 00M
  31869. web browser
  31870. Developer Notes, Hardware, Technical Publications, iMac, iBook, Power Macintosh, PowerBooks, Servers, Device Managers and Drivers, Updates, Printers, Desktops, Portables
  31871. O8Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:P=Dev.CD Mar 00 RL Disk 2
  31872.  - Technical Publications
  31873.  - hardware
  31874. blink
  31875. blinking
  31876. blitters
  31877. blitting
  31878. features
  31879. allows
  31880. reset
  31881. interrupt
  31882. keyboard
  31883. features
  31884. allows
  31885. users
  31886. chess
  31887. network
  31888. allowed
  31889. allowing
  31890. almost
  31891. along
  31892. alpha
  31893. already
  31894. altdboxproc
  31895. alter
  31896. e    No Changef
  31897. QuickTime
  31898. Dev.CD Feb 00 TC
  31899. D!All Packages
  31900. Tool Chest Edition
  31901. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J1if.bat
  31902. ImageFile
  31903. ImageFileDemo.zip
  31904. README.txt
  31905. Feb 00
  31906. - Common
  31907.     - Sun Compliant Java Runtime Environment 1.1
  31908.     - QuickTime 3 
  31909.     - QTJava.zip
  31910.     - QTJava media samples
  31911. - Mac OS:
  31912.     - System 8 or later
  31913.     - Macintosh Runtime for Java (MRJ) 2.1
  31914. - Windows 95, 98, or NT::
  31915.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31916. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageFile:P^Dev.CD Feb 00 TC
  31917.  - What's New?
  31918.  - Sample Code
  31919.  - QuickTime
  31920.  - QuickTime for Java
  31921.  - ImageFileV
  31922. 32349X
  31923. Feb 00^
  31924. program
  31925. shows
  31926. composit
  31927. presentation
  31928.  Issue 29 Summary
  31929. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  31930. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  31931. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  31932. Supporting the Text Services 
  31933. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  31934. High-Performance ACGIs in C  by Ken Urquhart
  31935. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  31936. ischeckedout
  31937. iscii-compatible
  31938. isimagewriter
  31939. isn't
  31940. isolate
  31941. isolation
  31942. sample
  31943. reasonably
  31944. complete
  31945. example
  31946. implementation
  31947. ispelementlist
  31948. ispelementlist
  31949. extractbykind
  31950. atform. This article shows you the details of using NIE by presenting a simple Web server.
  31951. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  31952. How to make e
  31953. fficient use of memory in the OpenDoc environment isn
  31954. t always obvious, but there are basic guidelines to help
  31955. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  31956. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  31957. s the right way.
  31958. ACCORDING TO SCRIPT: User Interactions in Apple Event
  31959. Driven Applications 
  31960. How and when to interact with the user in response to Apple Events can be tricky, but there
  31961. s a method t
  31962. --set theItem to choose file -- uncomment to test in an AS editor
  31963.     tell application "Finder"
  31964.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:"
  31965.         activate
  31966.     end tell
  31967. on error errMsg number errNum
  31968.     --enter statements to perform when no records are found such as...
  31969.     display dialog "Sorry, the item you selected could not be found."
  31970.     return
  31971. end try
  31972. own questions for a chance at a T-shirt.
  31973. KON & BAL
  31974. S PUZF
  31975. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  31976. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  31977. JEdevelop Issue 29:
  31978. develop Issue 29 code:
  31979. develop Issue 29 references:K
  31980. Mar 97OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Mar 00 RL Disk 1
  31981.  - Technical Documentation
  31982.  - Develop
  31983.  - develop Issue 29
  31984. 1.5b16
  31985. 1.6.2
  31986. 160/165c/180/180c
  31987. 160/180
  31988. All Packages
  31989. System 7.5 Update 1.0O
  31990. Dev.CD Jan 96 SSWP
  31991. Dev.CD Jan 96 SSV
  31992. 32951X
  31993. Jan 96
  31994. f--set theItem to choose file -- uncomment to test in an AS editor
  31995.     tell application "Finder"
  31996.         open item "Dev.CD Jan 96 SSW"
  31997.         activate
  31998.     end tell
  31999. on error errMsg number errNum
  32000.     --enter statements to perform when no records are found such as...
  32001.     display dialog "Sorry, the item you selected could not be found."
  32002.     return
  32003. end try
  32004. All Packages
  32005. System 7.5 Update 1.0O
  32006. Dev.CD Jul 95P
  32007. Dev.CD Jul 9V
  32008. 32952X
  32009. Jul 95
  32010. b--set theItem to choose file -- uncomment to test in an AS editor
  32011.     tell application "Finder"
  32012.         open item "Dev.CD Jul 95"
  32013.         activate
  32014.     end tell
  32015. on error errMsg number errNum
  32016.     --enter statements to perform when no records are found such as...
  32017.     display dialog "Sorry, the item you selected could not be found."
  32018.     return
  32019. end try
  32020. All Packages
  32021. System 7.5 Update 1.0O
  32022. Dev.CD Jul 95V
  32023. 32953X
  32024. procedures
  32025. proceed
  32026. scale
  32027. scales
  32028. scaling
  32029. scanned
  32030. scanner
  32031. scanners
  32032. hemes
  32033. schneider
  32034. science
  32035. scoop
  32036. score
  32037. scoring
  32038. scott
  32039. scrambling
  32040. scrap
  32041. screenW
  32042. screens
  32043. script
  32044. scriptability
  32045. scriptable
  32046. scripted
  32047. scripter
  32048. scripting
  32049. scripts
  32050. scroll
  32051. scrolling
  32052. compare
  32053. compiler
  32054. compiler
  32055. tools
  32056. compilers
  32057. component
  32058. component
  32059. software
  32060. compound
  32061. compound
  32062. document
  32063. architecture
  32064. compress
  32065. compression
  32066. computer
  32067. computer
  32068. based
  32069. media
  32070. conditional
  32071. conditional
  32072. statements
  32073. conference
  32074. conferencing
  32075. configuration
  32076. configuration
  32077. connectivity
  32078. consumer
  32079. consumer
  32080. electronics
  32081. container
  32082. content
  32083. content
  32084. region
  32085. context
  32086. context
  32087. switch
  32088. contextual
  32089. contextual
  32090. control
  32091. control
  32092. control
  32093. panel
  32094. control
  32095. strip
  32096. control
  32097. strip
  32098. module
  32099. controls
  32100. conversion
  32101. converter
  32102. coprocessor
  32103. corba
  32104. foundation
  32105. corners
  32106. counter
  32107. countersQ
  32108. counting
  32109. counts
  32110. crccalc
  32111. crcpatch
  32112. creator
  32113. cross-platform
  32114. J4ic.bat
  32115. ImageComp
  32116. ImageCompositing.zip
  32117. README.txt
  32118. Feb 00
  32119. - Common
  32120.     - Sun Compliant Java Runtime Environment 1.1
  32121.     - QuickTime 3 
  32122.     - QTJava.zip
  32123.     - QTJava media samples
  32124. - Mac OS:
  32125.     - System 8 or later
  32126.     - Macintosh Runtime for Java (MRJ) 2.1
  32127. - Windows 95, 98, or NT::
  32128.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32129. QuickTime, Java, MRJOWDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:PeDev.CD Feb 00 TC
  32130.  - What's New?
  32131.  - Sample Code
  32132.  - QuickTime
  32133.  - QuickTime for Java
  32134.  - ImageCompositingV
  32135. 32348X
  32136. Feb 00^
  32137. e    No Change
  32138. lus why you might want to do so.
  32139. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  32140. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  32141. PyDev.CD Jan 00 SDK1
  32142.  - Development Kits
  32143.  - Mac OS
  32144.  - ColorSync 3.0 Mac SDK
  32145.  - Documentation
  32146.  - Embedding ICC Profiles DocsV
  32147. 32347X
  32148. Jan 00^
  32149. --set theItem to choose file -- uncomment to test in an AS editor
  32150.     tell application "Finder"
  32151.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  32152.         activate
  32153.     end tell
  32154. on error errMsg number errNum
  32155.     --enter statements to perform when no records are found such as...
  32156.     display dialog "Sorry, the item you selected could not be found."
  32157.     return
  32158. end try
  32159. e    No Changef#ColorSync
  32160. Profile Specificationq
  32161. Dev.CD Jan 00 SDK1
  32162. D!All Packages
  32163. Tool Chest Edition
  32164. ImageCompositingI
  32165. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.e    No Change
  32166. which
  32167. updated
  32168. 1/25/2000
  32169. updater
  32170. updates
  32171. updating
  32172. upgrade
  32173. edition
  32174. hypercard
  32175. video
  32176. toolkit
  32177. hytime
  32178. icntoicon
  32179. icntoicon
  32180. iconpict
  32181. iconpict
  32182. icons
  32183. iconutilspriv
  32184. iconutilspriv
  32185. ideas
  32186. ideas
  32187. opportunities
  32188. ideas
  32189. toolkit
  32190. identifycd
  32191. idletasks
  32192. idletasks
  32193. distributors/localiz
  32194. im-telephony
  32195. image
  32196. imagecomp
  32197. imagecompositing
  32198. imagecompositing
  32199. imagefile
  32200. imagefiledemo
  32201. imagefiledemo
  32202. imageproducing
  32203. imageproducing
  32204. Script
  32205. The Sequel  by Scott 
  32206.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  32207. Driving to Print:  An Apple IIGS Printer Drive
  32208. summary
  32209. these
  32210. obsolete
  32211. hypercard
  32212. toolkits
  32213. which
  32214. summary
  32215. these
  32216. updated
  32217. tools
  32218. quicktime
  32219. summary
  32220. these
  32221. applications
  32222. remote
  32223. control
  32224. server
  32225. summary
  32226. application
  32227. demonstrates
  32228. appleev
  32229. summary
  32230. application
  32231. displays
  32232. volume
  32233. meters
  32234. summary
  32235. application
  32236. exercises
  32237. copybits
  32238. copymask
  32239. summary
  32240. brochure
  32241. serves
  32242. foundation
  32243. explaining
  32244. summary
  32245. sample
  32246. demonstrates
  32247. palette
  32248. summary
  32249. collects
  32250. information
  32251. about
  32252. system
  32253. summary
  32254. developer
  32255. describes
  32256. latest
  32257. model
  32258. summary
  32259. developer's
  32260. package
  32261. includes
  32262. appleshar
  32263. summary
  32264. digest
  32265. collection
  32266. article
  32267. threads
  32268. summary
  32269. document
  32270. contains
  32271. international
  32272. devel
  32273. summary
  32274. document
  32275. contains
  32276. helpful
  32277. converti
  32278. summary
  32279. document
  32280. describes
  32281. version
  32282. applesingle
  32283. cfm-68k
  32284. cfm-68k
  32285. chinese
  32286. chinese
  32287. dictation
  32288. chinese
  32289. dictation
  32290. libraries
  32291. examples
  32292. larger
  32293. larkspur
  32294. laser
  32295. laserwriter
  32296. laserwriteriisc
  32297. laserwriters
  32298. lasso
  32299. lastly
  32300. late-breaking
  32301. later
  32302. laterapple
  32303. All Packages
  32304. System 7.5 Update 1.0O
  32305. Dev.CD Jul 95P
  32306. Dev.CD Jul 9V
  32307. 32971X
  32308. Jul 95
  32309. b--set theItem to choose file -- uncomment to test in an AS editor
  32310.     tell application "Finder"
  32311.         open item "Dev.CD Jul 95"
  32312.         activate
  32313.     end tell
  32314. on error errMsg number errNum
  32315.     --enter statements to perform when no records are found such as...
  32316.     display dialog "Sorry, the item you selected could not be found."
  32317.     return
  32318. end try
  32319. All Packages
  32320. System 7.5 Update 2.0O"Dev.CD May 96 TC
  32321. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  32322. Dev.CD Jul 96 SSV
  32323. 32972X
  32324. May 96
  32325. w--set theItem to choose file -- uncomment to test in an AS editor
  32326.     tell application "Finder"
  32327.         open item "Dev.CD May 96 TC
  32328. Dev.CD Jul 96 SSW"
  32329.         activate
  32330.     end tell
  32331. on error errMsg number errNum
  32332.     --enter statements to perform when no records are found such as...
  32333.     display dialog "Sorry, the item you selected could not be found."
  32334.     return
  32335. end try
  32336. All Packages
  32337. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32338. Dev.CD Jan 94
  32339. Dev.CD Oct 93
  32340. Dev.CD Jul 93
  32341. Dev.CD Apr 93PDDev.CD Apr 94
  32342. Dev.CD Jan 94
  32343. Dev.CD Oct 93
  32344. Dev.CD Jul 93
  32345. Dev.CD Apr 9V
  32346. 33161X
  32347. Apr 94
  32348. --set theItem to choose file -- uncomment to test in an AS editor
  32349.     tell application "Finder"
  32350.         open item "Dev.CD Apr 94
  32351. Dev.CD Jan 94
  32352. Dev.CD Oct 93
  32353. Dev.CD Jul 93
  32354. Dev.CD Apr 93"
  32355.         activate
  32356.     end tell
  32357. on error errMsg number errNum
  32358.     --enter statements to perform when no records are found such as...
  32359.     display dialog "Sorry, the item you selected could not be found."
  32360.     return
  32361. end try
  32362. All Packages
  32363. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32364. Dev.CD Jan 94
  32365. Dev.CD Oct 93
  32366. Dev.CD Jul 93
  32367. Dev.CD Apr 93PDDev.CD Apr 94
  32368. Dev.CD Jan 94
  32369. Dev.CD Oct 93
  32370. Dev.CD Jul 93
  32371. Dev.CD Apr 9V
  32372. 33162X
  32373. Apr 94
  32374. everybody
  32375. everyone
  32376. everything
  32377. eworld
  32378. exact
  32379. examine
  32380. examines
  32381. folders
  32382. folks
  32383. follow
  32384. following
  32385. follows
  32386. nov/dec
  32387. nov/dec
  32388. 32346X
  32389. Feb 00^
  32390. --set theItem to choose file -- uncomment to test in an AS editor
  32391.     tell application "Finder"
  32392.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  32393.         activate
  32394.     end tell
  32395. on error errMsg number errNum
  32396.     --enter statements to perform when no records are found such as...
  32397.     display dialog "Sorry, the item you selected could not be found."
  32398.     return
  32399. end try
  32400. e    No ChangefMMacTCP
  32401. Communications Toolbox
  32402. Serial ports
  32403. CD Audio toolkit
  32404. Video toolkitq
  32405. Dev.CD Feb 00 TC
  32406. D!All Packages
  32407. Mac OS SDK Edition
  32408. ICC Profile SpecI&Latest ICC specification for profiles.J
  32409. Embedding ICC Profile in EPS
  32410. Embedding ICC Profile in GIF89a
  32411. Embedding ICC Profile in Pict
  32412. Embedding ICC Profiles in JFIF
  32413. Embedding ICC Profiles in TIFFK
  32414. Apr 98M
  32415. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  32416. NRMacTCP, Communications Toolbox, CTB, Serial ports, CD Audio toolkit, Video toolkitORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:P]Dev.CD Feb 00 TC
  32417.  - Tool Chest
  32418.  - Development Kits
  32419.  - HyperCard Related
  32420.  - HyperCard Toolkitsmessages among machines on the AppleTalk network.
  32421. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  32422. s easier than you think. 
  32423. Print Hints with Luke & Zz   Tips and tricks 
  32424. from the print masters. This time: a cautionary fable, and a little known constant.
  32425. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  32426. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  32427. Vol IIIL
  32428. Jun 95
  32429. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  32430. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  32431. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  32432. !Read me (obsolete&unsupported)
  32433. !Read me.txt
  32434. AppleTalk ToolKit.img
  32435. CD Audio Toolkit 1.0.img
  32436. HyperCard CTB Toolkit 1.0b2.img
  32437. HyperCard Serial Toolkit 2..img
  32438. HyperCard Video Toolkit 2.0.img
  32439. Ideas Toolkit 1.0.img
  32440. Prototyping Toolkit 2.0.imgK
  32441. May 95M
  32442. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  32443. e    No Changef
  32444. URL Access
  32445. Internet
  32446. Dev.CD Aug 99 TC
  32447. D!All Packages
  32448. Tool Chest Edition
  32449. US Distribution GuideI
  32450. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  32451. US Distribution GuideK
  32452. Vol VIIM
  32453. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  32454.  - Programs & Marketing
  32455.  - Market & Distribution GuidesV
  32456. 33268X
  32457. May 98^
  32458. --set theItem to choose file -- uncomment to test in an AS editor
  32459.     tell application "Finder"
  32460.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  32461.         activate
  32462.     end tell
  32463. on error errMsg number errNum
  32464.     --enter statements to perform when no records are found such as...
  32465.     display dialog "Sorry, the item you selected could not be found."
  32466.     return
  32467. end try
  32468. e    No Changeq
  32469. Dev.CD May 98 TC
  32470. All Packages
  32471. F    UtilitiesV
  32472. 33269X
  32473. ections
  32474. Summary: The HyperCard
  32475.  Player software enables you to run applications created with HyperCard. HyperCard applications, or "stacks", are interactive documents which can incorporate text, graphics, animation, audio and video.
  32476. To take full advantage of the powerful authoring capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  32477. J=Addresses
  32478. Audio Help
  32479. HyperCard Player
  32480. What is HyperCard?K
  32481. Feb 92L
  32482. Jul 98N
  32483. HyperCard Player, stacksOHDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Mar 00 RL Disk 1
  32484.  - Utilities
  32485.  - HyperCard Player
  32486.  - HyperCard Player 2.4
  32487. incorporates
  32488. incorporating
  32489. incorrect
  32490. increased
  32491. increases
  32492. increasing
  32493. incredibly
  32494. incremental
  32495. independant
  32496. index
  32497. indexed
  32498. indexes
  32499. indexing
  32500. india
  32501. indian
  32502. indicate
  32503. indicated
  32504. indicates
  32505. indicator
  32506. indices
  32507. indispensable
  32508. individual
  32509. industry
  32510. industry-standard
  32511. industrywatch
  32512. inefficiency
  32513. inflict
  32514. infomation
  32515. informationW
  32516. informational
  32517. infrared
  32518. inheritance
  32519. All Packages
  32520. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32521. Dev.CD Jan 94
  32522. Dev.CD Oct 93
  32523. Dev.CD Jul 93P6Dev.CD Apr 94
  32524. Dev.CD Jan 94
  32525. Dev.CD Oct 93
  32526. Dev.CD Jul 9V
  32527. 33131X
  32528. Apr 94
  32529. --set theItem to choose file -- uncomment to test in an AS editor
  32530.     tell application "Finder"
  32531.         open item "Dev.CD Apr 94
  32532. Dev.CD Jan 94
  32533. Dev.CD Oct 93
  32534. Dev.CD Jul 93"
  32535.         activate
  32536.     end tell
  32537. on error errMsg number errNum
  32538.     --enter statements to perform when no records are found such as...
  32539.     display dialog "Sorry, the item you selected could not be found."
  32540.     return
  32541. end try
  32542. All Packages
  32543. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32544. Dev.CD Jan 94
  32545. Dev.CD Oct 93
  32546. Dev.CD Jul 93P6Dev.CD Apr 94
  32547. Dev.CD Jan 94
  32548. Dev.CD Oct 93
  32549. Dev.CD Jul 9V
  32550. 33132X
  32551. Apr 94
  32552. gridwindowgrow
  32553. griffith
  32554. group
  32555. groups
  32556. ~--set theItem to choose file -- uncomment to test in an AS editor
  32557.     tell application "Finder"
  32558.         open item "Dev.CD Apr 94
  32559. Dev.CD Jan 94
  32560. Dev.CD Oct 93"
  32561.         activate
  32562.     end tell
  32563. on error errMsg number errNum
  32564.     --enter statements to perform when no records are found such as...
  32565.     display dialog "Sorry, the item you selected could not be found."
  32566.     return
  32567. end try
  32568. corrects
  32569. courses
  32570. courseware
  32571. cpu's
  32572. craig
  32573. crash
  32574. crashed
  32575. crashes
  32576. crawl
  32577. create
  32578. created
  32579. creates
  32580. creating
  32581. creation
  32582. creative
  32583. creativity
  32584. instance
  32585. variable
  32586. instance
  32587. variables
  32588. instructions
  32589. media
  32590. writer
  32591. resources
  32592. int'l
  32593. int'l
  32594. contacts
  32595. integrated
  32596. integrated
  32597. quicktime
  32598. interactive
  32599. interactive
  32600. success
  32601. interface
  32602. interfacelib
  32603. interfaces
  32604. interfaces
  32605. libraries
  32606. interfaces&libraries
  32607. interleave
  32608. interleave
  32609. interleave
  32610. 32345X
  32611. Mar 00^    RL Disk 1
  32612. --set theItem to choose file -- uncomment to test in an AS editor
  32613.     tell application "Finder"
  32614.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  32615.         activate
  32616.     end tell
  32617. on error errMsg number errNum
  32618.     --enter statements to perform when no records are found such as...
  32619.     display dialog "Sorry, the item you selected could not be found."
  32620.     return
  32621. end try
  32622. e    No Changef
  32623. HyperCard Player
  32624. stacksq
  32625. Dev.CD Mar 00 RL Disk 1
  32626. D!All Packages
  32627. Tool Chest Edition
  32628. HyperCard Toolkits
  32629.     tions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  32630. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  32631. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  32632. timing
  32633. scanner
  32634. screen
  32635. script
  32636. scriptable
  32637. scriptable
  32638. printing
  32639. scripting
  32640. scriptswitcher
  32641. scriptswitcher
  32642. script
  32643. switcher
  32644. scroll
  32645. scrolling
  32646. manager
  32647. search
  32648. select
  32649. selected
  32650. selector
  32651. sequences
  32652. serial
  32653. serial
  32654. serial
  32655. ports
  32656. series
  32657. server
  32658. server
  32659. controls
  32660. server
  32661. developer
  32662. servers
  32663. services
  32664. setdefaultdtp
  32665. setdeskcpat
  32666. setting
  32667. setup
  32668. haring
  32669. sherlock
  32670. showicon
  32671. showinit
  32672. signature
  32673. signing
  32674. simpletext
  32675. simplified
  32676. single-link
  32677. manager
  32678. sniffer
  32679. socket
  32680. software
  32681. solaris
  32682. --set theItem to choose file -- uncomment to test in an AS editor
  32683.     tell application "Finder"
  32684.         open item "Dev.CD Apr 94
  32685. Dev.CD Jan 94
  32686. Dev.CD Oct 93
  32687. Dev.CD Jul 93
  32688. Dev.CD Apr 93"
  32689.         activate
  32690.     end tell
  32691. on error errMsg number errNum
  32692.     --enter statements to perform when no records are found such as...
  32693.     display dialog "Sorry, the item you selected could not be found."
  32694.     return
  32695. end try
  32696. xternal
  32697. externals
  32698. extra
  32699. extract
  32700. extracted
  32701. extractor
  32702. extractors
  32703. extracts
  32704. extremely
  32705. fable
  32706. faced
  32707. faceless
  32708. facilitating
  32709. facilities
  32710. facility
  32711. facto
  32712. factory-default
  32713. factory-fresh
  32714. failure
  32715. Summary: Objects in HyperCard are not allowed to have variables inside them
  32716. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  32717. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  32718. J)Instance Variable text
  32719. Instance VariablesK
  32720. Jun 93M
  32721. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD Feb 00 TC
  32722.  - Tool Chest
  32723.  - Development Kits
  32724.  - HyperCard Related
  32725.  - HyperCard Instance Variables
  32726. variety
  32727. vectors
  32728. velocity
  32729. vendor
  32730. vendors
  32731. verbatim
  32732. verification
  32733. verified
  32734. verify
  32735. verifying
  32736. verilog
  32737. veritable
  32738. versa
  32739. versatile
  32740. versatility
  32741. version
  32742. areas
  32743. aren't
  32744. arena
  32745. arguments
  32746. arithmetic
  32747. around
  32748. arrays
  32749. arrived
  32750. arrow
  32751. arrows
  32752. article
  32753. articles
  32754. articulate
  32755. artwork
  32756. All Packages
  32757. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32758. Dev.CD Jan 94
  32759. Dev.CD Oct 93
  32760. Dev.CD Jul 93
  32761. Dev.CD Apr 93PDDev.CD Apr 94
  32762. Dev.CD Jan 94
  32763. Dev.CD Oct 93
  32764. Dev.CD Jul 93
  32765. Dev.CD Apr 9V
  32766. 32988X
  32767. Apr 94
  32768. --set theItem to choose file -- uncomment to test in an AS editor
  32769.     tell application "Finder"
  32770.         open item "Dev.CD Apr 94
  32771. Dev.CD Jan 94
  32772. Dev.CD Oct 93
  32773. Dev.CD Jul 93
  32774. Dev.CD Apr 93"
  32775.         activate
  32776.     end tell
  32777. on error errMsg number errNum
  32778.     --enter statements to perform when no records are found such as...
  32779.     display dialog "Sorry, the item you selected could not be found."
  32780.     return
  32781. end try
  32782. All Packages
  32783. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32784. Dev.CD Jan 94
  32785. Dev.CD Oct 93
  32786. Dev.CD Jul 93
  32787. Dev.CD Apr 93PDDev.CD Apr 94
  32788. Dev.CD Jan 94
  32789. Dev.CD Oct 93
  32790. Dev.CD Jul 93
  32791. Dev.CD Apr 9V
  32792. 32989X
  32793. Apr 94
  32794. encodings
  32795. enhanced
  32796. enhanced
  32797. macintosh
  32798. developer
  32799. enterprise
  32800. environment
  32801. full-features
  32802. full-text
  32803. fully
  32804. function
  32805. function/method
  32806. functional
  32807. functionality
  32808. futures
  32809. g3-class
  32810. g3/233
  32811. g3/266
  32812. g3/26620th
  32813. gadgets
  32814. gaining
  32815. gains
  32816. games
  32817. gamesprcokets
  32818. garbage
  32819. easily
  32820. quickdraw
  32821. viewer
  32822. thompson
  32823. easy-to-use
  32824. eaxmple
  32825. edgar
  32826. edit-related
  32827. editable
  32828. editing
  32829. edition
  32830. editions
  32831. editor
  32832. editor's
  32833. editors
  32834. edittext
  32835. edittextcdev
  32836. educational
  32837. effect
  32838. effective
  32839. effectively
  32840. effectiveness
  32841. effects
  32842. efficient
  32843. efficiently
  32844. effort
  32845. effortless
  32846. effortlessly
  32847. 32344X
  32848. Feb 00^
  32849. --set theItem to choose file -- uncomment to test in an AS editor
  32850.     tell application "Finder"
  32851.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  32852.         activate
  32853.     end tell
  32854. on error errMsg number errNum
  32855.     --enter statements to perform when no records are found such as...
  32856.     display dialog "Sorry, the item you selected could not be found."
  32857.     return
  32858. end try
  32859. e    No ChangefFHyperCard
  32860. variable
  32861. button
  32862. field
  32863. instance variables
  32864. global
  32865. saving stateq
  32866. Dev.CD Feb 00 TC
  32867. All Packages
  32868. HyperCard Player 2.4
  32869. 32345X
  32870. cord and play sounds.
  32871. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  32872. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  32873. about
  32874. sample
  32875. about
  32876. getsetoptions
  32877. about
  32878. snapshot
  32879. sample
  32880. aegizmos
  32881. before
  32882. using
  32883. registration
  32884. defprocs
  32885. defprocs
  32886. first
  32887. first
  32888. first
  32889. first
  32890. hypercard
  32891. obsolete&unsupported
  32892. other
  32893. please
  32894. developer
  32895. sample
  32896. 2.0b6
  32897. 2.0b6
  32898. 32343X
  32899. Mar 00^    RL Disk 1
  32900. --set theItem to choose file -- uncomment to test in an AS editor
  32901.     tell application "Finder"
  32902.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  32903.         activate
  32904.     end tell
  32905. on error errMsg number errNum
  32906.     --enter statements to perform when no records are found such as...
  32907.     display dialog "Sorry, the item you selected could not be found."
  32908.     return
  32909. end try
  32910. e    No Changef
  32911. HyperCard
  32912. updateq
  32913. Dev.CD Mar 00 RL Disk 1
  32914. D!All Packages
  32915. Tool Chest Edition
  32916. HyperCard Instance Variables
  32917.     n, Publications, Technical Publications, Techpubs, documentation, docs, HardwareOdDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:PoDev.CD Feb 00 TC
  32918.  - What's New?
  32919.  - Technical Publications
  32920.  - Technical Documentation
  32921.  - Developer DocumentationV
  32922. 30382X
  32923. Feb 00^
  32924. #://developer.apple.com/techpubs/index.html
  32925. update
  32926. appearance
  32927. 1.0.3
  32928. manager
  32929. manager
  32930. package
  32931. consists
  32932. files
  32933. provide
  32934. information
  32935. package
  32936. contains
  32937. number
  32938. routines
  32939. helpful
  32940. package
  32941. contains
  32942. appleshare
  32943. 3.6.5
  32944. first
  32945. package
  32946. contains
  32947. drive
  32948. setup
  32949. v1.7.2
  32950. program
  32951. package
  32952. contains
  32953. source
  32954. resources
  32955. project
  32956. package
  32957. contains
  32958. processor
  32959. emulator
  32960. extensions
  32961. package
  32962. includes
  32963. transport
  32964. debug
  32965. package
  32966. compatible
  32967. package
  32968. system
  32969. compatible
  32970. program
  32971. displays
  32972. memory
  32973. configuration
  32974. release
  32975. keychain
  32976. focuses
  32977. password
  32978. storage
  32979. sample
  32980. accompanies
  32981. optimization
  32982. strategies
  32983. sample
  32984. demonstrates
  32985. laserwriter
  32986. communicatio
  32987. This stack will allow users to 
  32988. J6HyperCard 2.4 Update Installer
  32989. Read Me - HyperCard 2.4K
  32990. Sep 97L
  32991. Jul 98N
  32992. HyperCard, 2.4, updateOIDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:PQDev.CD Mar 00 RL Disk 1
  32993.  - Utilities
  32994.  - HyperCard Player
  32995.  - HyperCard Updater 2.4.
  32996.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  32997. quires Hypercard 2.1.
  32998. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  32999.  Dev Info Change Form
  33000. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  33001. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  33002. Several exciting features have been added with the release of HyperCard 2.4, including:
  33003.  an improved movie button task that allows you to open any QuickTime-readable file
  33004.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  33005.  a new Link to URL butto
  33006. n task and HyperTalk command for connecting to a web site
  33007.  ability to manipulate QuickTime movies using HyperTalk
  33008.  keyboard navigation of QuickTime VR movies
  33009.  ability to open a nearly unlimited number of files using HyperTalk
  33010.  enhanced script editor window for easier navigation
  33011.  improved Picture XCMD
  33012.  more script commands and new syntax
  33013. For more information on these features and how to use them, see Using HyperCard 2.4.
  33014. Sep 97L
  33015. Jul 98
  33016. looking
  33017. looks
  33018. lookup
  33019. lookupmenu
  33020. lookups
  33021. looming
  33022. looney
  33023. looping
  33024. loops
  33025. loose
  33026. loosely
  33027. low-disk-space
  33028. low-level
  33029. lower
  33030. loyal
  33031. lupdate
  33032. lurkers
  33033. lurkers
  33034. examine
  33035. projector
  33036. access
  33037. summary
  33038. da/application
  33039. allows
  33040. examine
  33041. summary
  33042. functional
  33043. opentransport
  33044. sample
  33045. imple
  33046. summary
  33047. definition
  33048. procedure
  33049. source
  33050. summary
  33051. series
  33052. tools
  33053. source
  33054. allow
  33055. All Packages
  33056. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33057. Dev.CD Jan 94
  33058. Dev.CD Oct 93
  33059. Dev.CD Jul 93
  33060. Dev.CD Apr 93PDDev.CD Apr 94
  33061. Dev.CD Jan 94
  33062. Dev.CD Oct 93
  33063. Dev.CD Jul 93
  33064. Dev.CD Apr 9V
  33065. 33008X
  33066. Apr 94
  33067. --set theItem to choose file -- uncomment to test in an AS editor
  33068.     tell application "Finder"
  33069.         open item "Dev.CD Apr 94
  33070. Dev.CD Jan 94
  33071. Dev.CD Oct 93
  33072. Dev.CD Jul 93
  33073. Dev.CD Apr 93"
  33074.         activate
  33075.     end tell
  33076. on error errMsg number errNum
  33077.     --enter statements to perform when no records are found such as...
  33078.     display dialog "Sorry, the item you selected could not be found."
  33079.     return
  33080. end try
  33081. All Packages
  33082. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33083. Dev.CD Jan 94
  33084. Dev.CD Oct 93
  33085. Dev.CD Jul 93
  33086. Dev.CD Apr 93PDDev.CD Apr 94
  33087. Dev.CD Jan 94
  33088. Dev.CD Oct 93
  33089. Dev.CD Jul 93
  33090. Dev.CD Apr 9V
  33091. 33009X
  33092. Apr 94
  33093. Hardware tools.imgK
  33094. Feb 94O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  33095.  - Tool Chest
  33096.  - Testing & Debugging
  33097.  - Hardware toolsV
  33098. 32342X
  33099. Feb 00^
  33100. --set theItem to choose file -- uncomment to test in an AS editor
  33101.     tell application "Finder"
  33102.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  33103.         activate
  33104.     end tell
  33105. on error errMsg number errNum
  33106.     --enter statements to perform when no records are found such as...
  33107.     display dialog "Sorry, the item you selected could not be found."
  33108.     return
  33109. end try
  33110. e    No Changeq
  33111. Dev.CD Feb 00 TC
  33112. All Packages
  33113. HyperCard 2.4 Update
  33114. 32343X
  33115. Vol XL
  33116. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  33117.  - What's New
  33118.  - Technical Documentation
  33119.  - DeveloperNotesV
  33120. 30383X
  33121. 1erNotesV
  33122. 30383X
  33123. 1e    No Change
  33124. profile
  33125. image
  33126. imagecompositing
  33127. imagefile
  33128. imageproducing
  33129. imaging
  33130. importexport
  33131. imran's
  33132. imran's
  33133. virtual
  33134. keycodes
  33135. indian
  33136. language
  33137. indian
  33138. language
  33139. inline
  33140. inline
  33141. input
  33142. textedit
  33143. input
  33144. inputsprocketpptest
  33145. inputsprockettest
  33146. inside
  33147. inside
  33148. macintosh
  33149. quickdraw
  33150. install
  33151. Folder Contents:
  33152.   Controls.lib 3.0.15 folder
  33153.     This folder contains the latest version of Controls.lib.
  33154.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  33155.     compatible.  Virtual User 1.1 is currently available through APDA and
  33156.     Virtual User 2.0 will be available for purchase by the end of 1992.
  33157.     Many tasks have been improved, modified or 
  33158.     rewritten since Controls.lib v2.5
  33159.   Controls.lib Reference
  33160.     This is located in the Controls.lib folder.
  33161.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  33162.     in the Controls.lib library, and how to install VUMark 1.0b1.
  33163.   Printing.lib 1.0
  33164.     This library is a collection of printing-related tasks for the LaserWriter,
  33165.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  33166.   MiniLauncher 1.3b5
  33167.     This tool is required on VU targets using Controls.lib 3.0.14 
  33168.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  33169. resedit
  33170. format
  33171. formatnum
  33172. formatnum
  33173. formats
  33174. formatter
  33175. foundation
  33176. frametest
  33177. frametest
  33178. frametest
  33179. framework
  33180. frameworks
  33181. francais
  33182. france
  33183. france
  33184. distributors/localiz
  33185. fssetprinter
  33186. fssetprinter
  33187. fssetprinter
  33188. fstubs
  33189. fstubs
  33190. fstubs
  33191. fullballoons
  33192. fullballoons
  33193. fulldrag
  33194. fulldrag
  33195. fullfind
  33196. fullfind
  33197. fullhpop
  33198. fullhpop
  33199. fullmove
  33200. fullmove
  33201. fulloffset
  33202. fulloffset
  33203. fullremove
  33204. fullremove
  33205. fullrename
  33206. fullrename
  33207. fullreplace
  33208. fullreplace
  33209. fullreslist
  33210. fullreslist
  33211. services
  33212. machack
  33213. workgroup
  33214. working
  33215. working
  33216. webobjects
  33217. worksheet
  33218. wprocasm
  33219. wprocasm
  33220. wrapcommenttext
  33221. writer
  33222. writeswell
  33223. writeswell
  33224. writeswell
  33225. 1.2.3
  33226. sources
  33227. writeswell
  33228. notes
  33229. writeswell
  33230. instructions
  33231. writing
  33232. writing
  33233. interactive
  33234. media
  33235. xcmds
  33236. xcmds&xfcns
  33237. xfcns
  33238. xthings
  33239. shell
  33240. sample
  33241. xtnow
  33242. xtnow
  33243. yahoo
  33244. yahoo
  33245. yellowboxandjava
  33246. zaptcp
  33247. zaptcp
  33248. O@Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:PEDev.CD Mar 00 RL Disk 1
  33249.  - Technical Documentation
  33250.  - Human InterfaceV
  33251. 32341X
  33252. Mar 00^    RL Disk 1
  33253. --set theItem to choose file -- uncomment to test in an AS editor
  33254.     tell application "Finder"
  33255.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:"
  33256.         activate
  33257.     end tell
  33258. on error errMsg number errNum
  33259.     --enter statements to perform when no records are found such as...
  33260.     display dialog "Sorry, the item you selected could not be found."
  33261.     return
  33262. end try
  33263. e    No Changeq
  33264. Dev.CD Mar 00 RL Disk 1
  33265. D!All Packages
  33266. Tool Chest Edition
  33267. HW Bring-up Tools
  33268.  Summary:  This is a set of three MPW tools written for hardware debug and bring-up.  You could probably write them yourself in an hour or so 
  33269.  but what if you don
  33270. t have that much time...
  33271. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  33272. e    No Change
  33273. J'Sample Code.img
  33274. Windows Sample Code.imgK
  33275. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO
  33276. Dev.CD Feb 00 TC:Sample Code:P
  33277. Dev.CD Feb 00 TC
  33278.  - Sample Codeif DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  33279. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  33280. D!All Packages
  33281. Tool Chest Edition
  33282. Http Server
  33283. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  33284. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  33285. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  33286. -AboutBox.c
  33287. AboutBox.h
  33288. CIconButtons.c
  33289. CIconButtons.h
  33290. History.c
  33291. History.h
  33292. HTMLSample
  33293. HTMLSample Help:
  33294. HTMLSample Pages:
  33295. HTMLSample.c
  33296. HTMLSample.h
  33297. HTMLSample.prj
  33298. HTMLSample.r
  33299. HTMLSample.rsrc
  33300. MakeFile
  33301. Re- C/F Registration Request
  33302. ReadMe
  33303. RenderingWindow.c
  33304. RenderingWindow.h
  33305. SampleUtils.c
  33306. SampleUtils.h
  33307. ecords are found such as...
  33308.     display dialog "Sorry, the item you selected could not be found."
  33309.     return
  33310. end try
  33311. e    No Changef/DIMM
  33312. Interleaving
  33313. memory
  33314. configuration
  33315. DRAMq
  33316. Dev.CD Feb 00 TC
  33317. D(All Packages
  33318. Reference Library Edition
  33319. Disinfectant 3.7.1I
  33320. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  33321. Features: Disinfectant detects and removes known Mac viruses.  J
  33322. DisinfectantK
  33323. Vol IIIL
  33324. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  33325.  - Utilities
  33326.  - Disinfectant 3.7.1V
  33327. 30386X
  33328. Dec 99^
  33329. 32340X
  33330. Feb 00^
  33331. r--set theItem to choose file -- uncomment to test in an AS editor
  33332.     tell application "Finder"
  33333.         open item "Dev.CD Feb 00 TC:Sample Code:"
  33334.         activate
  33335.     end tell
  33336. on error errMsg number errNum
  33337.     --enter statements to perform when no records are found such as...
  33338.     display dialog "Sorry, the item you selected could not be found."
  33339.     return
  33340. end try
  33341. Movedf9OpenTransport
  33342. Server
  33343. Thread Manager
  33344. TCP/IP
  33345. IOStreamsq
  33346. Dev.CD Feb 00 TC
  33347. All Packages
  33348. Human Interface Notes
  33349. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  33350. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  33351. JaApple Grayscale Appearance:
  33352. Human Interface Guidelines
  33353. Human Interface Notes
  33354. MacOS8Documentation:K
  33355. Jul 93M
  33356. Adobe Acrobat Reader.
  33357. htmlsample
  33358. application
  33359. illustrating
  33360. human
  33361. hundreds
  33362. huxham
  33363. hybrid
  33364. hypercard
  33365. hyperdam
  33366. hypertalk
  33367. hypertext
  33368. ports
  33369. built-in
  33370. devices
  33371. ibm's
  33372. ibooks
  33373. ic-savvy
  33374. cihui
  33375. cihui
  33376. cincludes
  33377. claris
  33378. claris
  33379. translators
  33380. claris
  33381. files
  33382. claris
  33383. system
  33384. classes
  33385. classic
  33386. clent
  33387. clent
  33388. richardson
  33389. message
  33390. client
  33391. clipboard
  33392. clipboard
  33393. clipboard
  33394. clipboard
  33395. magician
  33396. clipboard
  33397. clipinfo
  33398. clipinfo
  33399. clipping
  33400. clipping
  33401. extension
  33402. clippings
  33403. cliptopict
  33404. cliptopict
  33405. QuickDraw
  33406.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  33407. Record
  33408. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  33409. Restore Screen Cluts:  This snippet shows how to restore all the screen
  33410. s color tables back to what they normally are using two different methods.
  33411. Rotate Bitmap 90
  33412. :  Shows a fast way to rotate bitmaps by 90 degrees.
  33413. RotateString:  This c
  33414. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  33415. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  33416. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  33417. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  33418. SearchProcs & Color Separation:  Th
  33419. System Enabler 088 (AVs)O
  33420. Dev.CD Apr 94
  33421. Dev.CD Jan 94P
  33422. Dev.CD Apr 94
  33423. Dev.CD Jan 9V
  33424. 33088X
  33425. Apr 94
  33426. p--set theItem to choose file -- uncomment to test in an AS editor
  33427.     tell application "Finder"
  33428.         open item "Dev.CD Apr 94
  33429. Dev.CD Jan 94"
  33430.         activate
  33431.     end tell
  33432. on error errMsg number errNum
  33433.     --enter statements to perform when no records are found such as...
  33434.     display dialog "Sorry, the item you selected could not be found."
  33435.     return
  33436. end try
  33437. All Packages
  33438. System Enabler 088 (AVs)O
  33439. Dev.CD Apr 94P
  33440. Dev.CD Apr 9V
  33441. 33089X
  33442. Apr 94
  33443. b--set theItem to choose file -- uncomment to test in an AS editor
  33444.     tell application "Finder"
  33445.         open item "Dev.CD Apr 94"
  33446.         activate
  33447.     end tell
  33448. on error errMsg number errNum
  33449.     --enter statements to perform when no records are found such as...
  33450.     display dialog "Sorry, the item you selected could not be found."
  33451.     return
  33452. end try
  33453. All Packages
  33454. 33090X
  33455. dixformat
  33456. dixzero
  33457. dmgetfirstscreendevi
  33458. dmgetnextscreendevic
  33459. snapshot
  33460. snapshot
  33461. sample
  33462. application
  33463. shows
  33464. snapshots
  33465. snapshotsample1.0b3
  33466. snarfer
  33467. snarfing
  33468. snazzy
  33469. sndforever
  33470. sndplay
  33471. sndplaydoublebuffer
  33472. sndplaydoublebuffera
  33473. sndstartfileplay
  33474. snippet
  33475. snapshot
  33476. snapshot
  33477. sample
  33478. snapshotsample
  33479. snapshotsample
  33480. snarfer
  33481. sndmemrecord
  33482. sndrecord
  33483. agent
  33484. specific
  33485. files
  33486. transports
  33487. software
  33488. software
  33489. license
  33490. software
  33491. license
  33492. software
  33493. licensing
  33494. someunicodestuff
  33495. someunicodestuff
  33496. someunicodestuff
  33497. somobjects
  33498. somobjects
  33499. first
  33500. sound
  33501. sound
  33502. files
  33503. soundapp
  33504. soundapp
  33505. soundapp
  33506. soundapp
  33507. soundapp
  33508. soundapp
  33509. soundapp
  33510. soundapp
  33511. soundapp
  33512. soundappsnds
  33513. soundappsnds
  33514. soundboard
  33515. soundboard
  33516. debug
  33517. prefix
  33518. soundboard
  33519. soundboard
  33520. prefix
  33521. soundboard
  33522. soundmemrecord
  33523. soundunit
  33524. source
  33525. source
  33526. masher
  33527. t this format can become a standard to communicate color information between applications by using the clipboard.  That will only happen if people start to use it in their applications, both commercial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  33528. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  33529. Issues:  This is NOT AN ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  33530. Js !NOT AN APPLE PRODUCT!
  33531.  Scrap Color Documentation
  33532.  ScrapColor Demo
  33533. Demo source
  33534. scrapcolor library
  33535. ScrapColorDemo.
  33536. Sep 96O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD Feb 00 TC
  33537.  - Tool Chest
  33538.  - QuickDraw
  33539.  - Scrap Color 1.0
  33540. PCDev.CD Feb 00 TC
  33541.  - Tool Chest
  33542.  - Testing & Debugging
  33543.  - ParametersV
  33544. 32858X
  33545. Feb 00^
  33546. --set theItem to choose file -- uncomment to test in an AS editor
  33547.     tell application "Finder"
  33548.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Parameters:"
  33549.         activate
  33550.     end tell
  33551. on error errMsg number errNum
  33552.     --enter statements to perform when no records are found such as...
  33553.     display dialog "Sorry, the item you selected could not be found."
  33554.     return
  33555. end try
  33556. e    No Changeq
  33557. Dev.CD Feb 00 TC
  33558. D!All Packages
  33559. Tool Chest Edition
  33560. Show Movie
  33561. HTMLSample is an application illustrating how to use the new HTMLRenderingLib services found in Mac OS 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  33562. - shows how to draw HTML in a window using the HTMLRenderingLib,
  33563. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  33564. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  33565. - shows h
  33566. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  33567. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  33568. Dec 99
  33569. Dec 99M
  33570. Mac OS 9N*HTML, HTMLRenderingLib, Packages, Mac OS 9ORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:P]Dev.CD Mar 00 RL Disk 1
  33571.  - What's New
  33572.  - Sample Code
  33573.  - Human Interface Toolbox
  33574.  - HTMLSamplenter statements to perform when no records are found such as...
  33575.     display dialog "Sorry, the item you selected could not be found."
  33576.     return
  33577. end try
  33578. e    No Changef2AppleShare
  33579. File Sharing
  33580. File Manager
  33581. Drag and Dropq
  33582. Dev.CD Feb 00 TC
  33583. D!All Packages
  33584. Tool Chest Edition
  33585. URL Access 1.0.1 SDK
  33586. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  33587. Download data from a given URL
  33588. Upload data to a given URL (FTP only)
  33589. Post an HTML form
  33590. Download a directory listing (FTP only)
  33591. Download/Upload an entire directory (FTP only)
  33592. Progress and authentication UI
  33593. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  33594. JrURL Access
  33595. URL Access Scripting
  33596. URLAccess.h
  33597. URLAccess.p
  33598. URLAccess.pdf
  33599. URLAccess68K.lib
  33600. URLAccessLib
  33601. URLAccessLib.oK
  33602. Aug 99M    MacOS 8.6N
  33603. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  33604.  - What's New?
  33605.  - Development Kits
  33606.  - Mac OS
  33607.  - URL Access 1.0.1 SDKV
  33608. 33267X
  33609. Aug 99^
  33610. documentation
  33611. emulator
  33612. CAttachment.cp
  33613. CAttachment.h
  33614. CFilterControl.cp
  33615. CFilterControl.h
  33616. CGrayBox.cp
  33617. CGrayBox.h
  33618. CQuickTimeWindow.cp
  33619. CQuickTimeWindow.h
  33620. CSliderControl.cp
  33621. CSliderControl.h
  33622. CSliderControl.rsrc
  33623. CSoundboardApp.cp
  33624. CSoundboardApp.h
  33625. CSoundboardWindow.cp
  33626. CSoundboardWindow.h
  33627. GWLayers.c
  33628. GWLayers.h
  33629. MCPlayMovie.h
  33630. Soundboard.PPob
  33631. Soundboard.prefix
  33632. Soundboard.rsrc
  33633. SoundBoard.
  33634. Soundboard_debug.prefix
  33635. Why was this archived?
  33636. provides
  33637. ability
  33638. download
  33639. postscript
  33640. summary
  33641. dropdisk
  33642. application
  33643. mounts
  33644. images
  33645. summary
  33646. sample
  33647. illustrate
  33648. software
  33649. project
  33650. summary
  33651. edittextcdev
  33652. sample
  33653. control
  33654. panel
  33655. device
  33656. summary
  33657. evenbetterbuserror
  33658. helps
  33659. catch
  33660. reneg
  33661. summary
  33662. wanted
  33663. patch
  33664. high-level
  33665. langua
  33666. summary
  33667. gxgraphics
  33668. 1.1.6
  33669. extension
  33670. encompasses
  33671. summary
  33672. gxoverridetool
  33673. message
  33674. override
  33675. source
  33676. summary
  33677. hotsauce
  33678. technology
  33679. demonstration
  33680. based
  33681. O>Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:PIDev.CD Feb 00 TC
  33682.  - Tool Chest
  33683.  - Devices
  33684.  - CD-ROM
  33685.  - How to Detect a CDV
  33686. 32338X
  33687. Feb 00^
  33688. --set theItem to choose file -- uncomment to test in an AS editor
  33689.     tell application "Finder"
  33690.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  33691.         activate
  33692.     end tell
  33693. on error errMsg number errNum
  33694.     --enter statements to perform when no records are found such as...
  33695.     display dialog "Sorry, the item you selected could not be found."
  33696.     return
  33697. end try
  33698. e    No Changef
  33699. CD-ROM
  33700. Device Manager
  33701. Dev.CD Feb 00 TC
  33702. All Packages
  33703. HTMLSample
  33704. 32339X
  33705. 32339X
  33706. Mar 00^    RL Disk 1
  33707. --set theItem to choose file -- uncomment to test in an AS editor
  33708.     tell application "Finder"
  33709.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:"
  33710.         activate
  33711.     end tell
  33712. on error errMsg number errNum
  33713.     --enter statements to perform when no records are found such as...
  33714.     display dialog "Sorry, the item you selected could not be found."
  33715.     return
  33716. end try
  33717. e    No Changef'HTML
  33718. HTMLRenderingLib
  33719. Packages
  33720. Mac OS 9q
  33721. Dev.CD Mar 00 RL Disk 1
  33722. Http Server
  33723. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  33724. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  33725. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  33726. devnotes
  33727. dialog
  33728. dialogs
  33729. dictation
  33730. dictionary
  33731. dictionary
  33732. manager
  33733. digital
  33734. digital
  33735. camera
  33736. disabled
  33737. disassembler
  33738. disassembly
  33739. display
  33740. display
  33741. folder
  33742. display
  33743. display
  33744. manager
  33745. display
  33746. disposeresource
  33747. disposeresource
  33748. debugging
  33749. resource
  33750. handles
  33751. dither
  33752. dynamic
  33753. library
  33754. document
  33755. documentation
  33756. documents
  33757. domain
  33758. double-byte
  33759. download
  33760. drawsprocket
  33761. drive
  33762. drive
  33763. gestalt
  33764. drive
  33765. setup
  33766. driver
  33767. driver
  33768. table
  33769. drivers
  33770. stylechat
  33771. dumpobj
  33772. 33285X
  33773. Jan 00^
  33774. --set theItem to choose file -- uncomment to test in an AS editor
  33775.     tell application "Finder"
  33776.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:"
  33777.         activate
  33778.     end tell
  33779. on error errMsg number errNum
  33780.     --enter statements to perform when no records are found such as...
  33781.     display dialog "Sorry, the item you selected could not be found."
  33782.     return
  33783. end try
  33784. e    No ChangefRWebObjects
  33785. EOModeler
  33786. Project Builder
  33787.  WebObjects Builder
  33788. Tools
  33789. Tips and Techniquesq
  33790. Dev.CD Jan 00 SDK1
  33791. D!All Packages
  33792. Tool Chest Edition
  33793. Win2MacCounterSamples
  33794. e    No Changef&ShowIcon
  33795. ShowINIT
  33796. extension
  33797. iconsq
  33798. Dev.CD Feb 00 TC
  33799. All Packages
  33800. Simple DrawSprocket
  33801. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  33802. JjRead Me
  33803. Simple DrawSprocket App
  33804. Simple DrawSprocket Main.c
  33805. Simple DrawSprocket.CW2
  33806. Simple DrawSprocket.CW5K
  33807. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxOODev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:PZDev.CD Mar 00 RL Disk 1
  33808.  - What's New
  33809.  - Sample Code
  33810.  - Graphics 2D
  33811.  - Simple DrawSprocketV
  33812. 32862X
  33813. Mar 00^    RL Disk 1
  33814. e    No Change
  33815. dsappleevents
  33816. dsglobals
  33817. dsglobals
  33818. dsuserprocs
  33819. dsuserprocs
  33820. dsuserprocs
  33821. dsutils
  33822. dsutils
  33823. dsutils
  33824. b--set theItem to choose file -- uncomment to test in an AS editor
  33825.     tell application "Finder"
  33826.         open item "Dev.CD Jul 93"
  33827.         activate
  33828.     end tell
  33829. on error errMsg number errNum
  33830.     --enter statements to perform when no records are found such as...
  33831.     display dialog "Sorry, the item you selected could not be found."
  33832.     return
  33833. end try
  33834. conversion
  33835. database
  33836. debug
  33837. debug
  33838. sound
  33839. manager
  33840. 3.2.1
  33841. debugger
  33842. debuggers
  33843. debugging
  33844. declaration
  33845. decompress
  33846. decompression
  33847. default
  33848. delete
  33849. O<Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):PDDev.CD Nov 99 TC
  33850.  - Tool Chest
  33851.  - Networking
  33852.  - HotSauce (Project X)     open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  33853.         activate
  33854.     end tell
  33855. on error errMsg number errNum
  33856.     --enter statements to perform when no records are found such as...
  33857.     display dialog "Sorry, the item you selected could not be found."
  33858.     return
  33859. end try
  33860. e    No Changef
  33861. Disk I/O
  33862. Performanceq
  33863. Dev.CD Feb 00 TC
  33864. D!All Packages
  33865. Tool Chest Edition
  33866. DiskFiller
  33867. ts a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  33868.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  33869. gotcha
  33870. gotchas
  33871. gourdol
  33872. grabber
  33873. grammar
  33874. grammatical
  33875. granted
  33876. graphic
  33877. graphical
  33878. graphics
  33879. graphicsimporter
  33880. grayrgn
  33881. grayscale
  33882. great
  33883. greater
  33884. greatest
  33885. greatly
  33886. green
  33887. greenspon
  33888. griffith
  33889. group
  33890. groups
  33891. growing
  33892. grown
  33893. gs/os
  33894. guarantee
  33895. guaranteed
  33896. guest
  33897. guide
  33898. guide-intelligent
  33899. guidelines
  33900. anymore
  33901. anyone
  33902. anything
  33903. anywhere
  33904. apart
  33905. aphorisms
  33906. seedbuilder
  33907. seedcfill
  33908. seeing
  33909. seems
  33910. seger
  33911. separately
  33912. separations
  33913. september
  33914. sequel
  33915. sequence
  33916. sergeant
  33917. serial
  33918. series
  33919. server
  33920. servers
  33921. serves
  33922. service
  33923. services
  33924. session
  33925. set-top
  33926. setdialogdefaultitem
  33927. setmarkers
  33928. setmfsize
  33929. setproject
  33930. 32337X
  33931. Nov 99^
  33932. --set theItem to choose file -- uncomment to test in an AS editor
  33933.     tell application "Finder"
  33934.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  33935.         activate
  33936.     end tell
  33937. on error errMsg number errNum
  33938.     --enter statements to perform when no records are found such as...
  33939.     display dialog "Sorry, the item you selected could not be found."
  33940.     return
  33941. end try
  33942. Deletedq
  33943. Dev.CD Nov 99 TC
  33944. D!All Packages
  33945. Tool Chest Edition
  33946. How to Detect a CD
  33947. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  33948. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  33949. JRidentifyCD.
  33950. main.c
  33951. Makefile
  33952. Not used in this example
  33953. ReadMe
  33954. WhereCDs.c
  33955. WhereCDs.hK
  33956. Dec 95N CD-ROM, SCSI, Device Manager, CD
  33957. Summary:  HotSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  33958. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  33959. ctory structures, email headers, data dictionaries, etc. 
  33960. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  33961. HotSauce standalone app FAQ
  33962. Meta-Content Format
  33963. Project X Large 68K:
  33964. Project X Large PPC:
  33965. Project X Quick Start Guide
  33966. ProjectXPlugIn68K
  33967. ProjectXPlugIn68KNFPU
  33968. ProjectXPlugInPPC
  33969. Standalone App Quick StartK
  33970. Nov 96
  33971. All Packages
  33972. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  33973. Dev.CD Jan 94
  33974. Dev.CD Oct 93
  33975. Dev.CD Jul 93P6Dev.CD Apr 94
  33976. Dev.CD Jan 94
  33977. Dev.CD Oct 93
  33978. Dev.CD Jul 9V
  33979. 33012X
  33980. Apr 94
  33981. --set theItem to choose file -- uncomment to test in an AS editor
  33982.     tell application "Finder"
  33983.         open item "Dev.CD Apr 94
  33984. Dev.CD Jan 94
  33985. Dev.CD Oct 93
  33986. Dev.CD Jul 93"
  33987.         activate
  33988.     end tell
  33989. on error errMsg number errNum
  33990.     --enter statements to perform when no records are found such as...
  33991.     display dialog "Sorry, the item you selected could not be found."
  33992.     return
  33993. end try
  33994. All Packages
  33995. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33996. Dev.CD Jan 94
  33997. Dev.CD Oct 93
  33998. Dev.CD Jul 93
  33999. Dev.CD Apr 93PDDev.CD Apr 94
  34000. Dev.CD Jan 94
  34001. Dev.CD Oct 93
  34002. Dev.CD Jul 93
  34003. Dev.CD Apr 9V
  34004. 33013X
  34005. Apr 94
  34006. notify
  34007. notions
  34008. november
  34009. novice
  34010. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  34011. Features:
  34012. Ouput a single function/method.
  34013. Output all methods of a class.
  34014. Output all instances of a method name.
  34015. Show/Hide 68k opcodes.
  34016. General tools.imgK
  34017. Feb 94M
  34018. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  34019.  - Tool Chest
  34020.  - Testing & Debugging
  34021.  - General tools
  34022. standalone
  34023. version
  34024. standard
  34025. standardfile
  34026. standardfileicons
  34027. standardgetfolder
  34028. standardized
  34029. standards
  34030. starmax
  34031. start
  34032. 3.2.1
  34033. 3.2.3
  34034. 3.6.5
  34035. 3/5-slot
  34036. 32-bit
  34037. 32x32
  34038. 33619
  34039. 350000
  34040. 38400/8/n/1
  34041. 3d-party
  34042. 3d-the
  34043. 4-character
  34044. 4.0.8
  34045. 4.5.2
  34046. 40-60
  34047. 40-bit
  34048. 4400/200
  34049. 6.0.4
  34050. 6.3.1
  34051. 6.3.2
  34052. 7500@
  34053. sample
  34054. library
  34055. which
  34056. provides
  34057. indispensable
  34058. work-@
  34059. debug
  34060. build
  34061. sound
  34062. manager
  34063. 3.2.1
  34064. useful
  34065. sample
  34066. compression/decompre
  34067. sound
  34068. manager
  34069. component
  34070. sample
  34071. shows
  34072. transport
  34073. above@
  34074. accelerating@
  34075. accuracy@
  34076. across@
  34077. action@
  34078. actions@
  34079. activities@
  34080. actually@
  34081. adbop@
  34082. adjust
  34083. adjustable@
  34084. advantages@
  34085. sprockets
  34086. libraries
  34087. designed
  34088. simplify
  34089. applescript@
  34090. applesearch@
  34091. application's@
  34092. architecture@
  34093. area@
  34094. as-is@
  34095. available@
  34096. balloon@
  34097. basis@
  34098. bechtel@
  34099. beginning@
  34100. beta@
  34101. blackketter@
  34102. bottleneck@
  34103. build@
  34104. building@
  34105. button@
  34106. byte@
  34107. calibration@
  34108. callhyper@
  34109. cancelwindowcheckout@
  34110. cannot@
  34111. originally
  34112. orphaning
  34113. ortiz
  34114. os-compatible
  34115. os-only
  34116. osaactiveproc
  34117. osaka
  34118. osasendproc
  34119. osborne
  34120. oserr
  34121. cpu's
  34122. cpugestalt
  34123. cpugestalt
  34124. sample
  34125. illustrates
  34126. determine
  34127. craig
  34128. crash
  34129. crashed
  34130. crashes
  34131. crashing
  34132. crawl
  34133. create
  34134. create
  34135. needs
  34136. created
  34137. createdirwithcustomi
  34138. createpmforecolorima
  34139. crucial
  34140. cryptic
  34141. cryptographic
  34142. culture
  34143. curbow
  34144. curious
  34145. current
  34146. palindrome
  34147. pallakoff
  34148. pallete
  34149. panel
  34150. panels
  34151. panes
  34152. panorama
  34153. panoramas
  34154. panoramic
  34155. paper
  34156. papserversample
  34157. papworkstation
  34158. parade
  34159. paradigms
  34160. parallels
  34161. contains
  34162. archives
  34163. format
  34164. apple
  34165. folder
  34166. contains
  34167. updated
  34168. documents
  34169. outlining
  34170. strategies
  34171. hypercard
  34172. update
  34173. features
  34174. including
  34175. update
  34176. appearance
  34177. 1.0.3
  34178. package
  34179. consists
  34180. files
  34181. provide
  34182. information
  34183. package
  34184. contains
  34185. drive
  34186. setup
  34187. v1.7.2
  34188. program
  34189. package
  34190. contains
  34191. processor
  34192. emulator
  34193. extensions
  34194. package
  34195. includes
  34196. transport
  34197. debug
  34198. package
  34199. system
  34200. compatible
  34201.  5th Column 1.1 and MacsBug.
  34202. Issues: Some VU Libraries distributed with HITEC contain routines that apply to targets running System 7.0 only.  
  34203. Virtual User tools.imgK
  34204. Jan 92OCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  34205.  - Tool Chest
  34206.  - Testing & Debugging
  34207.  - Virtual User tools Management.imgK
  34208. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  34209.  - Tool Chest
  34210.  - Testing & Debugging
  34211.  - Memory ManagementV
  34212. 30393X
  34213. Feb 00^
  34214. --set theItem to choose file -- uncomment to test in an AS editor
  34215.     tell application "Finder"
  34216.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  34217.         activate
  34218.     end tell
  34219. on error errMsg number errNum
  34220.     --enter statements to perform when no records are found such as...
  34221.     display dialog "Sorry, the item you selected could not be found."
  34222.     return
  34223. end try
  34224. e    No Changeq
  34225. Dev.CD Feb 00 TC
  34226. All Packages
  34227. 30394
  34228. commandsW
  34229. commented
  34230. comments
  34231. commercial
  34232. commit
  34233. commitment
  34234.         activate
  34235.     end tell
  34236. on error errMsg number errNum
  34237.     --enter statements to perform when no records are found such as...
  34238.     display dialog "Sorry, the item you selected could not be found."
  34239.     return
  34240. end try
  34241. extractors
  34242. extras
  34243. f-french
  34244. features
  34245. feedback
  34246. feedback
  34247. request
  34248. 9/1/93
  34249. developer
  34250. synchronization
  34251. guide
  34252. system
  34253. manager
  34254. filecopy
  34255. filecopy
  34256. fileisopen
  34257. fileisopen
  34258. filemaker
  34259. filemaker
  34260. files
  34261. filesharingmaster
  34262. filesharingmaster
  34263. filing
  34264. electronics
  34265. dynamic
  34266. translation
  34267. manager
  34268. translation
  34269. editing
  34270. editor
  34271. effects
  34272. eject
  34273. electronics
  34274. email
  34275. embed
  34276. emulator
  34277. enabled
  34278. enabler
  34279. encoding
  34280. endpoint
  34281. endpoints
  34282. engine
  34283. asked
  34284. askyesno
  34285. aspects
  34286. assembled
  34287. assembler
  34288. assemblers
  34289. assembly
  34290. assembly-language
  34291. assembly-level
  34292. assigned
  34293. assignments
  34294. assist
  34295. assistance
  34296. assistant
  34297. assistants
  34298. assists
  34299. assocated
  34300. associated
  34301. asynchronous
  34302. background
  34303. networking
  34304. macintosh
  34305. harry
  34306. asynchronously
  34307. at-attachment
  34308. 32336X
  34309. Feb 00^
  34310. --set theItem to choose file -- uncomment to test in an AS editor
  34311.     tell application "Finder"
  34312.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  34313.         activate
  34314.     end tell
  34315. on error errMsg number errNum
  34316.     --enter statements to perform when no records are found such as...
  34317.     display dialog "Sorry, the item you selected could not be found."
  34318.     return
  34319. end try
  34320. e    No Changeq
  34321. Dev.CD Feb 00 TC
  34322. D!All Packages
  34323. Tool Chest Edition
  34324. HotSauce (Project X)
  34325.     taller
  34326. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  34327. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  34328. e    No Change
  34329. Summary: A collection of MPW
  34330.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  34331. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  34332. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  34333. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  34334. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  34335. Demo:  This sample code demonstrates how to use the AppleTalk Transaction Protocol (ATP) to send data back and forth between two machines on the network.
  34336. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  34337. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  34338. GetInfo to obtain the burned in Ethernet address.
  34339. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  34340. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  34341. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  34342. menubar
  34343. corners
  34344. desktop
  34345. finder
  34346. grayrgn
  34347. hierarchical
  34348. level
  34349. hooper
  34350. hp-ux
  34351. rendering
  34352. htmlrenderinglib
  34353. human
  34354. human
  34355. interface
  34356. guidelines
  34357. hypercard
  34358. hypercard
  34359. player
  34360. cardbus
  34361. ibook
  34362. family
  34363. plotting
  34364. resources
  34365. services
  34366. utilities
  34367. iconref
  34368. icons
  34369. property
  34370. inline
  34371. inline
  34372. input
  34373. input
  34374. inputsprocket
  34375. installer
  34376. instance
  34377. instance
  34378. variables
  34379. instrumentation
  34380. interactive
  34381. interactive
  34382. media
  34383. solutions
  34384. interface
  34385. interfaces
  34386. interleaving
  34387. international
  34388. internationalization
  34389. internet
  34390. investment
  34391. iostreams
  34392. useful
  34393. usenet
  34394. user-centric
  34395. user-controllable
  34396. user-controlled
  34397. user-defined
  34398. user-interface
  34399. user-perceived
  34400. userchkgestaltfuncti
  34401. userfunction
  34402. useritem
  34403. package
  34404. packagetool
  34405. packagetool
  34406. packagetool
  34407. packagetool
  34408. packagetool
  34409. packagetool
  34410. packageutils
  34411. packageutils
  34412. packageutils
  34413. packagewindow
  34414. packagewindow
  34415. packagewindow
  34416. pages
  34417. client
  34418. interface
  34419. client
  34420. first
  34421. paper
  34422. papworkstation
  34423. papworkstation
  34424. parameters
  34425. parameters
  34426. parser
  34427. links
  34428. links
  34429. links
  34430. partmaker
  34431. partmaker
  34432. partmaker
  34433. readme
  34434. parts
  34435. pascal
  34436. pascal
  34437. sample
  34438. pasmatit
  34439. branch
  34440. brand
  34441. brave
  34442. braving
  34443. break
  34444. breakpoints
  34445. breaks
  34446. breakthroughs
  34447. breeze
  34448. brian
  34449. bridge
  34450. bridges
  34451. Dev.CD Feb 00 TC:Sample Code:P
  34452. Dev.CD Feb 00 TC
  34453.  - Sample Code
  34454. ratesQ
  34455. quickdraw
  34456. hardware
  34457. acceleration
  34458. rawip
  34459. rawmode
  34460. reader
  34461. reality
  34462. receives
  34463. recognition
  34464. reconfiguration
  34465. record
  34466. return
  34467. return
  34468. investment
  34469. business
  34470. processes
  34471. interactive
  34472. media
  34473. robustness
  34474. router
  34475. runtime
  34476. sample
  34477. saving
  34478. screen
  34479. script
  34480. scriptable
  34481. scripting
  34482. scroll
  34483. scrolling
  34484. performance
  34485. search
  34486. search
  34487. index
  34488. vtwin
  34489. summary
  34490. selected
  34491. selector
  34492. serial
  34493. series
  34494. server
  34495. services
  34496. setting
  34497. setup
  34498. shared
  34499. sherlock
  34500. sherlock
  34501. content
  34502. extractor
  34503. search
  34504. signature
  34505. simplified
  34506. tobias
  34507. today
  34508. together
  34509. toggle
  34510. token
  34511. tokenizer
  34512. tokenring
  34513.  "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  34514. PS 1.1.3:"
  34515.         activate
  34516.     end tell
  34517. on error errMsg number errNum
  34518.     --enter statements to perform when no records are found such as...
  34519.     display dialog "Sorry, the item you selected could not be found."
  34520.     return
  34521. end try
  34522. Deletedq
  34523. Dev.CD Nov 99 TC
  34524. D(All Packages
  34525. Reference Library Edition
  34526. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  34527. About DropDisk
  34528. DropDiskK
  34529. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  34530.  - Utilities
  34531.  - DropDisk 1.0b5V
  34532. 30398X
  34533. Dec 99^
  34534. menumanager
  34535. menus
  34536. menuscripter
  34537. merchandised
  34538. merchandising
  34539. messagewatcher
  34540. meta-content
  34541. method
  34542. methodology
  34543. methods
  34544. metrowerks
  34545. michael
  34546. microprocessor
  34547. microprocessorsQ
  34548. microsystems
  34549. microtrends
  34550. middle
  34551. might
  34552. miller
  34553. million
  34554. millions
  34555. minimize
  34556. minimum
  34557. minor
  34558. minow
  34559. minute
  34560. minutes
  34561. mirror
  34562. misaligned
  34563. misalignment
  34564. misdemeanors
  34565. misrecognized
  34566. mixed
  34567. mixed-partition
  34568. mixing
  34569. mobile
  34570. modal
  34571. model
  34572. showdialogboxes
  34573. showiniticon
  34574. simple
  34575. simple
  34576. drawsprocket
  34577. simpleapp
  34578. simpleapp
  34579. 1.0.2
  34580. development
  34581. primer
  34582. dzautodrone
  34583. dzautodrone
  34584. dzautodroneburn
  34585. dzautodroneburn
  34586. dzautodroneexpl
  34587. dzautodroneexpl
  34588. dzdisplay
  34589. dzdisplay
  34590. dzdisplay
  34591. dzdrone
  34592. dzdrone
  34593. dzdrone
  34594. dzevenmoreresources
  34595. dzevenmoreresources
  34596. dzevents
  34597. dzevents
  34598. dzevents
  34599. dzgame
  34600. dzgame
  34601. dzgame
  34602. dzinput
  34603. dzinput
  34604. dzinput
  34605. dzisppresets
  34606. dzisppresets
  34607. dzisppresets
  34608. dzkeycap
  34609. dzkeycap
  34610. dzmain
  34611. dzmain
  34612. dzmain
  34613. dzmenu
  34614. dzmenu
  34615. dzmenu
  34616. dzmoreresources
  34617. dzmoreresources
  34618. dzprefix
  34619. dzprefix
  34620. dzresource
  34621. dzresource
  34622. dzresource
  34623. dzsound
  34624. dzsound
  34625. J'Sample Code.img
  34626. Windows Sample Code.imgK
  34627. Aug 95M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgnO
  34628. Dev.CD Feb 00 TC:Sample Code:P
  34629. Dev.CD Feb 00 TC
  34630.  - Sample CodeV
  34631. 32335X
  34632. Feb 00^
  34633. r--set theItem to choose file -- uncomment to test in an AS editor
  34634.     tell application "Finder"
  34635.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34636.         activate
  34637.     end tell
  34638. on error errMsg number errNum
  34639.     --enter statements to perform when no records are found such as...
  34640.     display dialog "Sorry, the item you selected could not be found."
  34641.     return
  34642. end try
  34643. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  34644. Dev.CD Feb 00 TC
  34645. D!All Packages
  34646. Tool Chest Edition
  34647. HITEC (super front end to VU)
  34648. defining
  34649. definition
  34650. definitions
  34651. definitive
  34652. defproc
  34653. defprocs
  34654. degrees
  34655. delay
  34656. delayed
  34657. delaying
  34658. delays
  34659. deleteW
  34660. deleted
  34661. deletedirectory
  34662. deleteemptydir
  34663. deliver
  34664. delivered
  34665. delivers
  34666. delivery
  34667. delta
  34668. demanding
  34669. demonstrates
  34670. programmatically
  34671. background
  34672. demonstration
  34673. 1.1.4
  34674. context
  34675. switching
  34676. depends@
  34677. describes@
  34678. designer@
  34679. detector@
  34680. developer's@
  34681. developing@
  34682. devised@
  34683. dialog
  34684. dialogs@
  34685. dialup@
  34686. dictionaries@
  34687. directions@
  34688. discover@
  34689. display/context@
  34690. dixformat@
  34691. documentationandsamp@
  34692. doesn't@
  34693. double-click@
  34694. downfall@
  34695. drawbacks@
  34696. drives@
  34697. dykstra-erickson@
  34698. easily@
  34699. easing@
  34700. edition@
  34701. efforts@
  34702. elements@
  34703. enabled@
  34704. enhance@
  34705. ensuring@
  34706. entertainment@
  34707. error-handling@
  34708. ethernet@
  34709. ethernets@
  34710. everyware@
  34711. examples@
  34712. fragments@
  34713. friends@
  34714. front@
  34715. gains@
  34716. getting/setting@
  34717. giving@
  34718. global-aware@
  34719. glue@
  34720. gory@
  34721. guideplugin@
  34722. guillermo@
  34723. harper@
  34724. help@
  34725. holland@
  34726. htmlsample
  34727. application
  34728. illustrating
  34729. adding
  34730. addition
  34731. additional
  34732. additionally
  34733. additions
  34734. address
  34735. address
  34736. resolution
  34737. protocol
  34738. protocol
  34739. mapping
  34740. addresses
  34741. addressing
  34742. adequate
  34743. adevs
  34744. adjust
  34745. adjustable
  34746. adjustments
  34747. admin
  34748. administration
  34749. administrator's
  34750. administrators
  34751. adobe
  34752. adobe's
  34753. adopt
  34754. adopting
  34755. adoption
  34756. adopts
  34757. adorner
  34758. adorners
  34759. advance
  34760. advanced
  34761. --set theItem to choose file -- uncomment to test in an AS editor
  34762.     tell application "Finder"
  34763.         open item "Dev.CD Apr 94
  34764. Dev.CD Jan 94
  34765. Dev.CD Oct 93
  34766. Dev.CD Jul 93
  34767. Dev.CD Apr 93"
  34768.         activate
  34769.     end tell
  34770. on error errMsg number errNum
  34771.     --enter statements to perform when no records are found such as...
  34772.     display dialog "Sorry, the item you selected could not be found."
  34773.     return
  34774. end try
  34775. operator-defined
  34776. operators
  34777. opf-opendoc
  34778. opportunities
  34779. opportunity
  34780. opposite
  34781. optimal
  34782. optimization
  34783. optimizations
  34784. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  34785. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  34786.  It comes pre-installed on many Macintosh computers, but not all.
  34787.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  34788. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  34789.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  34790.       512-919-2645
  34791.       AppleLink:   SW.LICENSE
  34792.       Internet:  SW.LICENSE@applelink.apple.com
  34793. JxDocumentation
  34794. Files
  34795. Installer Source
  34796. Interfaces
  34797. Scripting
  34798. Speech Synthesis Mgr Installers
  34799. Text-to-Speech - Read Me FirstK
  34800. Jul 96L
  34801. Jan 97
  34802. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  34803. Features: 
  34804. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  34805. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  34806. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  34807. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  34808. Files can be saved to hold the user-defined critieria and actions that users create.
  34809. The Snarfer can run on Internet Routers and handle multiple ports.
  34810. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  34811. J8The Snarfer
  34812. The Snarfer Read Me
  34813. The Snarfer User's GuideK
  34814. Jul 92
  34815. r--set theItem to choose file -- uncomment to test in an AS editor
  34816.     tell application "Finder"
  34817.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34818.         activate
  34819.     end tell
  34820. on error errMsg number errNum
  34821.     --enter statements to perform when no records are found such as...
  34822.     display dialog "Sorry, the item you selected could not be found."
  34823.     return
  34824. end try
  34825. summary
  34826. folder
  34827. contains
  34828. goodies
  34829. developer
  34830. summary
  34831. folder
  34832. contains
  34833. revised
  34834. acrobat
  34835. versions
  34836. summary
  34837. folder
  34838. contains
  34839. sample
  34840. applications
  34841. demons
  34842. summary
  34843. folder
  34844. contains
  34845. several
  34846. examples
  34847. system
  34848. summary
  34849. folder
  34850. contains
  34851. several
  34852. snippets
  34853. illustrat
  34854. summary
  34855. folder
  34856. contains
  34857. macsnmp
  34858. developer's
  34859. summary
  34860. folder
  34861. contains
  34862. net-install
  34863. apple's
  34864. summary
  34865. folder
  34866. contains
  34867. tools
  34868. useful
  34869. develo
  34870. summary
  34871. graphics
  34872. primer
  34873. contains
  34874. information
  34875. concep
  34876. summary
  34877. guide
  34878. provides
  34879. information
  34880. about
  34881. markets
  34882. distri
  34883. summary
  34884. collection
  34885. useful
  34886. quicktime
  34887. functions
  34888. summary
  34889. complete
  34890. demonstration
  34891. access
  34892. summary
  34893. da/application
  34894. allows
  34895. examine
  34896. summary
  34897. functional
  34898. opentransport
  34899. sample
  34900. imple
  34901. summary
  34902. definition
  34903. procedure
  34904. source
  34905. All Packages
  34906. System Enabler 088 (AVs)O
  34907. Dev.CD Apr 94P
  34908. Dev.CD Apr 9V
  34909. 33082X
  34910. Apr 94
  34911. b--set theItem to choose file -- uncomment to test in an AS editor
  34912.     tell application "Finder"
  34913.         open item "Dev.CD Apr 94"
  34914.         activate
  34915.     end tell
  34916. on error errMsg number errNum
  34917.     --enter statements to perform when no records are found such as...
  34918.     display dialog "Sorry, the item you selected could not be found."
  34919.     return
  34920. end try
  34921. All Packages
  34922. System Enabler 088 (AVs)O
  34923. Dev.CD Apr 94P
  34924. Dev.CD Apr 9V
  34925. 33083X
  34926. Apr 94
  34927. b--set theItem to choose file -- uncomment to test in an AS editor
  34928.     tell application "Finder"
  34929.         open item "Dev.CD Apr 94"
  34930.         activate
  34931.     end tell
  34932. on error errMsg number errNum
  34933.     --enter statements to perform when no records are found such as...
  34934.     display dialog "Sorry, the item you selected could not be found."
  34935.     return
  34936. end try
  34937. All Packages
  34938. System Enabler 088 (AVs)V
  34939. 33084X
  34940. packages
  34941. packagetool
  34942. packagetool
  34943. application
  34944. illustrating
  34945. create
  34946. packaging
  34947. packet
  34948. packets
  34949. packman
  34950. pages
  34951. paige
  34952. painless
  34953. painting
  34954. pairs
  34955. palette
  34956. palette&gworld
  34957. palettes
  34958. panels
  34959. panes
  34960. panorama
  34961. panoramas
  34962. panoramic
  34963. paper
  34964. papserversample
  34965. papworkstation
  34966. parade
  34967. packages@
  34968. palindrome@
  34969. parameter@
  34970. partitions@
  34971. password@
  34972. patching@
  34973. personal@
  34974. physically@
  34975. places@
  34976. pleased@
  34977. plus@
  34978. popup@
  34979. post@
  34980. powerbook@
  34981. pre-scripted@
  34982. preserved@
  34983. previous@
  34984. print@
  34985. printer@
  34986. proc@
  34987. procedures@
  34988. process@
  34989. proficient@
  34990. profile@
  34991. program
  34992. sample
  34993. demonstrate
  34994. apple
  34995. events
  34996. programming
  34997. programs@
  34998. progressbars@
  34999. prototyping@
  35000. provide@
  35001. providing@
  35002. publisher@
  35003. qtic-savvy@
  35004. quickdraw
  35005. graphics
  35006. library
  35007. define
  35008. quickdraw
  35009. enables
  35010. computer
  35011. display
  35012. three-dimensio@
  35013. quicktime@
  35014. radically@
  35015. readable@
  35016. ready@
  35017. received@
  35018. recordable@
  35019. Summary:  This folder contains four more helpful MPW scripts in addition to the DTS MPW Goodies package. 
  35020. Features:
  35021.  AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  35022.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  35023. fying source code.
  35024.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  35025.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  35026.    SaveMenu is useful to save changes to user defined menus in MPW.
  35027. JX MPW scripts README
  35028.  MPW scripts README.txt
  35029. AskYesNo
  35030. IsCheckedOut
  35031. MakeTheFolder
  35032. SaveMenuK
  35033. Feb 94OMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD Feb 00 TC
  35034.  - Tool Chest
  35035.  - Development Kits
  35036.  - MPW Related
  35037.  - helpful MPW scripts
  35038. s how to replace the 68K bus error vector
  35039. very useful for testing.
  35040. DebuggerPresence:  This is a small snippet of code that can be used to to detect if macsbug is installed or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  35041. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  35042. t write into the memory space of other applications.
  35043. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  35044.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  35045. Heap Purge dcmd:  Simulates TMON
  35046. s heap purge in MacsBug.
  35047. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  35048. p--set theItem to choose file -- uncomment to test in an AS editor
  35049.     tell application "Finder"
  35050.         open item "Dev.CD Apr 92
  35051. Dev.CD Mar 92"
  35052.         activate
  35053.     end tell
  35054. on error errMsg number errNum
  35055.     --enter statements to perform when no records are found such as...
  35056.     display dialog "Sorry, the item you selected could not be found."
  35057.     return
  35058. end try
  35059. movie
  35060. qtic-savvy
  35061. qtimagedrawer
  35062. qtjava
  35063. qtmovie
  35064. qtpict
  35065. qtrecordmovie
  35066. questionaire
  35067. questionaires
  35068. questionnaire
  35069. questions
  35070. queue
  35071. quick
  35072. quickdraw
  35073. quickdraw
  35074. graphics
  35075. library
  35076. define
  35077. quickdraw
  35078. dimension
  35079. macintosh
  35080. graphics
  35081. pablo
  35082. ignoring
  35083. ii-compliant
  35084. illegal
  35085. illustrate
  35086. illustrated
  35087. illustrates
  35088. illustrating
  35089. 32334X
  35090. Feb 00^
  35091. --set theItem to choose file -- uncomment to test in an AS editor
  35092.     tell application "Finder"
  35093.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  35094.         activate
  35095.     end tell
  35096. on error errMsg number errNum
  35097.     --enter statements to perform when no records are found such as...
  35098.     display dialog "Sorry, the item you selected could not be found."
  35099.     return
  35100. end try
  35101. e    No Changeq
  35102. Dev.CD Feb 00 TC
  35103. D!All Packages
  35104. Tool Chest Edition
  35105. HideMenubarEtc
  35106. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  35107. Moved
  35108. documentationandsamp
  35109. documented
  35110. documentproc
  35111. documents
  35112. docviewer
  35113. doesn't
  35114. documents
  35115. properly
  35116. doesnt
  35117. dogcow
  35118. doing
  35119. domain
  35120. domestic
  35121. don't
  35122. doneW
  35123. dormant
  35124. double
  35125. versions
  35126. izer 3.0.pdf
  35127. Design For Reuse.pdf
  35128. DesignForRobustness
  35129. Digital Asset Management.pdf
  35130. Digital Storyboard.pdf 
  35131. DVD Development.pdf
  35132. DVD_Primer.pdf
  35133. Enhanced CD Survival Guide.pdf
  35134. EOModeler
  35135. Frameworks.pdf
  35136. Gender-Based Title Creation.pdf
  35137. Int_Media_Writer_Resources.pdf
  35138. Java Survival Guide.pdf
  35139. Making Cool QD3D Apps.pdf
  35140. Music on the Net.pdf
  35141. New Audio Features QT3.pdf
  35142. Porting
  35143. kObjectiveCtoJava
  35144. Push Tech Survival Gd.pdf
  35145. QT3-More Than Dig. Video.pdf
  35146. Simplified Stream Audio.pdf
  35147. Web Animation Guide.pdf
  35148. WebObjects Database Part I.pdf
  35149. WebObjects Database Part II.pdf
  35150. WebObjects Memory Mgmt.pdf
  35151. WebObjects Tools and Techniques
  35152. WebObjectsCategories&Posers.pdf
  35153. WebObjectsPerformanceTuning
  35154. Working with WebObjects.pdf
  35155. Writing for Interactive Media
  35156. --set theItem to choose file -- uncomment to test in an AS editor
  35157.     tell application "Finder"
  35158.         open item "Dev.CD Apr 94
  35159. Dev.CD Jan 94
  35160. Dev.CD Oct 93
  35161. Dev.CD Jul 93
  35162. Dev.CD Apr 93"
  35163.         activate
  35164.     end tell
  35165. on error errMsg number errNum
  35166.     --enter statements to perform when no records are found such as...
  35167.     display dialog "Sorry, the item you selected could not be found."
  35168.     return
  35169. end try
  35170. ectiveness
  35171. effects
  35172. efficient
  35173. efficiently
  35174. --set theItem to choose file -- uncomment to test in an AS editor
  35175.     tell application "Finder"
  35176.         open item "Dev.CD Apr 94
  35177. Dev.CD Jan 94
  35178. Dev.CD Oct 93
  35179. Dev.CD Jul 93"
  35180.         activate
  35181.     end tell
  35182. on error errMsg number errNum
  35183.     --enter statements to perform when no records are found such as...
  35184.     display dialog "Sorry, the item you selected could not be found."
  35185.     return
  35186. end try
  35187. mactcp
  35188. admin
  35189. v2.0.6
  35190. currently
  35191. cursive
  35192. cursor
  35193. cursordevice
  35194. cursordevicemanager
  35195. cursordevices
  35196. cursordevicesetaccel
  35197. cursors
  35198. curve
  35199. curves
  35200. custom
  35201. customchoose
  35202. customenabler
  35203. customer
  35204. customer's
  35205. index
  35206. indian
  35207. indian
  35208. language
  35209. indian
  35210. language
  35211. inline
  35212. inline
  35213. input
  35214. textedit
  35215. input
  35216. inputsprocketpptest
  35217. inputsprockettest
  35218. inside
  35219. inside
  35220. macintosh
  35221. quickdraw
  35222. install
  35223. bruce
  35224. bruyndonckx
  35225. bryan
  35226. budget
  35227. bufcallback
  35228. buffer
  35229. buffercmd
  35230. buffered
  35231. buffering
  35232. buffers
  35233. bugfix
  35234. buggy
  35235. buginfo
  35236. bugs/incompatibilite
  35237. driver
  35238. builds
  35239. built
  35240. built-in
  35241. support
  35242. sales
  35243. products
  35244. apple
  35245. conjunction
  35246. tobias@
  35247. tokentalk@
  35248. toolbox@
  35249. tpifile
  35250. sample
  35251. module
  35252. tpifile
  35253. tracks@
  35254. transform@
  35255. transport@
  35256. truetype@
  35257. two-byte@
  35258. typechar@
  35259. underlays@
  35260. understands@
  35261. until@
  35262. updated
  35263. 1/25/2000@
  35264. usage@
  35265. use-nvramrc@
  35266. useful@
  35267. user's@
  35268. webobjectsandjava
  35269. webobjectscategories
  35270. webobjectscategories
  35271. bjectsperformanc
  35272. webobjectstoolsandte
  35273. webobjectstoolsandte
  35274. hypercard
  35275. what's
  35276. what's
  35277. 1.4.2
  35278. what's
  35279. what's
  35280. bbedit
  35281. what's
  35282. 1.5.1
  35283. what's
  35284. package
  35285. what's
  35286. difference
  35287. whats
  35288. wherecds
  35289. wherecds
  35290. wherecds
  35291. white
  35292. Help XFCN 1.4
  35293. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35294.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35295. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35296. JEbuildXCMD
  35297. Help XFCN RN 1.4
  35298. helpLab
  35299. makefileHelp
  35300. makeout
  35301. object
  35302. sourceK
  35303. Vol VIIL
  35304. Aug 93M
  35305. HyperCard 2.1, System 7N
  35306. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  35307.  - Tool Chest
  35308.  - Development Kits
  35309.  - HyperCard Related
  35310.  - XCMDs & XFCNs
  35311.  - Help XFCN 1.4V
  35312. 32333X
  35313. All Packages
  35314. QuickDraw GXO
  35315. Dev.CD Aug 96 TCP
  35316. Dev.CD Aug 96 TV
  35317. 32691X
  35318. Aug 96
  35319. e--set theItem to choose file -- uncomment to test in an AS editor
  35320.     tell application "Finder"
  35321.         open item "Dev.CD Aug 96 TC"
  35322.         activate
  35323.     end tell
  35324. on error errMsg number errNum
  35325.     --enter statements to perform when no records are found such as...
  35326.     display dialog "Sorry, the item you selected could not be found."
  35327.     return
  35328. end try
  35329. All Packages
  35330. QuickDraw GXO
  35331. Dev.CD Aug 96 TCP
  35332. Dev.CD Aug 96 TV
  35333. 32692X
  35334. Aug 96
  35335. e--set theItem to choose file -- uncomment to test in an AS editor
  35336.     tell application "Finder"
  35337.         open item "Dev.CD Aug 96 TC"
  35338.         activate
  35339.     end tell
  35340. on error errMsg number errNum
  35341.     --enter statements to perform when no records are found such as...
  35342.     display dialog "Sorry, the item you selected could not be found."
  35343.     return
  35344. end try
  35345. All Packages
  35346. QuickDraw GXO
  35347. Dev.CD Aug 96 TCP
  35348. Dev.CD Aug 96 TV
  35349. 32693X
  35350. informationW
  35351. informational
  35352. informixeoadaptor
  35353. infrared
  35354. inherit
  35355. inheritance
  35356. --set theItem to choose file -- uncomment to test in an AS editor
  35357.     tell application "Finder"
  35358.         open item "Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  35359.         activate
  35360.     end tell
  35361. on error errMsg number errNum
  35362.     --enter statements to perform when no records are found such as...
  35363.     display dialog "Sorry, the item you selected could not be found."
  35364.     return
  35365. end try
  35366. s. These documents are of interest to ColorSync-savvy applications.
  35367. Embedding ICC Profile in GIF89a
  35368. Embedding ICC Profiles in EPS
  35369. Embedding ICC Profiles in JFIF
  35370. Embedding ICC Profiles in Pict
  35371. Embedding ICC Profiles in TIFFK
  35372. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  35373.  - Development Kits (Disc 1)
  35374.  - ColorSync SDK
  35375.  - Documentation
  35376.  - Embedding Profile DocumentationV
  35377. 30406X
  35378. Apr 98^
  35379. Feb 00^
  35380. --set theItem to choose file -- uncomment to test in an AS editor
  35381.     tell application "Finder"
  35382.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  35383.         activate
  35384.     end tell
  35385. on error errMsg number errNum
  35386.     --enter statements to perform when no records are found such as...
  35387.     display dialog "Sorry, the item you selected could not be found."
  35388.     return
  35389. end try
  35390. e    No Changef
  35391. HyperCard
  35392. Balloonsq
  35393. Dev.CD Feb 00 TC
  35394.     D!All Packages
  35395. Tool Chest Edition
  35396. helpful MPW scripts
  35397. --set theItem to choose file -- uncomment to test in an AS editor
  35398.     tell application "Finder"
  35399.         open item "Dev.CD May 97 TC
  35400. Dev.CD Nov 96 TC
  35401. Dev.CD Aug 96 TC"
  35402.         activate
  35403.     end tell
  35404. on error errMsg number errNum
  35405.     --enter statements to perform when no records are found such as...
  35406.     display dialog "Sorry, the item you selected could not be found."
  35407.     return
  35408. end try
  35409. m.pdf
  35410. PowerBook_2400c.pdf
  35411. PowerBook_3400.pdf
  35412. PowerBook_5300.pdf
  35413. PowerBook_Duo_2300c.pdf
  35414. PowerBook_Processor_Upg.pdfK
  35415. Sep 97M
  35416. Acrobat Reader.N
  35417. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  35418.  - Technical Publications
  35419.  - hardware
  35420.  - Developer_Notes
  35421.  - Macintosh_CPUs-PPC_PortableV
  35422. 30407X
  35423. Mar 00^    RL Disk 2
  35424. e    No Change
  35425. e    No Changeq
  35426. Dev.CD Feb 00 TC
  35427. D!All Packages
  35428. Tool Chest Edition
  35429.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35430.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35431. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35432. JEbuildXCMD
  35433. Help XFCN RN 1.4
  35434. helpLab
  35435. makefileHelp
  35436. makeout
  35437. object
  35438. sourceK
  35439. Vol VIIL
  35440. Aug 93M
  35441. HyperCard 2.1, System 7N
  35442. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  35443.  - Tool Chest
  35444.  - Development Kits
  35445.  - HyperCard Related
  35446.  - XCMDs & XFCNs
  35447.  - Help XFCN 1.4V
  35448. 32333X
  35449. 1FCN 1.4V
  35450. 32333X
  35451. 1e    No Change
  35452. cellaneous
  35453. englishmiscellaneous
  35454. englishmiscellaneous
  35455. englishterminology
  35456. englishterminology
  35457. englishterminology
  35458. enhanced
  35459. enhanced
  35460. survival
  35461. guide
  35462. enterprise
  35463. enterprise
  35464. environment
  35465. eomodeler
  35466. eomodeler
  35467. erasefile
  35468. erasefile
  35469. errata
  35470. error
  35471. error
  35472. handler
  35473. error
  35474. handler
  35475. ethernet
  35476. event
  35477. eventloop
  35478. eventloop
  35479. events
  35480. events
  35481. apple
  35482. ethernet
  35483. apple
  35484. video
  35485. example
  35486. example
  35487. sounds
  35488. Dev.CD Jul 93
  35489. Dev.CD Apr 9V
  35490. 32769X
  35491. Jul 93
  35492. p--set theItem to choose file -- uncomment to test in an AS editor
  35493.     tell application "Finder"
  35494.         open item "Dev.CD Jul 93
  35495. Dev.CD Apr 93"
  35496.         activate
  35497.     end tell
  35498. on error errMsg number errNum
  35499.     --enter statements to perform when no records are found such as...
  35500.     display dialog "Sorry, the item you selected could not be found."
  35501.     return
  35502. end try
  35503. All Packages
  35504. F    QuickTimeO
  35505. Dev.CD Jul 93
  35506. Dev.CD Apr 93P
  35507. Dev.CD Jul 93
  35508. Dev.CD Apr 9V
  35509. 32770X
  35510. Jul 93
  35511. p--set theItem to choose file -- uncomment to test in an AS editor
  35512.     tell application "Finder"
  35513.         open item "Dev.CD Jul 93
  35514. Dev.CD Apr 93"
  35515.         activate
  35516.     end tell
  35517. on error errMsg number errNum
  35518.     --enter statements to perform when no records are found such as...
  35519.     display dialog "Sorry, the item you selected could not be found."
  35520.     return
  35521. end try
  35522. All Packages
  35523. F    QuickTimeO
  35524. Dev.CD Jul 93
  35525. Dev.CD Apr 93V
  35526. 32771X
  35527. helper
  35528. helpful
  35529. helpful
  35530. scripts
  35531. hidemenubaretc
  35532. hitec
  35533. hitec
  35534. super
  35535. front
  35536. hosesample
  35537. hotsauce
  35538. hotsauce
  35539. project
  35540. detect
  35541. htmlsample
  35542. server
  35543. human
  35544. human
  35545. interface
  35546. notes
  35547. bring-up
  35548. tools
  35549. hypercard
  35550. hypercard
  35551. update
  35552. hypercard
  35553. instance
  35554. variables
  35555. hypercard
  35556. player
  35557. hypercard
  35558. toolkits
  35559. national
  35560. issue
  35561. language
  35562. library
  35563. localization
  35564. localizers
  35565. D!All Packages
  35566. Tool Chest Edition
  35567. Hebrew Language Kit v1.0.1
  35568. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  35569.  and other computers using the Mac
  35570.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  35571. breu)" for details and installation instructions. 
  35572. JUCopy to your HD to install
  35573. Install 1, English
  35574. Install 1, Fran
  35575. Install 2
  35576. Install 3K
  35577. May 96L
  35578. Aug 96O9Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  35579.  - Language Kits
  35580.  - Hebrew Language Kit 1.0.1V
  35581. 32332X
  35582. Feb 00^
  35583. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:P`Dev.CD Feb 00 TC
  35584.  - What's New?
  35585.  - Sample Code
  35586.  - QuickTime
  35587.  - QuickTime for Java
  35588.  - TransitionsV
  35589. 33259X
  35590. Feb 00^
  35591. --set theItem to choose file -- uncomment to test in an AS editor
  35592.     tell application "Finder"
  35593.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  35594.         activate
  35595.     end tell
  35596. on error errMsg number errNum
  35597.     --enter statements to perform when no records are found such as...
  35598.     display dialog "Sorry, the item you selected could not be found."
  35599.     return
  35600. end try
  35601. e    No Changef
  35602. QuickTime
  35603. Dev.CD Feb 00 TC
  35604. D!All Packages
  35605. Mac OS SDK Edition
  35606. Translation Manager
  35607. processor
  35608. profile
  35609. profiler
  35610. project
  35611. projects
  35612. quadra
  35613. qualified
  35614. quickdraw
  35615. r14d1
  35616. modeler
  35617. error
  35618. essentials
  35619. european
  35620. european
  35621. distributors
  35622. localizers
  35623. evenbetterbuserror
  35624. evenbetterbuserror
  35625. french
  35626. germany
  35627. glossaries
  35628. glossary
  35629. goodies
  35630. grayscale
  35631. guide
  35632. handbook
  35633. handwriting
  35634. image
  35635. imaging
  35636. installer
  35637. international
  35638. issue
  35639. language
  35640. library
  35641. localizers
  35642. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  35643. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  35644. J'Sample Code.img
  35645. Windows Sample Code.imgK
  35646. Aug 94N
  35647. SCSI Manager 4.3O
  35648. Dev.CD Feb 00 TC:Sample Code:P
  35649. Dev.CD Feb 00 TC
  35650.  - Sample Codeus
  35651. primer
  35652. print
  35653. print
  35654. total
  35655. pages
  35656. print2
  35657. printaetypes
  35658. printaetypes
  35659. printing
  35660. printondemand
  35661. printondemand
  35662. printpict
  35663. printpict
  35664. printpictlist
  35665. printpictlist
  35666. privileges
  35667. privileges
  35668. programmatic
  35669. interface
  35670. programming
  35671. programming
  35672. information
  35673. programming
  35674. information
  35675. programming
  35676. stuff
  35677. progresswindoid
  35678. progresswindoid
  35679. progresswindoid
  35680. rojects
  35681. All Packages
  35682. Hebrew Language KitO!Dev.CD May 97 TC
  35683. Dev.CD May 96 TCP Dev.CD May 97 TC
  35684. Dev.CD May 96 TV
  35685. 32330X
  35686. May 97
  35687. v--set theItem to choose file -- uncomment to test in an AS editor
  35688.     tell application "Finder"
  35689.         open item "Dev.CD May 97 TC
  35690. Dev.CD May 96 TC"
  35691.         activate
  35692.     end tell
  35693. on error errMsg number errNum
  35694.     --enter statements to perform when no records are found such as...
  35695.     display dialog "Sorry, the item you selected could not be found."
  35696.     return
  35697. end try
  35698. All Packages
  35699. Hebrew Language KitO2Dev.CD May 97 TC
  35700. Dev.CD Nov 96 TC
  35701. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  35702. Dev.CD Nov 96 TC
  35703. Dev.CD Aug 96 TV
  35704. 32331X
  35705. May 97
  35706. & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  35707.  - Programs & Marketing
  35708.  - Market & Distribution Guides
  35709.  - Euro Distributors/LocalizersV
  35710. 30409X
  35711. May 98^
  35712. e--set theItem to choose file -- uncomment to test in an AS editor
  35713.     tell application "Finder"
  35714.         open item "Dev.CD May 96 TC"
  35715.         activate
  35716.     end tell
  35717. on error errMsg number errNum
  35718.     --enter statements to perform when no records are found such as...
  35719.     display dialog "Sorry, the item you selected could not be found."
  35720.     return
  35721. end try
  35722. PQDev.CD Feb 00 TC
  35723.  - Tool Chest
  35724.  - Localization
  35725.  - HC Stack Localization NavigatorV
  35726. 32328X
  35727. Feb 00^
  35728. --set theItem to choose file -- uncomment to test in an AS editor
  35729.     tell application "Finder"
  35730.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  35731.         activate
  35732.     end tell
  35733. on error errMsg number errNum
  35734.     --enter statements to perform when no records are found such as...
  35735.     display dialog "Sorry, the item you selected could not be found."
  35736.     return
  35737. end try
  35738. e    No Changeq
  35739. Dev.CD Feb 00 TC
  35740. All Packages
  35741. Hebrew Language KitO
  35742. Dev.CD May 96 TCP
  35743. Dev.CD May 96 TV
  35744. 32329X
  35745. May 96
  35746. TC:Tool Chest:Testing & Debugging:General tools:"
  35747.         activate
  35748.     end tell
  35749. on error errMsg number errNum
  35750.     --enter statements to perform when no records are found such as...
  35751.     display dialog "Sorry, the item you selected could not be found."
  35752.     return
  35753. end try
  35754. e    No Changeq
  35755. Dev.CD Feb 00 TC
  35756. ev.CD Feb 00 TC
  35757. summary
  35758. error
  35759. tones
  35760. application
  35761. explains
  35762. summary
  35763. runtime
  35764. apple's
  35765. implementatio
  35766. summary
  35767. macbinary
  35768. standard
  35769. summary
  35770. maccalendar
  35771. control
  35772. strip
  35773. module
  35774. displays
  35775. summary
  35776. macintosh
  35777. application
  35778. environment
  35779. virtual
  35780. summary
  35781. macintosh
  35782. software
  35783. distributed
  35784. world
  35785. summary
  35786. macintosh
  35787. developer
  35788. notes
  35789. published
  35790. developer
  35791. summary
  35792. macintosh
  35793. technology
  35794. apple
  35795. summary
  35796. macintosh
  35797. translation
  35798. manager
  35799. summary
  35800. macodbc
  35801. standard
  35802. developers
  35803. write
  35804. summary
  35805. makemake
  35806. which
  35807. generates
  35808. correct
  35809. summary
  35810. manalyzer
  35811. local
  35812. network
  35813. analyzer
  35814. summary
  35815. memory
  35816. monitor
  35817. software
  35818. utility
  35819. which
  35820. provides
  35821. summary
  35822. sample
  35823. discussion
  35824. detect
  35825. whether
  35826. summary
  35827. sample
  35828. network
  35829. chess
  35830. application
  35831. control
  35832. panel
  35833. provides
  35834. All Packages
  35835. F!System Enabler 304 (Performa 600)O
  35836. Dev.CD Jul 93
  35837. Dev.CD May 93P
  35838. Dev.CD Jul 93
  35839. Dev.CD May 9V
  35840. 33181X
  35841. Jul 93
  35842. p--set theItem to choose file -- uncomment to test in an AS editor
  35843.     tell application "Finder"
  35844.         open item "Dev.CD Jul 93
  35845. Dev.CD May 93"
  35846.         activate
  35847.     end tell
  35848. on error errMsg number errNum
  35849.     --enter statements to perform when no records are found such as...
  35850.     display dialog "Sorry, the item you selected could not be found."
  35851.     return
  35852. end try
  35853. All Packages
  35854. F!System Enabler 308 (Performa 450)O
  35855. Dev.CD Jul 93
  35856. Dev.CD May 93P
  35857. Dev.CD Jul 93
  35858. Dev.CD May 9V
  35859. 33182X
  35860. Jul 93
  35861. documentation
  35862. documentationandsamp
  35863. documented
  35864. documentproc
  35865. e    No Changef"DrawSprocket
  35866. GSpGetVersion
  35867. Toolboxq
  35868. Dev.CD Mar 00 RL Disk 1
  35869. D!All Packages
  35870. Tool Chest Edition
  35871. SimpleApp 1.0.2
  35872. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  35873.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  35874. Features:
  35875. Viewing, editing and saving text files.
  35876. Viewing picture files.
  35877. Viewing, editing and saving movie files.
  35878. Clipboard window supports TEXT,PICT and MooV.
  35879. Preference settings.
  35880. J'Sample PICT
  35881. SimpleApp
  35882. SimpleApp Read MeK
  35883. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  35884.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  35885.  - Tool Chest
  35886.  - QuickTime
  35887.  - SimpleApp 1.0.2V
  35888. 32863X
  35889. Feb 00^
  35890. develop
  35891. issue
  35892. develop
  35893. issue
  35894. references
  35895. geteof
  35896. getfinfo
  35897. getfinfo
  35898. gethelpstrings
  35899. geticon
  35900. geticon
  35901. getinfo
  35902. getinfo
  35903. getkeys
  35904. getlastchange
  35905. getmfsize
  35906. getmode
  35907. getmode
  35908. getsetoptions
  35909. getsetoptions
  35910. getsetoptions-68k
  35911. getsetoptions-ppc
  35912. getting
  35913. getting
  35914. started
  35915. getvinfo
  35916. getvinfo
  35917. handbook
  35918. hardware
  35919. hardware
  35920. tools
  35921. headers
  35922. history
  35923. iconpict
  35924. iconpict
  35925. distributors/localiz
  35926. image
  35927. images
  35928. imaging
  35929. import
  35930. 32836X
  35931. Nov 99^
  35932. --set theItem to choose file -- uncomment to test in an AS editor
  35933.     tell application "Finder"
  35934.         open item "Dev.CD Nov 99 TC:Sample Code:Sample Code Survey"
  35935.         activate
  35936.     end tell
  35937. on error errMsg number errNum
  35938.     --enter statements to perform when no records are found such as...
  35939.     display dialog "Sorry, the item you selected could not be found."
  35940.     return
  35941. end try
  35942. Deletedf%sample code survey
  35943. developer feedbackq
  35944. Dev.CD Nov 99 TC
  35945. D!All Packages
  35946. Tool Chest Edition
  35947. Sample Code - Text
  35948. tccalc
  35949. tcp/ip
  35950. tcp/ip
  35951. administration
  35952. image
  35953. tcp/ip
  35954. connection
  35955. image
  35956. tcp/ip
  35957. mib-ii
  35958. alias
  35959. technical
  35960. technique
  35961. techniques
  35962. technotes
  35963. techpubsfind
  35964. techpubsfind
  35965. techqa
  35966. techqa
  35967. shtml
  35968. telecom
  35969. p--set theItem to choose file -- uncomment to test in an AS editor
  35970.     tell application "Finder"
  35971.         open item "Dev.CD Jul 93
  35972. Dev.CD Apr 93"
  35973.         activate
  35974.     end tell
  35975. on error errMsg number errNum
  35976.     --enter statements to perform when no records are found such as...
  35977.     display dialog "Sorry, the item you selected could not be found."
  35978.     return
  35979. end try
  35980. eneral tools:PFDev.CD Feb 00 TC
  35981.  - Tool Chest
  35982.  - Testing & Debugging
  35983.  - General toolsV
  35984. 30410X
  35985. Feb 00^
  35986. --set theItem to choose file -- uncomment to test in an AS editor
  35987.     tell application "Finder"
  35988.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  35989.         activate
  35990.     end tell
  35991. on error errMsg number errNum
  35992.     --enter statements to perform when no records are found such as...
  35993.     display dialog "Sorry, the item you selected could not be found."
  35994.     return
  35995. end try
  35996. e    No Changeq
  35997. Dev.CD Feb 00 TC
  35998. D!All Packages
  35999. Tool Chest Edition
  36000. File Synchronization 1.1
  36001. filters
  36002. content
  36003. extractor
  36004. finderdragpro
  36005. finderevents
  36006. finderevents
  36007. finderheaps
  36008. finderlaunch
  36009. findprinter
  36010. floatingpoint
  36011. editor
  36012. folder
  36013. folder
  36014. watching
  36015. fonts
  36016. fonts
  36017. 6.0.4
  36018. installer
  36019. international
  36020. issue
  36021. language
  36022. library
  36023. localizers
  36024. System Enabler 111 (PB 160/180)O
  36025. Dev.CD Apr 93P
  36026. Dev.CD Apr 9V
  36027. 33116X
  36028. Apr 93
  36029. b--set theItem to choose file -- uncomment to test in an AS editor
  36030.     tell application "Finder"
  36031.         open item "Dev.CD Apr 93"
  36032.         activate
  36033.     end tell
  36034. on error errMsg number errNum
  36035.     --enter statements to perform when no records are found such as...
  36036.     display dialog "Sorry, the item you selected could not be found."
  36037.     return
  36038. end try
  36039. All Packages
  36040. System Enabler 111 (PB 160/180)O
  36041. Dev.CD Apr 93P
  36042. Dev.CD Apr 9V
  36043. 33117X
  36044. Apr 93
  36045. b--set theItem to choose file -- uncomment to test in an AS editor
  36046.     tell application "Finder"
  36047.         open item "Dev.CD Apr 93"
  36048.         activate
  36049.     end tell
  36050. on error errMsg number errNum
  36051.     --enter statements to perform when no records are found such as...
  36052.     display dialog "Sorry, the item you selected could not be found."
  36053.     return
  36054. end try
  36055. All Packages
  36056. System Enabler 111 (PB 160/180)O
  36057. Dev.CD Apr 93V
  36058. 33118X
  36059. summary
  36060. gxoverridetool
  36061. message
  36062. override
  36063. source
  36064. summary
  36065. noticed
  36066. there
  36067. isn't
  36068. effective
  36069. summary
  36070. hotsauce
  36071. technology
  36072. demonstration
  36073. based
  36074. summary
  36075. human
  36076. interface
  36077. notes
  36078. collection
  36079. human
  36080. summary
  36081. displays
  36082. indicator
  36083. summary
  36084. includes
  36085. example
  36086. declaration
  36087. sources
  36088. d could not be found."
  36089.     return
  36090. end try
  36091. e    No ChangefKfile
  36092. synchronization
  36093. backup
  36094. assistant
  36095. folder
  36096. duplication
  36097. control panelq
  36098. Dev.CD Feb 00 TC
  36099. D!All Packages
  36100. Mac OS SDK Edition
  36101. File System Manager
  36102. D!All Packages
  36103. Tool Chest Edition
  36104. HC Stack Localization Navigator
  36105. Summary: Localization guide for HyperCard stacks.
  36106. Features: This tool navigates the user through the stack he is localizing, stopping at each field and button name which needs to be translated.
  36107. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  36108. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  36109. This package is System 7.0 compatible.
  36110. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  36111. HC Stack Localization Navig.imgK
  36112. Vol VIIM
  36113. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  36114. bufcallback
  36115. buffer
  36116. buffercmd
  36117. buffered
  36118. buffering
  36119. buffers
  36120. bugfix
  36121. buggy
  36122. buginfo
  36123. bugs/incompatibilite
  36124. laserwriter
  36125. 8.5.1
  36126. release
  36127. contains
  36128. utilities
  36129. latest
  36130. greatest
  36131. technotes
  36132. navigation
  36133. services
  36134. suite
  36135. greatly
  36136. enhances
  36137. system
  36138. picker
  36139. replaces
  36140. system
  36141. picker
  36142. 1.0.1
  36143. papserversample
  36144. demonstrates
  36145. transpo
  36146. release
  36147. apple's
  36148. brings
  36149. increased
  36150. functionali
  36151. 1.2 (US)
  36152. SetFInfo 1.0 (US)
  36153. SetFolderFlag 1.0 (US)
  36154. SetMode 1.4 (US)
  36155. ShowHideFolder 1.2 (US)
  36156. SoundRecord 1.8 (US)
  36157. StripDup 1.1 (US)
  36158. StrWidth 1.0 (US)
  36159. Switch 1.3 (US)
  36160. Tabloid 1.1 (US)
  36161. Textoid 4.5 (US)
  36162. TextRes 2.3 (US)
  36163. WindName 1.1 (US)
  36164. XRef 1.3 (US)
  36165. foreign
  36166. formatting
  36167. framework
  36168. function
  36169. games
  36170. gamma
  36171. gateway
  36172. gestalt
  36173. gestalt
  36174. selector
  36175. codes
  36176. gestalt
  36177. manager
  36178. machine
  36179. identificatio
  36180. getenetaddrdirect
  36181. getnextevent
  36182. global
  36183. glossaries
  36184. graphics
  36185. grayrgn
  36186. guest
  36187. guide
  36188. fonts
  36189. typography
  36190. postscript
  36191. sample
  36192. gxgraphics
  36193. halftone
  36194. handles
  36195. handwriting
  36196. hardwareQ
  36197. heaps
  36198. menubar
  36199. corners
  36200. desktop
  36201. finder
  36202. grayrgn
  36203. htmlrenderinglib
  36204. packages
  36205. thoughts
  36206. thousand
  36207. thousands
  36208. o choose file -- uncomment to test in an AS editor
  36209.     tell application "Finder"
  36210.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  36211.         activate
  36212.     end tell
  36213. on error errMsg number errNum
  36214.     --enter statements to perform when no records are found such as...
  36215.     display dialog "Sorry, the item you selected could not be found."
  36216.     return
  36217. end try
  36218. e    No Changef@File System Manager
  36219. External File System
  36220. Foreign File Systemq
  36221. Dev.CD Jan 00 SDK1
  36222. D!All Packages
  36223. Mac OS SDK Edition
  36224. Find By Content (FBC) Extractor
  36225. --set theItem to choose file -- uncomment to test in an AS editor
  36226.     tell application "Finder"
  36227.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:"
  36228.         activate
  36229.     end tell
  36230. on error errMsg number errNum
  36231.     --enter statements to perform when no records are found such as...
  36232.     display dialog "Sorry, the item you selected could not be found."
  36233.     return
  36234. end try
  36235. the File System Manager service routines.
  36236.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  36237. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  36238.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  36239. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  36240. 1.1.6
  36241. 100basetx
  36242. 100basetx
  36243. ethernet
  36244. 2.1.1
  36245. 2.1.2
  36246. 2.1.3
  36247. 2.1.4
  36248. 3.2.1
  36249. barrier
  36250. limit
  36251. sound
  36252. 8.5.1
  36253. 802.2
  36254. 802.3
  36255. 9650/350
  36256. a/rose
  36257. about
  36258. acceleration
  36259. access
  36260. acrobat
  36261. action
  36262. action
  36263. module
  36264. actions
  36265. active
  36266. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  36267. Dev.CD Feb 00 TC
  36268. All Packages
  36269. Hardware System UpdateO
  36270. Dev.CD Oct 93
  36271. Dev.CD Sep 93P
  36272. Dev.CD Oct 93
  36273. Dev.CD Sep 9V
  36274. 32326X
  36275. Oct 93
  36276. p--set theItem to choose file -- uncomment to test in an AS editor
  36277.     tell application "Finder"
  36278.         open item "Dev.CD Oct 93
  36279. Dev.CD Sep 93"
  36280.         activate
  36281.     end tell
  36282. on error errMsg number errNum
  36283.     --enter statements to perform when no records are found such as...
  36284.     display dialog "Sorry, the item you selected could not be found."
  36285.     return
  36286. end try
  36287. All Packages
  36288. Hardware System UpdateO
  36289. Dev.CD Jul 93
  36290. Dev.CD Apr 93P
  36291. Dev.CD Jul 93
  36292. Dev.CD Apr 9V
  36293. 32327X
  36294. Jul 93
  36295. e    No Changef
  36296. GX Fonts
  36297. GX Typographyq
  36298. Dev.CD Feb 00 TC
  36299. D!All Packages
  36300. Tool Chest Edition
  36301. GXOverrideTool
  36302. Summary:  GXOverrideTool is a message override tool source file for QuickDraw GX.  Creates .r (for override resource) and .a files (for jump table) for developers who program drivers and extensions. Note that the tool does little sanity checking so beware. Examples of the dash options and command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  36303. Issues:  Blank lines that are full of space characters confuses the tool
  36304. J%DocumentationAndSample
  36305. GXOverrideToolK
  36306. Feb 96M
  36307. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD Feb 00 TC
  36308.  - Tool Chest
  36309.  - QuickDraw GX
  36310.  - GXOverrideToolV
  36311. 32325X
  36312. Feb 00^
  36313. #ag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  36314. D!All Packages
  36315. Tool Chest Edition
  36316. sed by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  36317. HTML Text Extractor
  36318.  and 
  36319. PDF Text Extractor
  36320. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  36321. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  36322. example, consider the following HTML file:
  36323. <HTML>
  36324. <BODY>
  36325. This is a sample document.
  36326. </BODY>
  36327. </HTML>
  36328. Without knowing the HTML format, every word above would get indexed, so searching for 
  36329.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  36330. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  36331. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  36332. --set theItem to choose file -- uncomment to test in an AS editor
  36333.     tell application "Finder"
  36334.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  36335.         activate
  36336.     end tell
  36337. on error errMsg number errNum
  36338.     --enter statements to perform when no records are found such as...
  36339.     display dialog "Sorry, the item you selected could not be found."
  36340.     return
  36341. end try
  36342. 8.6, Find by Content uses the 
  36343. PDF Text Extractor
  36344.  to index and summarize PDF files.  
  36345. J.DemoExtractor
  36346. Headers
  36347. Text Extractors Plug-insK
  36348. Oct 99M
  36349. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  36350.  - Development Kits
  36351.  - Mac OS
  36352.  - Find By Content (FBC) Extractor
  36353. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  36354.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  36355. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  36356. onal justification, etc.
  36357. J'Sample Code.img
  36358. Windows Sample Code.imgK
  36359. Nov 98M
  36360. Mac OS
  36361.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  36362. Dev.CD Feb 00 TC:Sample Code:P
  36363. Dev.CD Feb 00 TC
  36364.  - Sample Code
  36365. language
  36366. library
  36367. localizers
  36368. Ge    No Changef
  36369. Finder Windows
  36370. Hackq
  36371. Dev.CD Feb 00 TC
  36372. HD!All Packages
  36373. Tool Chest Edition
  36374. Switch StackIXDemonstrates how to switch to a private stack correctly.
  36375. Issues: Only compiles for 68K.J'Sample Code.img
  36376. Windows Sample Code.imgK
  36377. Apr 98N
  36378. private, stack, switch, snifferO
  36379. Dev.CD Feb 00 TC:Sample Code:P
  36380. Dev.CD Feb 00 TC
  36381.  - Sample CodeV
  36382. 32909X
  36383. Feb 00^
  36384. r--set theItem to choose file -- uncomment to test in an AS editor
  36385.     tell application "Finder"
  36386.         open item "Dev.CD Feb 00 TC:Sample Code:"
  36387.         activate
  36388.     end tell
  36389. on error errMsg number errNum
  36390.     --enter statements to perform when no records are found such as...
  36391.     display dialog "Sorry, the item you selected could not be found."
  36392.     return
  36393. end try
  36394. e    No Changef
  36395. private
  36396. stack
  36397. switch
  36398. snifferq
  36399. Dev.CD Feb 00 TC
  36400. ID!All Packages
  36401. Tool Chest Edition
  36402. F    SyncCatch
  36403. received
  36404. receiver
  36405. receives
  36406. receiving
  36407. recent
  36408. recently
  36409. reception
  36410. recipes
  36411. recognition
  36412. recognize
  36413. recognizes
  36414. recognizing
  36415. recommend
  36416. recommendations
  36417. recommended
  36418. recommends
  36419. recompilation
  36420. recompile
  36421. recompiled
  36422. record
  36423. sendappleevent
  36424. sender
  36425. sendfinderopen
  36426. sending
  36427. sends
  36428. rious
  36429. serve
  36430. server
  36431. servers
  36432. serves
  36433. service
  36434. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  36435. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  36436. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  36437. Keith's CatSearch:  This snippet provides a
  36438.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  36439. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  36440. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  36441. GXifier 1.1
  36442. Summary:  The GXifier automatically adds tables to existing TrueType fonts that allow those fonts to be used more effectively with applications that support GX typography. The 1.1 version adds support for more scripts, and adds more information automatically to fonts.
  36443. Issues:  Only works with TrueType fonts in the Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  36444. Documents
  36445. Release Notes
  36446. ToolsK
  36447. May 95L
  36448. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  36449. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  36450.  - Tool Chest
  36451.  - QuickDraw GX
  36452.  - GXifier 1.1V
  36453. 32324X
  36454. Feb 00^
  36455. Feb 00^
  36456. e    No Change
  36457. All Packages
  36458. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36459. Dev.CD Jan 94
  36460. Dev.CD Oct 93
  36461. Dev.CD Jul 93P6Dev.CD Apr 94
  36462. Dev.CD Jan 94
  36463. Dev.CD Oct 93
  36464. Dev.CD Jul 9V
  36465. 33149X
  36466. Apr 94
  36467. --set theItem to choose file -- uncomment to test in an AS editor
  36468.     tell application "Finder"
  36469.         open item "Dev.CD Apr 94
  36470. Dev.CD Jan 94
  36471. Dev.CD Oct 93
  36472. Dev.CD Jul 93"
  36473.         activate
  36474.     end tell
  36475. on error errMsg number errNum
  36476.     --enter statements to perform when no records are found such as...
  36477.     display dialog "Sorry, the item you selected could not be found."
  36478.     return
  36479. end try
  36480. All Packages
  36481. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36482. Dev.CD Jan 94
  36483. Dev.CD Oct 93
  36484. Dev.CD Jul 93P6Dev.CD Apr 94
  36485. Dev.CD Jan 94
  36486. Dev.CD Oct 93
  36487. Dev.CD Jul 9V
  36488. 33150X
  36489. Apr 94
  36490. postscript
  36491. postscript
  36492. output
  36493. filters
  36494. postscript
  36495. utilities
  36496. power
  36497. power
  36498. debugger
  36499. power
  36500. macintosh
  36501. artwork
  36502. powerbook
  36503. powerpc
  36504. powerpc
  36505. documentation
  36506. powertalk
  36507. powertalk
  36508. enabler
  36509. primer
  36510. print
  36511. printing
  36512. printrecordspy
  36513. procdoggie2.1b2
  36514. processes
  36515. processor
  36516. profile
  36517. profiler
  36518. profilerenamer
  36519. progguide
  36520. progguide
  36521. apple
  36522. scanners
  36523. programmer's
  36524. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  36525. GXGraphicsK
  36526. Sep 97N
  36527. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  36528.  - Development Kits (Disc 2)
  36529.  - Quickdraw GX Init Update
  36530.  - GXGraphics 1.1.6 initV
  36531. 32323X
  36532. Apr 98^
  36533. --set theItem to choose file -- uncomment to test in an AS editor
  36534.     tell application "Finder"
  36535.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  36536.         activate
  36537.     end tell
  36538. on error errMsg number errNum
  36539.     --enter statements to perform when no records are found such as...
  36540.     display dialog "Sorry, the item you selected could not be found."
  36541.     return
  36542. end try
  36543. e    No Changef
  36544. QuickDraw GX
  36545. GXGraphics 1.1.6q
  36546. Dev.CD Apr 98 SDK2
  36547. - Common
  36548.     - Sun Compliant Java Runtime Environment 1.1
  36549.     - QuickTime 3 
  36550.     - QTJava.zip
  36551.     - QTJava media samples
  36552. - Mac OS:
  36553.     - System 8 or later
  36554.     - Macintosh Runtime for Java (MRJ) 2.1
  36555. - Windows 95, 98, or NT::
  36556.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36557. QuickTime, Java, MRJit
  36558. affordable
  36559. summary
  36560. appleglot
  36561. translation
  36562. summary
  36563. appleglot
  36564. 2.4b6
  36565. translation
  36566. summary
  36567. applescript
  36568. easy-to-use
  36569. scripting
  36570. language
  36571. summary
  36572. appletalk's
  36573. printer
  36574. access
  36575. protocol
  36576. session
  36577. summary
  36578. appstogo
  36579. development
  36580. framework
  36581. developm
  36582. summary
  36583. 2.0.1
  36584. release
  36585. summary
  36586. atrapper
  36587. application
  36588. records
  36589. a-trap
  36590. calls
  36591. summary
  36592. audit
  36593. small
  36594. library
  36595. functions
  36596. provide
  36597. summary
  36598. backlight
  36599. control
  36600. control
  36601. panel
  36602. powerbooks
  36603. All Packages
  36604. System Enabler 111 (PB 160/180)O
  36605. Dev.CD Apr 93P
  36606. Dev.CD Apr 9V
  36607. 33121X
  36608. Apr 93
  36609. b--set theItem to choose file -- uncomment to test in an AS editor
  36610.     tell application "Finder"
  36611.         open item "Dev.CD Apr 93"
  36612.         activate
  36613.     end tell
  36614. on error errMsg number errNum
  36615.     --enter statements to perform when no records are found such as...
  36616.     display dialog "Sorry, the item you selected could not be found."
  36617.     return
  36618. end try
  36619. All Packages
  36620. System Enabler 111 (PB 160/180)O
  36621. Dev.CD Apr 93P
  36622. Dev.CD Apr 9V
  36623. 33122X
  36624. Apr 93
  36625. b--set theItem to choose file -- uncomment to test in an AS editor
  36626.     tell application "Finder"
  36627.         open item "Dev.CD Apr 93"
  36628.         activate
  36629.     end tell
  36630. on error errMsg number errNum
  36631.     --enter statements to perform when no records are found such as...
  36632.     display dialog "Sorry, the item you selected could not be found."
  36633.     return
  36634. end try
  36635. All Packages
  36636. 33123X
  36637. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  36638.  - Development Kits (Disc 2)
  36639.  - QuickDraw GX
  36640.  - Programming Stuff
  36641.  - Sample Code
  36642.  - GX->PostScript SampleV
  36643. 32322X
  36644. Apr 98^
  36645. --set theItem to choose file -- uncomment to test in an AS editor
  36646.     tell application "Finder"
  36647.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  36648.         activate
  36649.     end tell
  36650. on error errMsg number errNum
  36651.     --enter statements to perform when no records are found such as...
  36652.     display dialog "Sorry, the item you selected could not be found."
  36653.     return
  36654. end try
  36655. e    No Changef
  36656. PostScript
  36657. sample codeq
  36658. Dev.CD Apr 98 SDK2
  36659. D!All Packages
  36660. Mac OS SDK Edition
  36661. GXGraphicsen and display the contents of folders, launch applications, and open documents.
  36662. e    No Change
  36663. Summary:  We are pleased to provide you with version 1.5.1 of the Apple's Speech Recognition Manager. Version 1.5.1 of the Speech Recognition extension implements the second officially supported developer release of the Speech Recognition Manager.   
  36664. The documentation included with this note, "Speech Recognition Manager" in the "Speech Recognition Manager Docs" folder, is an Adobe Acrobat file. The documentation describes version 1.5 (the previous release) of the Speech Recognition extens
  36665. ion and the API and toolbox it embodies. In addition, the "Speech Recognition Manager Docs" folder contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  36666. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  36667. Summary: This installer will install files needed by WorldScript
  36668.  technology for users running Mac
  36669.  OS 7.5 and above.  Users of the Japanese and Chinese Language Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  36670.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  36671. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  36672. See the document "WorldScript
  36673.  Updater Read Me" for details.
  36674. JT009-4303 (WS
  36675.  Updater)
  36676. WorldScript Updater 1.1 Install:
  36677. WorldScript
  36678.  Updater Read MeK
  36679. Feb 96L
  36680. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:r
  36681. control
  36682. strip
  36683. module
  36684. displays
  36685. ccur when copying these individual bands and to provide one possible solution.
  36686. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  36687. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  36688. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  36689. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  36690. Color Marquee:  The proverbial marching ants, this time in red!
  36691. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  36692. ColorizePict:  Snippet to illustrate how to use CopyB
  36693. All Packages
  36694. System Enabler 003 (LC III)OEDev.CD Apr 94
  36695. Dev.CD Jan 94
  36696. Dev.CD Oct 93
  36697. Dev.CD Jul 93
  36698. Dev.CD Apr 93PDDev.CD Apr 94
  36699. Dev.CD Jan 94
  36700. Dev.CD Oct 93
  36701. Dev.CD Jul 93
  36702. Dev.CD Apr 9V
  36703. 33026X
  36704. Apr 94
  36705. --set theItem to choose file -- uncomment to test in an AS editor
  36706.     tell application "Finder"
  36707.         open item "Dev.CD Apr 94
  36708. Dev.CD Jan 94
  36709. Dev.CD Oct 93
  36710. Dev.CD Jul 93
  36711. Dev.CD Apr 93"
  36712.         activate
  36713.     end tell
  36714. on error errMsg number errNum
  36715.     --enter statements to perform when no records are found such as...
  36716.     display dialog "Sorry, the item you selected could not be found."
  36717.     return
  36718. end try
  36719. All Packages
  36720. System Enabler 003 (LC III)O7Dev.CD Apr 94
  36721. Dev.CD Jan 94
  36722. Dev.CD Oct 93
  36723. Dev.CD Aug 93P6Dev.CD Apr 94
  36724. Dev.CD Jan 94
  36725. Dev.CD Oct 93
  36726. Dev.CD Aug 9V
  36727. 33027X
  36728. Apr 94
  36729. model
  36730. modeled
  36731. modeless
  36732. f--set theItem to choose file -- uncomment to test in an AS editor
  36733.     tell application "Finder"
  36734.         open item "Dev.CD Jul 96 SSW"
  36735.         activate
  36736.     end tell
  36737. on error errMsg number errNum
  36738.     --enter statements to perform when no records are found such as...
  36739.     display dialog "Sorry, the item you selected could not be found."
  36740.     return
  36741. end try
  36742. ered@
  36743. on-line@
  36744. on-line-service@
  36745. ooptesample@
  36746. opencheckedout@
  36747. opengl
  36748. macintosh
  36749. enables
  36750. computer
  36751. display
  36752. three-@
  36753. openmultfiles@
  36754. optimize@
  36755. oracle@
  36756. ot/ppp@
  36757. otserverlimits@
  36758. oughta@
  36759. overall@
  36760. package
  36761. packages@
  36762. parameters@
  36763. passed@
  36764. permission@
  36765. persist@
  36766. philip@
  36767. platforms@
  36768. poor@
  36769. postscript@
  36770. powerbook@
  36771. pre-7.5@
  36772. prevent@
  36773. printer@
  36774. procedure@
  36775. processes@
  36776. proficient@
  36777. mmatic@
  36778. promised@
  36779. provides@
  36780. mybuildmenu
  36781. myquicktakeapp
  36782. myquicktakeapp
  36783. 1.0.1tc7
  36784. myquicktakeapp
  36785. 1.0.2
  36786. n-dutch
  36787. namerevisioncurrent
  36788. native
  36789. native
  36790. navig
  36791. navigable
  36792. navigable
  36793. movie
  36794. toolkit
  36795. navigation
  36796. navigation
  36797. services
  36798. nbtestintf
  36799. nbtestintf
  36800. nbtestlib
  36801. nbtestlib
  36802. install
  36803. netsprocket
  36804. netsprocket
  36805. netsprockettest
  36806. netsprockettest
  36807. netsprockettest
  36808. netstuff
  36809. netstuff
  36810. netstuff
  36811. network
  36812. network
  36813. server
  36814. guide
  36815. network
  36816. software
  36817. installer
  36818. networkcommsvcs
  36819. networking
  36820. networkingot
  36821. networks
  36822. networks
  36823. networksetup
  36824. install
  36825. netsprocket
  36826. netsprocket
  36827. filters
  36828. content
  36829. extractor
  36830. finderdragpro
  36831. finderevents
  36832. finderevents
  36833. finderheaps
  36834. finderlaunch
  36835. findprinter
  36836. floatingpoint
  36837. editor
  36838. folder
  36839. folder
  36840. watching
  36841. fonts
  36842. fonts
  36843. 6.0.4
  36844. format
  36845. formatter
  36846. forms
  36847. fragment
  36848. fragment
  36849. framework
  36850. french
  36851. front
  36852. function
  36853. games
  36854. gamesprocket
  36855. gamesprocket
  36856. germany
  36857. gestalt
  36858. gestalt
  36859. selectors
  36860. getenetaddrdirect
  36861. getenetaddrdirect
  36862. gethelpstrings
  36863. getpppstatus
  36864. GroupDrawingIyThis demo program shows how to select group QuickTime drawing capable objects into the same display space of the QTCanvas
  36865. BouncingSprites
  36866. CompositedEffects
  36867. CreateMovie
  36868. CreatePictFile
  36869. CustomMedia
  36870. DetachedController
  36871. DraggingSprites
  36872. DukeMovie
  36873. GroupDrawing
  36874. ImageCompositing
  36875. ImageFile
  36876. ImageProducing
  36877. ImportExport
  36878. Java Drawing
  36879. JavaSprites
  36880. JISApplet
  36881. JScriptApplet
  36882. KeyboardController
  36883. MovieCallbacks
  36884. Music
  36885. MusicMixer
  36886. PlayMovie
  36887. PlayTune
  36888. QTEffects
  36889. QTJava media samples
  36890. QTSimpleApplet
  36891. QTStreamingApplet
  36892. QTTestApplet
  36893. QTtoJavaImage
  36894. SGCapture
  36895. SGCapture2Disk
  36896. SlideShow
  36897. SoundMemRecord
  36898. SoundRecord
  36899. TimeCode
  36900. TimeSlaving
  36901. Transitions
  36902. enCamera
  36903. Feb 00
  36904. - Common
  36905.     - Sun Compliant Java Runtime Environment 1.1
  36906.     - QuickTime 3 
  36907.     - QTJava.zip
  36908.     - QTJava media samples
  36909. - Mac OS:
  36910.     - System 8 or later
  36911.     - Macintosh Runtime for Java (MRJ) 2.1
  36912. - Windows 95, 98, or NT::
  36913.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36914. Deletedq
  36915. Dev.CD Dec 99 RL
  36916. All Packages
  36917. System UpdateO
  36918. Dev.CD Oct 94P
  36919. Dev.CD Oct 9V
  36920. 33209X
  36921. Oct 94
  36922. b--set theItem to choose file -- uncomment to test in an AS editor
  36923.     tell application "Finder"
  36924.         open item "Dev.CD Oct 94"
  36925.         activate
  36926.     end tell
  36927. on error errMsg number errNum
  36928.     --enter statements to perform when no records are found such as...
  36929.     display dialog "Sorry, the item you selected could not be found."
  36930.     return
  36931. end try
  36932. All Packages
  36933. System UpdateO)Dev.CD Oct 94
  36934. Dev.CD Apr 94
  36935. Dev.CD Jan 94P(Dev.CD Oct 94
  36936. Dev.CD Apr 94
  36937. Dev.CD Jan 9V
  36938. 33210X
  36939. Oct 94
  36940. controls
  36941. controls/events
  36942. controlstrip
  36943. controlstrip
  36944. controlstrip
  36945. sample
  36946. program
  36947. convenience
  36948. convenient
  36949. conveniently
  36950. conventions
  36951. conversion
  36952. convert
  36953. OFDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PQDev.CD Feb 00 TC
  36954.  - What's New?
  36955.  - Sample Code
  36956.  - QuickTime
  36957.  - QuickTime for JavaV
  36958. 32321X
  36959. Feb 00^
  36960. --set theItem to choose file -- uncomment to test in an AS editor
  36961.     tell application "Finder"
  36962.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:"
  36963.         activate
  36964.     end tell
  36965. on error errMsg number errNum
  36966.     --enter statements to perform when no records are found such as...
  36967.     display dialog "Sorry, the item you selected could not be found."
  36968.     return
  36969. end try
  36970. e    No Changef
  36971. QuickTime
  36972. Dev.CD Feb 00 TC
  36973. D!All Packages
  36974. Mac OS SDK Edition
  36975. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  36976. GXtoPS Installer:K
  36977. Feb 98M
  36978. QuickDraw GX 1.1.6 and aboveK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:V
  36979. 32322X
  36980. 1e    No Change
  36981. QuickTime, Java, MRJpet showing how to determine the currently selected (network) printer.  Includes a minimum test-harness to show that the code actually works. Works with GX and Desktop Printing.
  36982. Issues:  Not guaranteed compatible in the future. This is a sample of how to do the job at this instant in time.
  36983. J'CurrentPrinter.c
  36984. main.c
  36985. Test.68k.
  36986. Mar 96N
  36987. printer selected chooserO1Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD Feb 00 TC
  36988.  - Tool Chest
  36989.  - Printing
  36990.  - FindPrinter
  36991. --set theItem to choose file -- uncomment to test in an AS editor
  36992.     tell application "Finder"
  36993.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:GlyphaIV:"
  36994.         activate
  36995.     end tell
  36996. on error errMsg number errNum
  36997.     --enter statements to perform when no records are found such as...
  36998.     display dialog "Sorry, the item you selected could not be found."
  36999.     return
  37000. end try
  37001. end try
  37002. e    No Changef&number formatting
  37003. ResEdit
  37004. localizationq
  37005. Dev.CD Feb 00 TC
  37006. D!All Packages
  37007. Tool Chest Edition
  37008. Folder Watching
  37009. g4main
  37010. g4main
  37011. g4play
  37012. g4play
  37013. g4prefs
  37014. g4prefs
  37015. g4resources
  37016. g4resources
  37017. g4setuptakedown
  37018. g4setuptakedown
  37019. g4sound
  37020. g4sound
  37021. g4utilities
  37022. g4utilities
  37023. gameheaders
  37024. gamesample
  37025. gamesample
  37026. gamesource
  37027. gateway
  37028. gender-based
  37029. gender-based
  37030. title
  37031. creation
  37032. general
  37033. general
  37034. tools
  37035. generator
  37036. generic
  37037. generic
  37038. module
  37039. cwpro2
  37040. german
  37041. german
  37042. 1.1.3
  37043. germany
  37044. germany
  37045. distributors/localiz
  37046. gestalt
  37047. gestalt
  37048. ed by Michael Hecht, SAS.
  37049. FMAT Editor.imgK
  37050. Jan 94M
  37051. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  37052. sprocket
  37053. sprocketinvaders
  37054. sprocketinvaders
  37055. featured
  37056. specfically
  37057. built
  37058. sprockets
  37059. square
  37060. squarewave
  37061. squarewavesynth
  37062. srcxor
  37063. sresource
  37064. interrupted
  37065. intersection
  37066. intersects
  37067. interval
  37068. intervention
  37069. interview-based
  37070. intimate
  37071. intoW
  37072. intra
  37073. intranets
  37074. intricacies
  37075. intrinsic
  37076. introduce
  37077. introduced
  37078. introduces
  37079. introducing
  37080. introduction
  37081. introduction
  37082. quicktime
  37083. introspection
  37084. intuitive
  37085. intuitively
  37086. invalid
  37087. coresample
  37088. coresample
  37089. coresource
  37090. count
  37091. courses
  37092. cquicktimewindow
  37093. cquicktimewindow
  37094. cquicktimewindow
  37095. crcpatch
  37096. crcpatch
  37097. folder
  37098. createalias
  37099. createalias
  37100. createcopy
  37101. createcopy
  37102. createcustomicon
  37103. createcustomicon
  37104. createfolder
  37105. createfolder
  37106. createmenuhelp
  37107. createmenuhelp
  37108. createmovie
  37109. createmovie
  37110. createpictfile
  37111. createpictfile
  37112. checked
  37113. checked-in/checked-o
  37114. checkedoutfiles
  37115. checkers
  37116. checkinall
  37117. checking
  37118. checks
  37119. checkwindowin
  37120. checkwindowout
  37121. chesley
  37122. chess
  37123. chest
  37124. chineese
  37125. chinese
  37126. chiropractic
  37127. choice
  37128. choices
  37129. All Packages
  37130. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  37131. Dev.CD Jan 94
  37132. Dev.CD Oct 93
  37133. Dev.CD Jul 93P6Dev.CD Apr 94
  37134. Dev.CD Jan 94
  37135. Dev.CD Oct 93
  37136. Dev.CD Jul 9V
  37137. 33151X
  37138. Apr 94
  37139. --set theItem to choose file -- uncomment to test in an AS editor
  37140.     tell application "Finder"
  37141.         open item "Dev.CD Apr 94
  37142. Dev.CD Jan 94
  37143. Dev.CD Oct 93
  37144. Dev.CD Jul 93"
  37145.         activate
  37146.     end tell
  37147. on error errMsg number errNum
  37148.     --enter statements to perform when no records are found such as...
  37149.     display dialog "Sorry, the item you selected could not be found."
  37150.     return
  37151. end try
  37152. All Packages
  37153. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  37154. Dev.CD Jan 94
  37155. Dev.CD Oct 93P(Dev.CD Apr 94
  37156. Dev.CD Jan 94
  37157. Dev.CD Oct 9V
  37158. 33152X
  37159. Apr 94
  37160. british
  37161. browser
  37162. reporting
  37163. bugdetails
  37164. build
  37165. buildfailed
  37166. building
  37167. building
  37168. dcmds
  37169. building
  37170. sprocketinvaders
  37171. buildprogram
  37172. builds
  37173. buildscript
  37174. buildsucceeded
  37175. buildxcmd
  37176. business
  37177. business
  37178. opp's
  37179. germany
  37180. option
  37181. management
  37182. ordered
  37183. ordered
  37184. collection
  37185. ot/ppp
  37186. ot/ppp
  37187. transport
  37188. ot/ppp
  37189. otbuffer
  37190. otbufferinfo
  37191. otfifo
  37192. otgetendpointinfo
  37193. otgetindexedport
  37194. otgetuserportnamefro
  37195. otlifo
  37196. otlink
  37197. otlookup
  37198. otoptionmanagment
  37199. ottcpwilldial
  37200. ottransferproviderow
  37201. ottransferproviderow
  37202. client
  37203. library
  37204. override
  37205. override
  37206. quickdraw
  37207. table
  37208. resource
  37209. overview
  37210. package
  37211. package
  37212. aware
  37213. packages
  37214. pages
  37215. palette
  37216. pan/tilt
  37217. pan/tilt
  37218. movies
  37219. panel
  37220. panorama
  37221. parser
  37222. parser
  37223. generator
  37224. pascal
  37225. passphrase
  37226. password
  37227. password
  37228. storage
  37229. patch
  37230. pbclock
  37231. picker
  37232. e    No Changeq
  37233. Dev.CD Feb 00 TC
  37234. D!All Packages
  37235. Tool Chest Edition
  37236. hows how to select group QuickTime drawing capable objects into the same display space of the QTCanvas
  37237. BouncingSprites
  37238. CompositedEffects
  37239. CreateMovie
  37240. CreatePictFile
  37241. CustomMedia
  37242. DetachedController
  37243. DraggingSprites
  37244. DukeMovie
  37245. GroupDrawing
  37246. ImageCompositing
  37247. ImageFile
  37248. ImageProducing
  37249. ImportExport
  37250. Java Drawing
  37251. JavaSprites
  37252. JISApplet
  37253. JScriptApplet
  37254. KeyboardController
  37255. MovieCallbacks
  37256. Music
  37257. MusicMixer
  37258. PlayMovie
  37259. PlayTune
  37260. QTEffects
  37261. QTJava media samples
  37262. QTSimpleApplet
  37263. QTStreamingApplet
  37264. QTTestApplet
  37265. QTtoJavaImage
  37266. SGCapture
  37267. SGCapture2Disk
  37268. SlideShow
  37269. SoundMemRecord
  37270. SoundRecord
  37271. TimeCode
  37272. TimeSlaving
  37273. Transitions
  37274. enCamera
  37275. Feb 00
  37276. - Common
  37277.     - Sun Compliant Java Runtime Environment 1.1
  37278.     - QuickTime 3 
  37279.     - QTJava.zip
  37280.     - QTJava media samples
  37281. - Mac OS:
  37282.     - System 8 or later
  37283.     - Macintosh Runtime for Java (MRJ) 2.1
  37284. - Windows 95, 98, or NT::
  37285.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37286. mmended
  37287. Dev.CD Jul 96 SSWP
  37288. Dev.CD Jul 96 SSV
  37289. 32980X
  37290. Jul 96
  37291. f--set theItem to choose file -- uncomment to test in an AS editor
  37292.     tell application "Finder"
  37293.         open item "Dev.CD Jul 96 SSW"
  37294.         activate
  37295.     end tell
  37296. on error errMsg number errNum
  37297.     --enter statements to perform when no records are found such as...
  37298.     display dialog "Sorry, the item you selected could not be found."
  37299.     return
  37300. end try
  37301. All Packages
  37302. System 7.5 Update 2.0O
  37303. Dev.CD Jul 96 SSWP
  37304. Dev.CD Jul 96 SSV
  37305. 32981X
  37306. Jul 96
  37307. f--set theItem to choose file -- uncomment to test in an AS editor
  37308.     tell application "Finder"
  37309.         open item "Dev.CD Jul 96 SSW"
  37310.         activate
  37311.     end tell
  37312. on error errMsg number errNum
  37313.     --enter statements to perform when no records are found such as...
  37314.     display dialog "Sorry, the item you selected could not be found."
  37315.     return
  37316. end try
  37317. All Packages
  37318. System 7.5 Update 2.0O
  37319. Dev.CD Jul 96 SSWP
  37320. Dev.CD Jul 96 SSV
  37321. 32982X
  37322. Jul 96
  37323. --set theItem to choose file -- uncomment to test in an AS editor
  37324.     tell application "Finder"
  37325.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  37326.         activate
  37327.     end tell
  37328. on error errMsg number errNum
  37329.     --enter statements to perform when no records are found such as...
  37330.     display dialog "Sorry, the item you selected could not be found."
  37331.     return
  37332. end try
  37333. 00 TC
  37334. D!All Packages
  37335. Mac OS SDK Edition
  37336. GameSprocket SDKs
  37337. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  37338.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  37339. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  37340.  NetSprocket 1
  37341. in a native PowerPC application (Gestalt isn't always enough).
  37342.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  37343.   -An example of using 
  37344. getsetoptions
  37345. globals
  37346. glossaries
  37347. glossary
  37348. glyphaiv
  37349. goodies
  37350. graphics
  37351.  temporary files. 
  37352. J'Sample Code.img
  37353. Windows Sample Code.imgK
  37354. Jan 96O
  37355. Dev.CD Feb 00 TC:Sample Code:P
  37356. Dev.CD Feb 00 TC
  37357.  - Sample Code
  37358. All Packages
  37359. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37360. Dev.CD Jan 94
  37361. Dev.CD Oct 93
  37362. Dev.CD Jul 93
  37363. Dev.CD Apr 93PDDev.CD Apr 94
  37364. Dev.CD Jan 94
  37365. Dev.CD Oct 93
  37366. Dev.CD Jul 93
  37367. Dev.CD Apr 9V
  37368. 33173X
  37369. Apr 94
  37370. --set theItem to choose file -- uncomment to test in an AS editor
  37371.     tell application "Finder"
  37372.         open item "Dev.CD Apr 94
  37373. Dev.CD Jan 94
  37374. Dev.CD Oct 93
  37375. Dev.CD Jul 93
  37376. Dev.CD Apr 93"
  37377.         activate
  37378.     end tell
  37379. on error errMsg number errNum
  37380.     --enter statements to perform when no records are found such as...
  37381.     display dialog "Sorry, the item you selected could not be found."
  37382.     return
  37383. end try
  37384. All Packages
  37385. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37386. Dev.CD Jan 94
  37387. Dev.CD Oct 93
  37388. Dev.CD Jul 93
  37389. Dev.CD Apr 93PDDev.CD Apr 94
  37390. Dev.CD Jan 94
  37391. Dev.CD Oct 93
  37392. Dev.CD Jul 93
  37393. Dev.CD Apr 9V
  37394. 33174X
  37395. Apr 94
  37396. drives
  37397. driving
  37398. dropW
  37399. dropdisk
  37400. droplet
  37401. 73007200/1207200/906
  37402. 730513255
  37403. zaptcp
  37404. zeroing
  37405. zimmerman
  37406. zimmerman's
  37407. System Enabler 065 (LC 575)O
  37408. Dev.CD Apr 94
  37409. Dev.CD Jan 94P
  37410. Dev.CD Apr 94
  37411. Dev.CD Jan 9V
  37412. 33071
  37413. introduces
  37414. introducing
  37415. introduction
  37416. introduction
  37417. quicktime
  37418. introspection
  37419. intuitive
  37420. intuitively
  37421. invalid
  37422. invaluable
  37423. This sample demonstrates a variety of uses of Open Transport
  37424. s option management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  37425. Inside Macintosh: Open Transport
  37426. .JwGetSetOptions-68K
  37427. GetSetOptions-68K.
  37428. GetSetOptions-PPC
  37429. GetSetOptions-PPC.
  37430. GetSetOptions.c
  37431. Read Me About GetSetOptionsK
  37432. Nov 97L
  37433. Jun 98M
  37434. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  37435.  - What's New
  37436.  - Sample Code
  37437.  - Networking
  37438.  - GetSetOptions1.0d1V
  37439. 32319X
  37440. Jun 98^
  37441. e    No Change
  37442. Tool Chest Edition
  37443. Gestalt Selectors List 4.3
  37444. e    No Changef2Open Transport
  37445. OTOptionManagment
  37446. option managementq
  37447. Dev.CD Jun 98 RL1
  37448. D!All Packages
  37449. Tool Chest Edition
  37450. GlyphaIVI
  37451. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  37452. G4Enemy.c
  37453. G4Externs.h
  37454. G4Graphics.c
  37455. G4Interface.c
  37456. G4Lava.c
  37457. G4Main.c
  37458. G4Play.c
  37459. G4Prefs.c
  37460. G4Resources.rsrc
  37461. G4SetUpTakeDown.c
  37462. G4Sound.c
  37463. G4Utilities.c
  37464. Glypha IV
  37465. GlyphaIV.CW2.
  37466. GlyphaIV.CW5.
  37467. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  37468. O8Dev.CD Feb 00 TC:What's New?:Sample Code:Games:GlyphaIV:PCDev.CD Feb 00 TC
  37469.  - What's New?
  37470.  - Sample Code
  37471.  - Games
  37472.  - GlyphaIVV
  37473. 32320X
  37474. Feb 00^
  37475. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:P;Dev.CD Mar 00 RL Disk 2
  37476.  - Technical Publications
  37477.  - macos8ion
  37478. about
  37479. apple
  37480. wants
  37481. communicate
  37482. benefits
  37483. native
  37484. apple
  37485. workgroup
  37486. server
  37487. 9650/350
  37488. developer
  37489. apple's
  37490. apple-sanctioned
  37491. apple-specific
  37492. apple-sponsored
  37493. applesearch
  37494. appleshare
  37495. applesingle/appledou
  37496. appletalkW
  37497. appletalk/ip
  37498. applicationQ
  37499. acur.c
  37500. acur.h
  37501. DropShell.68K.
  37502. DropShell.c
  37503. DropShell.h
  37504. DropShell.PPC.
  37505. DropShell.rsrc
  37506. DSAppleEvents.c
  37507. DSAppleEvents.h
  37508. DSGlobals.h
  37509. DSUserProcs.c
  37510. DSUserProcs.h
  37511. DSUtils.c
  37512. DSUtils.h
  37513. GetHelpStrings
  37514. Read MeK
  37515. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD Feb 00 TC
  37516.  - Tool Chest
  37517.  - Toolbox
  37518.  - GetHelpStringsV
  37519. 32317X
  37520. Feb 00^
  37521. --set theItem to choose file -- uncomment to test in an AS editor
  37522.     tell application "Finder"
  37523.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  37524.         activate
  37525.     end tell
  37526. on error errMsg number errNum
  37527.     --enter statements to perform when no records are found such as...
  37528.     display dialog "Sorry, the item you selected could not be found."
  37529.     return
  37530. end try
  37531. e    No Changef8balloon help
  37532. finder help strings
  37533. spinning cursors
  37534. acurq
  37535. Dev.CD Feb 00 TC
  37536. D!All Packages
  37537. Tool Chest Edition
  37538. GetPPPStatusPro v3.0 IDE project file.IDE project file.
  37539. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  37540. Distinguishes between OT/PPP and ARA.J'Sample Code.img
  37541. Windows Sample Code.imgK
  37542. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N OT/PPP. Open Transport, PPP, ARAO
  37543. Dev.CD Feb 00 TC:Sample Code:P
  37544. Dev.CD Feb 00 TC
  37545.  - Sample CodeV
  37546. 32318X
  37547. Feb 00^
  37548. r--set theItem to choose file -- uncomment to test in an AS editor
  37549.     tell application "Finder"
  37550.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37551.         activate
  37552.     end tell
  37553. on error errMsg number errNum
  37554.     --enter statements to perform when no records are found such as...
  37555.     display dialog "Sorry, the item you selected could not be found."
  37556.     return
  37557. end try
  37558. e    No Changef
  37559. OT/PPP. Open Transport
  37560. Dev.CD Feb 00 TC
  37561. All Packages
  37562. GetSetOptionsV
  37563. 32319X
  37564. l Chest:OS Utilities:Gestalt Selectors List 4.3:
  37565. summary
  37566. stack
  37567. contains
  37568. collection
  37569. apple
  37570. event
  37571. summary
  37572. stack
  37573. allow
  37574. users
  37575. register
  37576. creator
  37577. summary
  37578. submission
  37579. contains
  37580. virtual
  37581. external
  37582. summary
  37583. application
  37584. demonstrates
  37585. infoid
  37586. infoid
  37587. information
  37588. initprojector
  37589. inputdialog
  37590. inputdialog
  37591. inputsprocket
  37592. inputsprocket
  37593. inputsprocketsimplet
  37594. inputsprocketsimplet
  37595. inputsprocketsimplet
  37596. inputsprocketsimplet
  37597. inputsprockettest
  37598. inputsprockettest
  37599. inputsprockettest
  37600. install
  37601. asynchronous
  37602. background
  37603. networking
  37604. macintosh
  37605. harry
  37606. asynchronously
  37607. quicktime
  37608. windows
  37609. quicktime
  37610. conferencing
  37611. quicktime
  37612. quicktime
  37613. quicktime
  37614. windows
  37615. quicktime
  37616. quicktime
  37617. tools
  37618. quicktime
  37619. quicktime
  37620. tools
  37621. 1.0b2
  37622. quickview
  37623. quickview
  37624. developer
  37625. edition
  37626. qwertytunes
  37627. qwertytunes
  37628. F    QuickTimeO)Dev.CD Oct 93
  37629. Dev.CD Jul 93
  37630. Dev.CD Apr 93P(Dev.CD Oct 93
  37631. Dev.CD Jul 93
  37632. Dev.CD Apr 9ist
  37633. inline
  37634. inline
  37635. input
  37636. input
  37637. input
  37638. device
  37639. inputsprocket
  37640. inside
  37641. inside
  37642. inside
  37643. macintosh
  37644. installer
  37645. instance
  37646. instance
  37647. variables
  37648. instrumentation
  37649. integrity
  37650. interactive
  37651. interactive
  37652. media
  37653. solutions
  37654. interface
  37655. interface
  37656. builder
  37657. interfaces
  37658. interleaving
  37659. international
  37660. internationalization
  37661. internet
  37662. internet
  37663. server
  37664. interrupt
  37665. interrupt
  37666. introduction
  37667. introduction
  37668. programming
  37669. korean
  37670. label
  37671. language
  37672. language
  37673. analysis
  37674. architecture
  37675. language
  37676. updater
  37677. arabic
  37678. chinese
  37679. cyrillic
  37680. hebrew
  37681. language
  37682. manager
  37683. laserwriter
  37684. laserwriter
  37685. J'Sample Code.img
  37686. Windows Sample Code.imgK
  37687. Oct 98
  37688. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  37689. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  37690. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcO
  37691. Dev.CD Feb 00 TC:Sample Code:P
  37692. Dev.CD Feb 00 TC
  37693.  - Sample Codeect.ppcq
  37694. Dev.CD Feb 00 TC
  37695. D!All Packages
  37696. Tool Chest Edition
  37697. GetHelpStrings
  37698. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  37699. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  37700. e    No Change
  37701. D!All Packages
  37702. Tool Chest Edition
  37703. GetEnetAddrDirect.ppc
  37704. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  37705. Includes source code, and CodeWarrior Pro v3.0 IDE project file.ddress, GetEnetAddrDirect.ppcO
  37706. Dev.CD Feb 00 TC:Sample Code:P
  37707. Dev.CD Feb 00 TC
  37708.  - Sample Code
  37709. entertainment
  37710. environment
  37711. eomodeler
  37712. eomodeler
  37713. database
  37714. error
  37715. applesearch
  37716. appleshare
  37717. gateway
  37718. ethernet
  37719. ethernet
  37720. built-in
  37721. address
  37722. burned-in
  37723. address
  37724. getenetaddr
  37725. ethernet
  37726. multicast
  37727. mdata
  37728. 802.2
  37729. 802.3
  37730. ethertalk
  37731. etsda
  37732. event
  37733. events
  37734. expansion
  37735. extension
  37736. external
  37737. extractor
  37738. faceless
  37739. family
  37740. fcode
  37741. features
  37742. feedback
  37743. fetch
  37744. field
  37745. manager
  37746. desktop
  37747. manager
  37748. sample
  37749. synchronization
  37750. backup
  37751. assistant
  37752. folder
  37753. duplicatio
  37754. system
  37755. manager
  37756. external
  37757. system
  37758. foreign
  37759. filename
  37760. files
  37761. filetool
  37762. filter
  37763. finder
  37764. 33264X
  37765. Feb 00^
  37766. r--set theItem to choose file -- uncomment to test in an AS editor
  37767.     tell application "Finder"
  37768.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37769.         activate
  37770.     end tell
  37771. on error errMsg number errNum
  37772.     --enter statements to perform when no records are found such as...
  37773.     display dialog "Sorry, the item you selected could not be found."
  37774.     return
  37775. end try
  37776. e    No Changef=Unicode
  37777. Imaging
  37778. Bi-directional
  37779. Rotation
  37780. Double-byteq
  37781. Dev.CD Feb 00 TC
  37782. D!All Packages
  37783. Tool Chest Edition
  37784. UniversalHIDModuleTestI
  37785. N/AJ0TestHIDprobe.c
  37786. UHIDTest.c
  37787. Why was this archived?K
  37788. Feb 00M
  37789. N/AONDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:UniversalHIDModuleTest:P\Dev.CD Feb 00 TC
  37790.  - What's New?
  37791.  - Sample Code
  37792.  - Archive
  37793.  - Games
  37794.  - UniversalHIDModuleTestV
  37795. 33265X
  37796. Feb 00^
  37797. hebrew
  37798. hebrew
  37799. language
  37800. hebrew
  37801. language
  37802. v1.0.1
  37803. 32783X
  37804. Jul 93
  37805. p--set theItem to choose file -- uncomment to test in an AS editor
  37806.     tell application "Finder"
  37807.         open item "Dev.CD Jul 93
  37808. Dev.CD Apr 93"
  37809.         activate
  37810.     end tell
  37811. on error errMsg number errNum
  37812.     --enter statements to perform when no records are found such as...
  37813.     display dialog "Sorry, the item you selected could not be found."
  37814.     return
  37815. end try
  37816. All Packages
  37817. F    QuickTimeO"Dev.CD Jun 97 SSW
  37818. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  37819. Dev.CD Dec 96 SV
  37820. 32784X
  37821. Jun 97
  37822. w--set theItem to choose file -- uncomment to test in an AS editor
  37823.     tell application "Finder"
  37824.         open item "Dev.CD Jun 97 SSW
  37825. Dev.CD Dec 96 SE"
  37826.         activate
  37827.     end tell
  37828. on error errMsg number errNum
  37829.     --enter statements to perform when no records are found such as...
  37830.     display dialog "Sorry, the item you selected could not be found."
  37831.     return
  37832. end try
  37833. All Packages
  37834. F    QuickTimeO"Dev.CD Jun 97 SSW
  37835. Dev.CD Dec 96 SEV
  37836. 32785X
  37837. 32316X
  37838. Feb 00^
  37839. r--set theItem to choose file -- uncomment to test in an AS editor
  37840.     tell application "Finder"
  37841.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37842.         activate
  37843.     end tell
  37844. on error errMsg number errNum
  37845.     --enter statements to perform when no records are found such as...
  37846.     display dialog "Sorry, the item you selected could not be found."
  37847.     return
  37848. end try
  37849. e    No ChangefFEthernet built-in
  37850. Enet Address
  37851. Burned-in Address
  37852. GetEnetAddrDirect.ppcq
  37853. Dev.CD Feb 00 TC
  37854. D!All Packages
  37855. Tool Chest Edition
  37856. GetHelpStrings
  37857. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  37858. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  37859. e    No Change
  37860. pinning cursors
  37861. acurq
  37862. Dev.CD Feb 00 TC
  37863. D!All Packages
  37864. Tool Chest Edition
  37865. GetPPPStatus
  37866. system
  37867. identification
  37868. system
  37869. software
  37870. release
  37871. systems
  37872. table
  37873. tables
  37874. tablet
  37875. color
  37876. tanzania
  37877. tasking
  37878. tasks
  37879. tcp/ip
  37880. tcp/ip
  37881. appletalk
  37882. reconfiguration
  37883. network
  37884. setup
  37885. ottcpwilldial
  37886. tcp/ip
  37887. search
  37888. technical
  37889. technical
  37890. documentation
  37891. e -- uncomment to test in an AS editor
  37892.     tell application "Finder"
  37893.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37894.         activate
  37895.     end tell
  37896. on error errMsg number errNum
  37897.     --enter statements to perform when no records are found such as...
  37898.     display dialog "Sorry, the item you selected could not be found."
  37899.     return
  37900. end try
  37901. e    No Changef
  37902. OT/PPP. Open Transport
  37903. Dev.CD Feb 00 TC
  37904. All Packages
  37905. GetSetOptionsV
  37906. 30428X
  37907. kO-Dev.CD Jan 96 SSW
  37908. Dev.CD Jul 95
  37909. Dev.CD May 95P,Dev.CD Jan 96 SSW
  37910. Dev.CD Jul 95
  37911. Dev.CD May 9V
  37912. 32944X
  37913. Jan 96
  37914. --set theItem to choose file -- uncomment to test in an AS editor
  37915.     tell application "Finder"
  37916.         open item "Dev.CD Jan 96 SSW
  37917. Dev.CD Jul 95
  37918. Dev.CD May 95"
  37919.         activate
  37920.     end tell
  37921. on error errMsg number errNum
  37922.     --enter statements to perform when no records are found such as...
  37923.     display dialog "Sorry, the item you selected could not be found."
  37924.     return
  37925. end try
  37926. All Packages
  37927. System 7.5 Update 1.0O
  37928. Dev.CD Jan 96 SSWP
  37929. Dev.CD Jan 96 SSV
  37930. 32945X
  37931. Jan 96
  37932. f--set theItem to choose file -- uncomment to test in an AS editor
  37933.     tell application "Finder"
  37934.         open item "Dev.CD Jan 96 SSW"
  37935.         activate
  37936.     end tell
  37937. on error errMsg number errNum
  37938.     --enter statements to perform when no records are found such as...
  37939.     display dialog "Sorry, the item you selected could not be found."
  37940.     return
  37941. end try
  37942. gestalt
  37943. selectors
  37944. gestalt
  37945. submission
  37946. getbootvol
  37947. getbootvol
  37948. getdinfo
  37949. getdinfo
  37950. getdir
  37951. getdir
  37952. geteof
  37953. geteof
  37954. getfinfo
  37955. getfinfo
  37956. gethelpstrings
  37957. geticon
  37958. geticon
  37959. getinfo
  37960. getinfo
  37961. getkeys
  37962. getlastchange
  37963. getmfsize
  37964. getmode
  37965. getmode
  37966. getsetoptions
  37967. getsetoptions
  37968. getsetoptions-68k
  37969. getsetoptions-ppc
  37970. getting
  37971. getting
  37972. started
  37973. getvinfo
  37974. getvinfo
  37975. getvol
  37976. getvol
  37977. newformat
  37978. getvolumes
  37979. getvolumes
  37980. gif89a
  37981. global
  37982. global
  37983. globallist
  37984. globallist
  37985. globalmaster
  37986. glossary
  37987. glypha
  37988. glypha
  37989. glyphaiv
  37990. glyphaiv
  37991. glyphaiv
  37992. goodies
  37993. gouraud
  37994. gouraud
  37995. sample
  37996. grabguy
  37997. grabguy
  37998. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  37999. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  38000. Jk6th Anniversary
  38001. Gestalt Selectors List 4.3
  38002. Gestalt Submission Form
  38003. gestalt.html
  38004. GSL View (EasyView)
  38005. UpdatesK
  38006. May 95L
  38007. Dec 98M7Any word processor capable of reading a 400K text file.N
  38008. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  38009. PLDev.CD Feb 00 TC
  38010.  - Tool Chest
  38011.  - OS Utilities
  38012.  - Gestalt Selectors List 4.3   tell application "Finder"
  38013.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  38014.         activate
  38015.     end tell
  38016. on error errMsg number errNum
  38017.     --enter statements to perform when no records are found such as...
  38018.     display dialog "Sorry, the item you selected could not be found."
  38019.     return
  38020. end try
  38021. t the HTML files which underlie search engine web pages and if they
  38022. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  38023. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  38024. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  38025. AmazonBooks.src
  38026. AmazonMusic.src
  38027. Apple.src
  38028. AppleSWUpdates-English.src
  38029. AppleSWUpdates-WW.src
  38030. BarnesAndNoble.src
  38031. CNN.src
  38032. DirectHit.src
  38033. HotBot.src
  38034. LookSmart.src
  38035. MacGuide.src
  38036. XTNow.src
  38037. Yahoo.srcK
  38038. Jan 99L
  38039. Feb 99N
  38040. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  38041.  - What's New?
  38042.  - Sherlock Plug-insS
  38043. handbook
  38044. hardware
  38045. hardware
  38046. tools
  38047. stack
  38048. localization
  38049. navig
  38050. features
  38051. includes
  38052. demonstration
  38053. documentation
  38054. complete
  38055. features
  38056. macbinary
  38057. dialog
  38058. those
  38059. defining
  38060. feaures
  38061. february
  38062. fedit
  38063. feedback
  38064. felonies
  38065. fernando
  38066. fernicola
  38067. fetchspecification
  38068. fetterman
  38069. fewer
  38070. ficycle
  38071. figure
  38072. figured
  38073. 32315X
  38074. Feb 00^
  38075. --set theItem to choose file -- uncomment to test in an AS editor
  38076.     tell application "Finder"
  38077.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  38078.         activate
  38079.     end tell
  38080. on error errMsg number errNum
  38081.     --enter statements to perform when no records are found such as...
  38082.     display dialog "Sorry, the item you selected could not be found."
  38083.     return
  38084. end try
  38085. e    No Changef
  38086. Gestalt Selector Codes
  38087. Gestalt Manager
  38088. Machine Identification
  38089. System Identification
  38090. System Software Release
  38091. Version
  38092. Capabilities
  38093. System Featuresq
  38094. Dev.CD Feb 00 TC
  38095. GetEnetAddrDirect.ppc
  38096. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  38097. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  38098. usingQ
  38099. using
  38100. enterprise
  38101. objects
  38102. framework
  38103. openstep
  38104. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  38105.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  38106. JDDrawSprocket_SDK
  38107. InputSprocket_SDK
  38108. NetSprocket_SDK
  38109. SoundSprocket_SDKK
  38110. Jun 96L
  38111. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Jan 00 SDK1
  38112.  - Development Kits
  38113.  - Mac OS
  38114.  - GameSprocket SDKsSimplified Chinese script systems. Other scripts will be supported in future versions.
  38115. Documents
  38116. Release Notes
  38117. ToolsK
  38118. May 95L
  38119. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  38120. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  38121.  - Tool Chest
  38122.  - QuickDraw GX
  38123.  - GXifier 1.1V
  38124. 30431X
  38125. Feb 00^
  38126. apple
  38127. sprockets
  38128. libraries
  38129. designed
  38130. simplify
  38131. apple
  38132. location
  38133. manager
  38134. allows
  38135. users
  38136. switch
  38137. groups
  38138. apple
  38139. system
  38140. profiler
  38141. gather
  38142. information
  38143. about
  38144. apple
  38145. wants
  38146. communicate
  38147. benefits
  38148. native
  38149. apple
  38150. workgroup
  38151. server
  38152. 9650/350
  38153. developer
  38154. apple's
  38155. apple-sanctioned
  38156. apple-specific
  38157. apple-sponsored
  38158. applecd
  38159. appleevent
  38160. appleevent-based
  38161. appleevents
  38162. appleglot
  38163. appleguide
  38164. appleguidegluelib
  38165. appleii
  38166. applejava
  38167. applelink
  38168. applemodemtool
  38169. applemrj
  38170. applemrjsetup
  38171. 32314X
  38172. Jan 00^
  38173. --set theItem to choose file -- uncomment to test in an AS editor
  38174.     tell application "Finder"
  38175.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:"
  38176.         activate
  38177.     end tell
  38178. on error errMsg number errNum
  38179.     --enter statements to perform when no records are found such as...
  38180.     display dialog "Sorry, the item you selected could not be found."
  38181.     return
  38182. end try
  38183. e    No ChangefDSprockets
  38184. Games
  38185. DrawSprocket
  38186. InputSprocket
  38187. NetSprocket
  38188. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  38189. Dev.CD Jan 00 SDK1
  38190. D!All Packages
  38191. Tool Chest Edition
  38192. Gestalt Selectors List 4.3
  38193. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  38194. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  38195. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  38196. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  38197. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  38198. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  38199. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  38200. sample
  38201. sample
  38202. sample
  38203. survey
  38204. sample
  38205. documents
  38206. sample
  38207. driver
  38208. sample
  38209. makefiles
  38210. sendae
  38211. serial
  38212. server
  38213. servers
  38214. setmarkers
  38215. setmfsize
  38216. setproject
  38217. setprojector
  38218. setup
  38219. sgcapture
  38220. sgcapture2disk
  38221. shareware
  38222. sample
  38223. code@
  38224. sample
  38225. output@
  38226. scriptableprinting
  38227. selectfile
  38228. setmarkers@
  38229. shell@
  38230. showhidefolder@
  38231. shtml@
  38232. simple
  38233. drawsprocket
  38234. soundmemrecord
  38235. sourcemenu@
  38236. stack@
  38237. suite@
  38238. tcp/ip@
  38239. tech@
  38240. testhidprobe
  38241. textencodingcmgr@
  38242. sighyper
  38243. hytime@
  38244. tool@
  38245. transitions@
  38246. ts3events@
  38247. tunnelsim@
  38248. html@
  38249. ntprojector@
  38250. urlaccesslib
  38251. utilities@
  38252. versions@
  38253. webobjectsandjava@
  38254. windows@
  38255. windows
  38256. sample
  38257. with@
  38258. services
  38259. specification@
  38260. writeswell
  38261. viii@
  38262. All Packages
  38263. F    QuickTimeO
  38264. Dev.CD Jan 94
  38265. Dev.CD Oct 93P
  38266. Dev.CD Jan 94
  38267. Dev.CD Oct 9V
  38268. 32743X
  38269. Jan 94
  38270. p--set theItem to choose file -- uncomment to test in an AS editor
  38271.     tell application "Finder"
  38272.         open item "Dev.CD Jan 94
  38273. Dev.CD Oct 93"
  38274.         activate
  38275.     end tell
  38276. on error errMsg number errNum
  38277.     --enter statements to perform when no records are found such as...
  38278.     display dialog "Sorry, the item you selected could not be found."
  38279.     return
  38280. end try
  38281. All Packages
  38282. F    QuickTimeO
  38283. Dev.CD Jan 94
  38284. Dev.CD Oct 93P
  38285. Dev.CD Jan 94
  38286. Dev.CD Oct 9V
  38287. 32744X
  38288. Jan 94
  38289. p--set theItem to choose file -- uncomment to test in an AS editor
  38290.     tell application "Finder"
  38291.         open item "Dev.CD Jan 94
  38292. Dev.CD Oct 93"
  38293.         activate
  38294.     end tell
  38295. on error errMsg number errNum
  38296.     --enter statements to perform when no records are found such as...
  38297.     display dialog "Sorry, the item you selected could not be found."
  38298.     return
  38299. end try
  38300. All Packages
  38301. function pointers for your own purposes.
  38302.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  38303. J'Sample Code.img
  38304. Windows Sample Code.imgK
  38305. Jan 96O
  38306. Dev.CD Feb 00 TC:Sample Code:P
  38307. Dev.CD Feb 00 TC
  38308.  - Sample Codeto be translated.
  38309. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  38310. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  38311. This package is System 7.0 compatible.
  38312. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  38313. HC Stack Localization Navig.imgK
  38314. Vol VIIM
  38315. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  38316. files
  38317. Sorry, the item you selected could not be found."
  38318.     return
  38319. end try
  38320. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  38321.     -Using lists in document windows.
  38322.  Resource Manager
  38323.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  38324.      application resource forks that may contain preloaded 'CODE' resources.
  38325.  Dialog Manager
  38326.     -Non standard text styles in a dialog, including popup menus and editable text items.
  38327.     -Support a number of moveable modal dialogs in an 
  38328. application.
  38329. It also demonstrates:
  38330.   -How to properly support the standard event loop, including basic support for multiple monitors.
  38331.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  38332.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  38333.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  38334.   -An example of using 
  38335. fontsync
  38336. foreign
  38337. foreign
  38338. system
  38339. formatting
  38340. forth
  38341. foundation
  38342. foundation
  38343. reference
  38344. foundation
  38345. reference
  38346. client
  38347. framework
  38348. screen
  38349. function
  38350. function
  38351. index
  38352. function
  38353. functions
  38354. gamepad
  38355. games
  38356. games
  38357. sprockets
  38358. sprite
  38359. blitters
  38360. drawsprocket
  38361. moofwars
  38362. gaming
  38363. gamma
  38364. r--set theItem to choose file -- uncomment to test in an AS editor
  38365.     tell application "Finder"
  38366.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38367.         activate
  38368.     end tell
  38369. on error errMsg number errNum
  38370.     --enter statements to perform when no records are found such as...
  38371.     display dialog "Sorry, the item you selected could not be found."
  38372.     return
  38373. end try
  38374. 4.0.1
  38375. install
  38376. tures
  38377. encodings
  38378. license
  38379. readme
  38380. samplecode
  38381. samplecode
  38382. previous
  38383. specific
  38384. files
  38385. macapp
  38386. macapp
  38387. cdent
  38388. stuff
  38389. macapp
  38390. developer
  38391. survey
  38392. macbinary
  38393. macbinary-ii-conf
  38394. macbinary-ii-conf2
  38395. macbinary-ii-standar
  38396. macbinary-standard
  38397. maccalendar
  38398. machack
  38399. macintosh
  38400. macintosh
  38401. macintosh
  38402. utility
  38403. helper
  38404. helplab
  38405. helpsystems
  38406. higos8guide
  38407. higuidelines
  38408. history
  38409. history
  38410. history
  38411. hooks
  38412. hooks
  38413. hooks
  38414. hooks
  38415. hotbot
  38416. hotbot
  38417. hotsauce
  38418. hotsauce
  38419. standalone
  38420. obtain
  38421. standards
  38422. howmany
  38423. howmany
  38424. htmlsample
  38425. htmlsample
  38426. htmlsample
  38427. htmlsample
  38428. htmlsample
  38429. pages
  38430. htmlsample
  38431. htmlsample
  38432. htmlsample
  38433. human
  38434. human
  38435. interface
  38436. guidelines
  38437. human
  38438. interface
  38439. notes
  38440. humaninterfacetoolbo
  38441. hypercard
  38442. hypercard
  38443. update
  38444. installer
  38445. 32313X
  38446. Feb 00^
  38447. r--set theItem to choose file -- uncomment to test in an AS editor
  38448.     tell application "Finder"
  38449.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38450.         activate
  38451.     end tell
  38452. on error errMsg number errNum
  38453.     --enter statements to perform when no records are found such as...
  38454.     display dialog "Sorry, the item you selected could not be found."
  38455.     return
  38456. end try
  38457. Movedq
  38458. Dev.CD Feb 00 TC
  38459. D!All Packages
  38460. Mac OS SDK Edition
  38461. GameSprocket SDKs
  38462. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  38463.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  38464. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  38465.  NetSprocket 1
  38466. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  38467. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  38468.  Code Fragment Manager
  38469.     -Loading and preparing a code fragment from the data fork of a file.
  38470.     -Retrieving
  38471.  a list of exported symbols from a prepared code fragment.
  38472.     -Interpreting and manipulating the 'cfrg' resource.
  38473.  Drag Manager
  38474.     -Creating an application specific file when content is dragged to the Finder.
  38475.     -Using drag data which makes sense only to your own application. 
  38476.     -Dragable lists.
  38477.  List Manager
  38478.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  38479.     -Non standard text styles in lists.
  38480.     -Dragable lists. 
  38481. cameras
  38482. cameron
  38483. campaign
  38484. campaigns
  38485. campfire
  38486. 32311X
  38487. Feb 00^
  38488. r--set theItem to choose file -- uncomment to test in an AS editor
  38489.     tell application "Finder"
  38490.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38491.         activate
  38492.     end tell
  38493. on error errMsg number errNum
  38494.     --enter statements to perform when no records are found such as...
  38495.     display dialog "Sorry, the item you selected could not be found."
  38496.     return
  38497. end try
  38498. Movedf
  38499. background apple eventq
  38500. Dev.CD Feb 00 TC
  38501. All Packages
  38502. Fonts 6.0.4O
  38503. Dev CD Vol. VP
  38504. Dev CD Vol. V
  38505. 32312X
  38506. Vol. V
  38507. b--set theItem to choose file -- uncomment to test in an AS editor
  38508.     tell application "Finder"
  38509.         open item "Dev CD Vol. V"
  38510.         activate
  38511.     end tell
  38512. on error errMsg number errNum
  38513.     --enter statements to perform when no records are found such as...
  38514.     display dialog "Sorry, the item you selected could not be found."
  38515.     return
  38516. end try
  38517. D!All Packages
  38518. Tool Chest Edition
  38519. Fragment Tool
  38520. Summary:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  38521.  How to write a Faceless Background Application that performs a task.
  38522.  Sending and receiving application specific Apple events.
  38523.  How to receive AppleScript subroutine Apple events.
  38524.  Use of the Notification Manager to notify users using alerts, flashing menu bar icon and sound.
  38525.  PBCatSearch() of files between modification dateB?s.
  38526.  How to write a script application that runs in idle time.
  38527. J'Sample Code.img
  38528. Windows Sample Code.imgK
  38529. Apr 96L
  38530. May 97N
  38531. background apple eventO
  38532. Dev.CD Feb 00 TC:Sample Code:P
  38533. Dev.CD Feb 00 TC
  38534.  - Sample Code
  38535. extractor
  38536. plug-ins
  38537. content
  38538. extra
  38539. text-handling
  38540. text-to-speech
  38541. textbegin/end
  38542. textbox
  38543. textedit
  38544. textstyle
  38545. texttotypeintlcoerci
  38546. texture
  38547. textures
  38548. thanks
  38549. thatQ
  38550. 30440X
  38551. 1e    No Change
  38552. yourself
  38553. zanzibar
  38554. zap's
  38555. zaptcp
  38556. zeroing
  38557. zimmerman
  38558. zimmerman's
  38559. zones
  38560. zoombox
  38561. zoomdocproc
  38562. zoomed
  38563. zoomedvideo
  38564. zooming
  38565. zoomnogrow
  38566. zoomrecter
  38567. zoomwindow
  38568. system
  38569. folder
  38570. system
  38571. folder
  38572. 8.5.1
  38573. human
  38574. interface
  38575. guidelines@
  38576. macapp-based@
  38577. machines@
  38578. macintosh's@
  38579. magic@
  38580. magician@
  38581. makefolder@
  38582. makethefolder@
  38583. manager
  38584. manager's@
  38585. manipulation@
  38586. manuals@
  38587. marketing@
  38588. mechanism@
  38589. memory-efficient@
  38590. menumanager@
  38591. mere@
  38592. might@
  38593. modeled@
  38594. modes@
  38595. monthly@
  38596. mosaic@
  38597. motorola@
  38598. mouseresponders@
  38599. system
  38600. toolkits
  38601. profile
  38602. indian
  38603. language
  38604. inline
  38605. inline
  38606. input
  38607. textedit
  38608. input
  38609. inside
  38610. inside
  38611. macintosh
  38612. quickdraw
  38613. handles
  38614. xcmds
  38615. xfcns
  38616. 1.3.6
  38617. 1.0a13
  38618. zaptcp
  38619. zaptcp
  38620. 1.2.1
  38621. zoneranger
  38622. zoneranger
  38623. zoomed
  38624. zoomed
  38625. video
  38626. driver
  38627. zzportlist
  38628. zzportlist
  38629. 01/13/2000
  38630. 01730-0108
  38631. 01760
  38632. 1-12/96
  38633. 1-bit
  38634. 1.0.0d3
  38635. 1.0.1
  38636. 1.0.1b3
  38637. 1.0.2
  38638. build
  38639. sound
  38640. manager
  38641. 3.2.1
  38642. useful
  38643. primer
  38644. creating
  38645. content
  38646. about@
  38647. about
  38648. 2.1.4
  38649. redistribution
  38650. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  38651. R this ResEdit editor is certainly the nicest way to create the localized resources.
  38652. Features:
  38653.  creates new FMAT resources from a format string.
  38654.  lets you pick characters for format string from a palette.
  38655.  works with any script system.
  38656.  displays sample numbers to give you immediate feedback.
  38657. Issues:  Provided by Michael Hecht, SAS.
  38658. FMAT Editor.imgK
  38659. Jan 94M
  38660. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  38661. P=Dev.CD Feb 00 TC
  38662.  - Tool Chest
  38663.  - Localization
  38664.  - FMAT Editorcripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  38665.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  38666. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  38667. JEbuildXCMD
  38668. Help XFCN RN 1.4
  38669. helpLab
  38670. makefileHelp
  38671. makeout
  38672. object
  38673. sourceK
  38674. Vol VIIL
  38675. Aug 93M
  38676. HyperCard 2.1, System 7N
  38677. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  38678.  - Tool Chest
  38679.  - Development Kits
  38680.  - HyperCard Related
  38681.  - XCMDs & XFCNs
  38682.  - Help XFCN 1.4V
  38683. 30440X
  38684. ATags
  38685. ATags Manual
  38686. ATags Manual.txt
  38687. CTags
  38688. Ctags Manual
  38689. Ctags Manual.txt
  38690. Findtag
  38691. Findtag Manual
  38692. Findtag Manual.txt
  38693. PopTag
  38694. PopTag Manual
  38695. PopTag Manual.txt
  38696. PTags
  38697. Ptags Manual
  38698. Ptags Manual.txt
  38699. READ ME
  38700. READ ME.txt
  38701. Sample Startup
  38702. Tags.HelpK
  38703. Vol IIIL
  38704. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD Feb 00 TC
  38705.  - Tool Chest
  38706.  - Development Kits
  38707.  - MPW Related
  38708.  - TagsV
  38709. 33231X
  38710. Feb 00^
  38711. --set theItem to choose file -- uncomment to test in an AS editor
  38712.     tell application "Finder"
  38713.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  38714.         activate
  38715.     end tell
  38716. on error errMsg number errNum
  38717.     --enter statements to perform when no records are found such as...
  38718.     display dialog "Sorry, the item you selected could not be found."
  38719.     return
  38720. end try
  38721. e    No Changeq
  38722. Dev.CD Feb 00 TC
  38723. All Packages
  38724. F$Taiwan Chinese Font Option Kit 6.0.3V
  38725. 33232X
  38726. All Packages
  38727. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38728. Dev.CD Jan 94
  38729. Dev.CD Oct 93
  38730. Dev.CD Jul 93
  38731. Dev.CD Apr 93PDDev.CD Apr 94
  38732. Dev.CD Jan 94
  38733. Dev.CD Oct 93
  38734. Dev.CD Jul 93
  38735. Dev.CD Apr 9V
  38736. 33044X
  38737. Apr 94
  38738. --set theItem to choose file -- uncomment to test in an AS editor
  38739.     tell application "Finder"
  38740.         open item "Dev.CD Apr 94
  38741. Dev.CD Jan 94
  38742. Dev.CD Oct 93
  38743. Dev.CD Jul 93
  38744. Dev.CD Apr 93"
  38745.         activate
  38746.     end tell
  38747. on error errMsg number errNum
  38748.     --enter statements to perform when no records are found such as...
  38749.     display dialog "Sorry, the item you selected could not be found."
  38750.     return
  38751. end try
  38752. All Packages
  38753. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38754. Dev.CD Jan 94
  38755. Dev.CD Oct 93
  38756. Dev.CD Jul 93
  38757. Dev.CD Apr 93PDDev.CD Apr 94
  38758. Dev.CD Jan 94
  38759. Dev.CD Oct 93
  38760. Dev.CD Jul 93
  38761. Dev.CD Apr 9V
  38762. 33045X
  38763. Apr 94
  38764. macapp-based
  38765. macbug
  38766. maccalendar
  38767. machine
  38768. machines
  38769. library
  38770.        activate
  38771.     end tell
  38772. on error errMsg number errNum
  38773.     --enter statements to perform when no records are found such as...
  38774.     display dialog "Sorry, the item you selected could not be found."
  38775.     return
  38776. end try
  38777. e    No Changeq
  38778. Dev.CD Feb 00 TC
  38779. D!All Packages
  38780. Tool Chest Edition
  38781. HideMenubarEtc
  38782. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  38783. Moved
  38784. 32310X
  38785. Feb 00^
  38786. --set theItem to choose file -- uncomment to test in an AS editor
  38787.     tell application "Finder"
  38788.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:"
  38789.         activate
  38790.     end tell
  38791. on error errMsg number errNum
  38792.     --enter statements to perform when no records are found such as...
  38793.     display dialog "Sorry, the item you selected could not be found."
  38794.     return
  38795. end try
  38796. e    No Changef&number formatting
  38797. ResEdit
  38798. localizationq
  38799. Dev.CD Feb 00 TC
  38800. D!All Packages
  38801. Tool Chest Edition
  38802. Folder Watching
  38803.      over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  38804. that's
  38805. 3Summary:  A snippet showing how to determine the currently selected (network) printer.  Includes a minimum test-harness to show that the code actually works. Works with GX and Desktop Printing.
  38806. Issues:  Not guaranteed compatible in the future. This is a sample of how to do the job at this instant in time.
  38807. J'CurrentPrinter.c
  38808. main.c
  38809. Test.68k.
  38810. Mar 96N
  38811. printer selected chooserO1Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD Feb 00 TC
  38812.  - Tool Chest
  38813.  - Printing
  38814.  - FindPrinterh as...
  38815.     display dialog "Sorry, the item you selected could not be found."
  38816.     return
  38817. end try
  38818. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  38819. Dev.CD Feb 00 TC
  38820. D!All Packages
  38821. Tool Chest Edition
  38822. HITEC (super front end to VU)
  38823. Fe    No Changef$Open Transport
  38824. STREAMS
  38825. module
  38826. driverq
  38827. Dev.CD Feb 00 TC
  38828. GD!All Packages
  38829. Tool Chest Edition
  38830. SWAt 2.0b6
  38831. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  38832.  Finder
  38833.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  38834. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  38835. JBRead Me - SWAt 2.0b6
  38836. Read Me - SWAt 2.0b6.txt
  38837. SWAt User GuideK
  38838. May 94L
  38839. Nov 94N
  38840. CD, Finder Windows, HackO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD Feb 00 TC
  38841.  - Tool Chest
  38842.  - Developer Utilities
  38843.  - SWAt 2.0b6V
  38844. 32908X
  38845. Feb 00^
  38846. system
  38847. mpw's
  38848. mpw-hosted
  38849. mpw-related
  38850. monthly
  38851. months
  38852. moofwars
  38853. morefiles
  38854. morefiles
  38855. collection
  38856. high-level
  38857. routines
  38858. written
  38859. morefinderevents
  38860. morenetworksetup
  38861. moreover
  38862. morley
  38863. morphemes
  38864. p--set theItem to choose file -- uncomment to test in an AS editor
  38865.     tell application "Finder"
  38866.         open item "Dev.CD Jan 94
  38867. Dev.CD Oct 93"
  38868.         activate
  38869.     end tell
  38870. on error errMsg number errNum
  38871.     --enter statements to perform when no records are found such as...
  38872.     display dialog "Sorry, the item you selected could not be found."
  38873.     return
  38874. end try
  38875. 2.1.2
  38876. 2.1.3
  38877. 2.1.4
  38878. resdistributor
  38879. toolkit
  38880. multi-player
  38881. systems
  38882. transport
  38883. opentransport
  38884. optimizing
  38885. option
  38886. option
  38887. management
  38888. ot/ppp
  38889. ot/ppp
  38890. transport
  38891. otfifo
  38892. otlifo
  38893. otlink
  38894. otoptionmanagment
  38895. ottcpwilldial
  38896. override
  38897. override
  38898. quickdraw
  38899. table
  38900. resource
  38901. packages
  38902. 33286X
  38903. Feb 00^
  38904. r--set theItem to choose file -- uncomment to test in an AS editor
  38905.     tell application "Finder"
  38906.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38907.         activate
  38908.     end tell
  38909. on error errMsg number errNum
  38910.     --enter statements to perform when no records are found such as...
  38911.     display dialog "Sorry, the item you selected could not be found."
  38912.     return
  38913. end try
  38914. e    No ChangefFcounter
  38915. windows
  38916. introduction
  38917. document
  38918. modal dialog
  38919. printing
  38920. aboutq
  38921. Dev.CD Feb 00 TC
  38922. D!All Packages
  38923. Tool Chest Edition
  38924. WindowPicker 1.1
  38925. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  38926. Features:
  38927. - WindowPicker Menu next to the Help Menu
  38928. - popup WindowPicker Menu
  38929. - arrow keys to switch between open windows and applications
  38930. - customizable modifier keys
  38931. - help for setting preferences
  38932. J Read Me
  38933. Read Me.txt
  38934. WindowPickerK
  38935. Jul 92L
  38936. Aug 93M
  38937. System 7 & Any Macintosh
  38938. J'Sample Code.img
  38939. Windows Sample Code.imgK
  38940. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchO
  38941. Dev.CD Feb 00 TC:Sample Code:P
  38942. Dev.CD Feb 00 TC
  38943.  - Sample CodeV
  38944. 32308X
  38945. Feb 00^
  38946. r--set theItem to choose file -- uncomment to test in an AS editor
  38947.     tell application "Finder"
  38948.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38949.         activate
  38950.     end tell
  38951. on error errMsg number errNum
  38952.     --enter statements to perform when no records are found such as...
  38953.     display dialog "Sorry, the item you selected could not be found."
  38954.     return
  38955. end try
  38956. e    No Changef!Finder
  38957. display folder
  38958. launchq
  38959. Dev.CD Feb 00 TC
  38960. D!All Packages
  38961. Tool Chest Edition
  38962. FindPrinter
  38963. 32309X
  38964. Feb 00^
  38965. --set theItem to choose file -- uncomment to test in an AS editor
  38966.     tell application "Finder"
  38967.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:"
  38968.         activate
  38969.     end tell
  38970. on error errMsg number errNum
  38971.     --enter statements to perform when no records are found such as...
  38972.     display dialog "Sorry, the item you selected could not be found."
  38973.     return
  38974. end try
  38975. e    No Changef
  38976. printer selected chooserq
  38977. Dev.CD Feb 00 TC
  38978. D!All Packages
  38979. Tool Chest Edition
  38980. FMAT Editor
  38981.     e of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  38982. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  38983. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  38984. layers
  38985. layout
  38986. learning
  38987. level
  38988. library
  38989. light
  38990. limit
  38991. linked
  38992. linkers
  38993. linking
  38994. listen
  38995. scroll
  38996. dynamic
  38997. scrolling
  38998. scrolling
  38999. control
  39000. proportional
  39001. scroll
  39002. appearance
  39003. loadable
  39004. loader
  39005. loading
  39006. locales
  39007. localization
  39008. localized
  39009. location
  39010. location
  39011. configuration
  39012. setting
  39013. preference
  39014. switch
  39015. module
  39016. logical
  39017. lproj
  39018. lurkers
  39019. lurkers
  39020. projector
  39021. macsbug
  39022. macsbug
  39023. appleevent
  39024. apple
  39025. event
  39026. mactcp
  39027. mactcp
  39028. communications
  39029. toolbox
  39030. serial
  39031. ports
  39032. audio
  39033. management
  39034. manager
  39035. manuals
  39036. media
  39037. memory
  39038. soundmemrecord
  39039. soundrecord
  39040. soundrecord
  39041. soundrecord
  39042. sounds
  39043. soundsprocket
  39044. soundsprocket
  39045. soundsprockettest
  39046. soundsprockettest
  39047. soundsprockettest
  39048. soundunit
  39049. soundunit
  39050. soundunit
  39051. source
  39052. source
  39053. masher
  39054. macintosh
  39055. knows
  39056. knowspict
  39057. kodom
  39058. konstantin
  39059. kopala
  39060. korean
  39061. korean-language
  39062. kotoeri
  39063. kunicodetextrunheuri
  39064. kzoomlarger
  39065. labels-like
  39066. labor
  39067. lands
  39068. language
  39069. languages
  39070. large
  39071. large
  39072. collection
  39073. tools
  39074. scripts
  39075. libraries
  39076. examples
  39077. larger
  39078. larkspur
  39079. laser
  39080. laserwriter
  39081. laserwriteriisc
  39082. laserwriters
  39083. lastly
  39084. later
  39085. laterapple
  39086. PJDev.CD Feb 00 TC
  39087.  - Tool Chest
  39088.  - Testing & Debugging
  39089.  - Memory ManagementV
  39090. 32307X
  39091. Feb 00^
  39092. --set theItem to choose file -- uncomment to test in an AS editor
  39093.     tell application "Finder"
  39094.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  39095.         activate
  39096.     end tell
  39097. on error errMsg number errNum
  39098.     --enter statements to perform when no records are found such as...
  39099.     display dialog "Sorry, the item you selected could not be found."
  39100.     return
  39101. end try
  39102. e    No Changeq
  39103. Dev.CD Feb 00 TC
  39104. D!All Packages
  39105. Tool Chest Edition
  39106. FinderLaunch
  39107. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  39108. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  39109. e    No Change
  39110. findhammerhead
  39111. findhammerhead
  39112. findlurkers
  39113. findtag
  39114. findtag
  39115. manual
  39116. findtag
  39117. manual
  39118. finland
  39119. finland
  39120. distributors/localiz
  39121. finnish
  39122. finnish
  39123. 1.1.3
  39124. fireballframes
  39125. fireballframes
  39126. first
  39127. fkeys
  39128. fkeys
  39129. clipboard
  39130. magican
  39131. flash
  39132. floattolong
  39133. floattolong
  39134. flookup
  39135. editor
  39136. folder
  39137. folder
  39138. information
  39139. foldersize
  39140. foldersize
  39141. fontmaster
  39142. fontmaster
  39143. france
  39144. distributors/localiz
  39145. fstubs
  39146. fstubs
  39147. fstubs
  39148. fully
  39149. g4enemy
  39150. g4enemy
  39151. g4externs
  39152. g4externs
  39153. g4graphics
  39154. g4graphics
  39155. g4interface
  39156. g4interface
  39157. g4lava
  39158. g4lava
  39159. starts
  39160. startup
  39161. state
  39162. statements
  39163. states
  39164. statistic
  39165. statistics
  39166. status
  39167. staying
  39168. stays
  39169. stdfile
  39170. stdfilesaver
  39171. stdfilterhacking
  39172. stdout
  39173. stdpix
  39174. steal
  39175. step-by-step
  39176. JkAbout ScriptX
  39177. Code Samples:
  39178. Documentation:
  39179. readme_1.5.1.txt
  39180. ScriptX Platforms:
  39181. ScriptX Post 1.5 DifferencesK
  39182. Apr 96L
  39183. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  39184.  - Development Kits (Disc 2)
  39185.  - ScriptXpt
  39186. ptags
  39187. ptags
  39188. manual
  39189. ptags
  39190. manual
  39191. pubscatalog
  39192. pubscatalog
  39193. pubsorderform
  39194. pubsorderform
  39195. survival
  39196. qcopy
  39197. qcopy
  39198. environment
  39199. utilities
  39200. graphics
  39201. objects
  39202. printing
  39203. printing
  39204. drvrs
  39205. prog's
  39206. overview
  39207. typography
  39208. 1.1.1
  39209. spooler
  39210. patch
  39211. 1.0.2
  39212. 1.1.2
  39213. spooler
  39214. patch
  39215. 1.0.2
  39216. 1.1.3
  39217. spooler
  39218. patch
  39219. 1.0.2
  39220. qt3-more
  39221. --set theItem to choose file -- uncomment to test in an AS editor
  39222.     tell application "Finder"
  39223.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  39224.         activate
  39225.     end tell
  39226. on error errMsg number errNum
  39227.     --enter statements to perform when no records are found such as...
  39228.     display dialog "Sorry, the item you selected could not be found."
  39229.     return
  39230. end try
  39231. no records are found such as...
  39232.     display dialog "Sorry, the item you selected could not be found."
  39233.     return
  39234. end try
  39235. e    No Changef
  39236. CD-ROM
  39237. Device Manager
  39238. Dev.CD Feb 00 TC
  39239. All Packages
  39240. HTMLSample
  39241. 30446X
  39242. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  39243.   -Creating a Time Base call back
  39244.   -Setting call backs based on the length of a movie.
  39245.   -Automatically closing a movie once it has finished playing
  39246.   -Making a loop within a movie.
  39247.   -Changing the rate of a movie while it is playing.
  39248.   -Slaving one movie to another.
  39249.   -Offsetting the start frame of a slave movie.
  39250.   -Delaying the start
  39251. E of a slave movie playing
  39252. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  39253. It also demonstrates
  39254.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  39255.   How to create a default button on a dialog without using user items.
  39256. J'Sample Code.img
  39257. Windows Sample Code.imgK
  39258. Jan 96O
  39259. Dev.CD Feb 00 TC:Sample Code:P
  39260. Dev.CD Feb 00 TC
  39261.  - Sample Code
  39262. filemaker
  39263. verything
  39264. hidden
  39265. hidemenubar
  39266. hidemenubaretc
  39267. hiding
  39268. hierarchical
  39269. hiermenus
  39270. hifi-color
  39271. high-end
  39272. high-level
  39273. high-performance
  39274. high-quality
  39275. high-visibility
  39276. higher
  39277. higher-quality
  39278. highest
  39279. highly
  39280. highly-successful
  39281. hilighted
  39282. hindi
  39283. hints
  39284. history
  39285. hitec
  39286. hitting
  39287. hoddie
  39288. hokum
  39289. holcomb
  39290. holding
  39291. holds
  39292. holiday
  39293. e    No Changeq
  39294. Dev.CD Feb 00 TC
  39295. D!All Packages
  39296. Tool Chest Edition
  39297. FinderHeaps
  39298. Summary: FinderHeaps is a debugging tool that allows you to track the Finder's heap sizes. These include the Application Heap, the System Heap, the Code Heap, and Object Heap. You can also ask it to track a fifth heap of your choice.
  39299. You can use FinderHeaps to track the effects of your software on Finder heap usage. Moreover, FinderHeaps can also track a heap of your choice -- for instance, your application's own heap.
  39300. Features include System Heap logging, as well as sounds that flag groB
  39301. wing and shrinking System Heap sizes.
  39302. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  39303. Memory Management.imgK
  39304. Vol XIM)Runs only on post-7.0 System Macintoshes.OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:nge
  39305. property
  39306. proportional
  39307. protocol
  39308. publications
  39309. quicktime
  39310. object
  39311. panorama
  39312. quickt
  39313. qualified
  39314. query
  39315. quick
  39316. quickdraw
  39317. quickdraw
  39318. windows
  39319. metafile
  39320. quickdraw
  39321. graphics
  39322. quickdraw
  39323. gxgraphics
  39324. 1.1.6
  39325. quickdraw
  39326. raster
  39327. imagewriter
  39328. halftone
  39329. dither
  39330. sample
  39331. quickdraw
  39332. spooler
  39333. print
  39334. patch
  39335. appleshare
  39336. novell
  39337. netware
  39338. quicktake
  39339. quicktake
  39340. windows
  39341. digital
  39342. camera
  39343. quicktime
  39344. quicktime
  39345. windows
  39346. property@
  39347. quicktime
  39348. effects@
  39349. quicktime
  39350. compress
  39351. decompress@
  39352. replace@
  39353. resources@
  39354. scriptable@
  39355. signature@
  39356. soundsprocket@
  39357. spinning@
  39358. synthesis@
  39359. tcp/ip
  39360. appletalk
  39361. reconfiguration
  39362. network
  39363. setup
  39364. ottcpwilldial@
  39365. text@
  39366. traditional@
  39367. translation
  39368. macintosh
  39369. translator@
  39370. unicode
  39371. imaging
  39372. bi-directional
  39373. rotation
  39374. double-byt@
  39375. video@
  39376. virtual
  39377. virtualuser
  39378. filetool
  39379. memor@
  39380. applescript@
  39381. asynchronous@
  39382. broadcast@
  39383. browser@
  39384. carbon@
  39385. cftype@
  39386. chinese@
  39387. code@
  39388. compare@
  39389. cryptographic@
  39390. conversion@
  39391. devnotes@
  39392. duplication@
  39393. fragment
  39394. objects
  39395. objectsupportlib
  39396. obscure
  39397. obsolete
  39398. obsolete/pre-asip
  39399. obtain
  39400. obtaining
  39401. obtains
  39402. obvious
  39403. occasionally
  39404. occur
  39405. occurs
  39406. communication
  39407. communications
  39408. community
  39409. compact
  39410. companies
  39411. companion
  39412. company
  39413. company's
  39414. compare
  39415. compared
  39416. comparedirtext
  39417. comparelastrevision
  39418. compareproc
  39419. compares
  39420. comparing
  39421. comparisions
  39422. comparisons
  39423. compatibility
  39424. compatibility
  39425. issues
  39426. compatible
  39427. compatibles
  39428. compilation
  39429. compile
  39430. compiled
  39431. compiler
  39432. compiler-constructio
  39433. compilers
  39434. signature
  39435. signing
  39436. simpletext
  39437. simpletext
  39438. script
  39439. print
  39440. scriptable
  39441. printing
  39442. simplified
  39443. single-link
  39444. manager
  39445. declaration
  39446. configuration
  39447. sniffer
  39448. network
  39449. management
  39450. socket
  39451. software
  39452. solaris
  39453. solutions
  39454. sound
  39455. sound
  39456. input
  39457. driver
  39458. driver
  39459. sound
  39460. memory
  39461. dialogs
  39462. windows
  39463. resources
  39464. files
  39465. interface
  39466. tring
  39467. strings
  39468. strip
  39469. strlog
  39470. structure
  39471. style
  39472. stylechat
  39473. sub-menus
  39474. suite
  39475. summary
  39476. switch
  39477. symbiotic
  39478. synchronization
  39479. system
  39480. systems
  39481. table
  39482. tablet
  39483. tanzania
  39484. tanzania
  39485. zanzibar
  39486. starmax
  39487. firmware
  39488. tcp/ip
  39489. e    No Changef1Drag and Drop
  39490. PromiseHFSFlavor
  39491. promise
  39492. finderq
  39493. Dev.CD Feb 00 TC
  39494. D!All Packages
  39495. Tool Chest Edition
  39496. FinderEvents 1.2I
  39497. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  39498. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  39499. FinderEvents 1.2 Release NotesK
  39500. Jan 92M
  39501. Hypercard 2.1, System 7O^Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Feb 00 TC
  39502.  - Tool Chest
  39503.  - Development Kits
  39504.  - HyperCard Related
  39505.  - XCMDs & XFCNs
  39506.  - FinderEvents 1.2V
  39507. 32306X
  39508. Feb 00^
  39509. J'Sample Code.img
  39510. Windows Sample Code.imgK
  39511. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderO
  39512. Dev.CD Feb 00 TC:Sample Code:P
  39513. Dev.CD Feb 00 TC
  39514.  - Sample CodeV
  39515. 32305X
  39516. Feb 00^
  39517. r--set theItem to choose file -- uncomment to test in an AS editor
  39518.     tell application "Finder"
  39519.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39520.         activate
  39521.     end tell
  39522. on error errMsg number errNum
  39523.     --enter statements to perform when no records are found such as...
  39524.     display dialog "Sorry, the item you selected could not be found."
  39525.     return
  39526. end try
  39527. All Packages
  39528. System 7 Tune-UpO
  39529. Dev.CD Sept 92
  39530. Dev.CD Aug 92P
  39531. Dev.CD Sept 92
  39532. Dev.CD Aug 9V
  39533. 32922X
  39534. Sept 9
  39535. q--set theItem to choose file -- uncomment to test in an AS editor
  39536.     tell application "Finder"
  39537.         open item "Dev.CD Sept 92
  39538. Dev.CD Aug 92"
  39539.         activate
  39540.     end tell
  39541. on error errMsg number errNum
  39542.     --enter statements to perform when no records are found such as...
  39543.     display dialog "Sorry, the item you selected could not be found."
  39544.     return
  39545. end try
  39546. All Packages
  39547. System 7 Tune-UpO
  39548. Dev.CD Sept 92
  39549. Dev.CD Aug 92P
  39550. Dev.CD Sept 92
  39551. Dev.CD Aug 9V
  39552. 32923X
  39553. Sept 9
  39554. q--set theItem to choose file -- uncomment to test in an AS editor
  39555.     tell application "Finder"
  39556.         open item "Dev.CD Sept 92
  39557. Dev.CD Aug 92"
  39558.         activate
  39559.     end tell
  39560. on error errMsg number errNum
  39561.     --enter statements to perform when no records are found such as...
  39562.     display dialog "Sorry, the item you selected could not be found."
  39563.     return
  39564. end try
  39565. sizes
  39566. skills
  39567. skipped
  39568. slated
  39569. slave
  39570. slaving
  39571. sleep
  39572. sleuthing
  39573. slimfunctions
  39574. sample
  39575. application
  39576. source
  39577. showing
  39578. common
  39579. slots
  39580. slots
  39581. application
  39582. allows
  39583. declaration
  39584. slotvinstall
  39585. slower
  39586. small
  39587. smalldaemon
  39588. smaller
  39589. smallest
  39590. smart
  39591. develop
  39592. magazine
  39593. summary
  39594. prgram
  39595. guide
  39596. macintosh
  39597. power
  39598. qwertytunes
  39599. qwertytunes
  39600. filing
  39601. qwertytunes
  39602. filing
  39603. qwertytunes
  39604. optimization
  39605. buffered
  39606. system
  39607. cache
  39608. cacheline
  39609. optimization
  39610. power
  39611. macintosh
  39612. powerpc
  39613. toolbox
  39614. optimizing
  39615. option
  39616. ordered
  39617. update
  39618. image
  39619. otgetuserportnamefro
  39620. otlifo
  39621. otlink
  39622. otlookup
  39623. otoptionmanagment
  39624. ottcpwilldial
  39625. override
  39626. override
  39627. quickdraw
  39628. table
  39629. resource
  39630. packages
  39631. palette
  39632. palette
  39633. color
  39634. depth
  39635. batch
  39636. processing
  39637. optimizing
  39638. conditio
  39639. pan/tilt
  39640. panel
  39641. pascal
  39642. passphrase
  39643. password
  39644. patch
  39645. pbclock
  39646. location
  39647. manager
  39648. eject
  39649. action
  39650. module
  39651. driver
  39652. loader
  39653. pci-pci
  39654. pcmcia
  39655. performanceQ
  39656. performance
  39657. analysis
  39658. wide-angle
  39659. widely
  39660. wildcard
  39661. wilderness
  39662. Wents@
  39663. reports@
  39664. communications
  39665. toolbox@
  39666. counters@
  39667. depth@
  39668. editor@
  39669. emulator@
  39670. filetool@
  39671. halftone@
  39672. imagewriter@
  39673. index@
  39674. laserwriter
  39675. driver
  39676. printer
  39677. 8.5.1@
  39678. scrolling@
  39679. localization@
  39680. location@
  39681. miss@
  39682. turn just the text that a user would see viewing the document.  For the above example, 
  39683. This is a sample document.
  39684.  would be the only text that is indexed.   
  39685. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  39686.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  39687. PDF Text Extractor
  39688.  to index and summarize PDF files.  
  39689. J.DemoExtractor
  39690. Headers
  39691. Text Extractors Plug-insK
  39692. Oct 99M
  39693. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  39694.  - Development Kits
  39695.  - Mac OS
  39696.  - Find By Content (FBC) Extractorwrite them yourself in an hour or so 
  39697.  but what if you don
  39698. t have that much time...
  39699. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  39700. e    No Change
  39701. 6MCSystem 7.0 or later, takes advantage of Sound Manager 3.0 or later.NAsound, memory, dialogs, windows, resources, files, user interface
  39702. --set theItem to choose file -- uncomment to test in an AS editor
  39703.     tell application "Finder"
  39704.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:macosx:"
  39705.         activate
  39706.     end tell
  39707. on error errMsg number errNum
  39708.     --enter statements to perform when no records are found such as...
  39709.     display dialog "Sorry, the item you selected could not be found."
  39710.     return
  39711. end try
  39712. t Support Library.
  39713. MenuScripter 4.0:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  39714. MoreFinderEvents:  The AppleEvents API is icky and you probably don't relish the idea of developing an int
  39715. imate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API you can copy a file or open a control panel or empty the trash or any of several other things usual
  39716. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  39717. HTML Text Extractor
  39718.  and 
  39719. PDF Text Extractor
  39720. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  39721. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  39722. example, consider the following HTML file:
  39723. <HTML>
  39724. <BODY>
  39725. This is a sample document.
  39726. </BODY>
  39727. </HTML>
  39728. Without knowing the HTML format, every word above would get indexed, so searching for 
  39729.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  39730. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  39731. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  39732. r--set theItem to choose file -- uncomment to test in an AS editor
  39733.     tell application "Finder"
  39734.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39735.         activate
  39736.     end tell
  39737. on error errMsg number errNum
  39738.     --enter statements to perform when no records are found such as...
  39739.     display dialog "Sorry, the item you selected could not be found."
  39740.     return
  39741. end try
  39742. developing
  39743. drivers
  39744. sometimes
  39745. resedit
  39746. whenever
  39747. where
  39748. Nov 94M
  39749. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jan 00 SDK1
  39750.  - Development Kits
  39751.  - Mac OS
  39752.  - File System Manager  activate
  39753.     end tell
  39754. on error errMsg number errNum
  39755.     --enter statements to perform when no records are found such as...
  39756.     display dialog "Sorry, the item you selected could not be found."
  39757.     return
  39758. end try
  39759. e    No Changef
  39760. HyperCard
  39761. updateq
  39762. Dev.CD Mar 00 RL Disk 1
  39763. D!All Packages
  39764. Tool Chest Edition
  39765. HyperCard Instance Variables
  39766. 32304X
  39767. Jan 00^
  39768. --set theItem to choose file -- uncomment to test in an AS editor
  39769.     tell application "Finder"
  39770.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  39771.         activate
  39772.     end tell
  39773. on error errMsg number errNum
  39774.     --enter statements to perform when no records are found such as...
  39775.     display dialog "Sorry, the item you selected could not be found."
  39776.     return
  39777. end try
  39778. e    No Changef)Sherlock
  39779. Find By Content
  39780. Extractor
  39781. Searchq
  39782. Dev.CD Jan 00 SDK1
  39783. D!All Packages
  39784. Tool Chest Edition
  39785. FinderDragPro
  39786. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  39787. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  39788. J+Documentation
  39789. File System Manager
  39790. LibrariesperCard 2.4K
  39791. Sep 97L
  39792. Jul 98N
  39793. HyperCard, 2.4, updateOIDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:PQDev.CD Mar 00 RL Disk 1
  39794.  - Utilities
  39795.  - HyperCard Player
  39796.  - HyperCard Updater 2.4
  39797. system
  39798. samples
  39799. system
  39800. tune-up
  39801. system
  39802. system
  39803. system
  39804. update
  39805. system
  39806. update
  39807. system
  39808. 7.5.5
  39809. update
  39810. system
  39811. enabler
  39812. system
  39813. enabler
  39814. system
  39815. enabler
  39816. centris/quadra
  39817. system
  39818. enabler
  39819. 32303X
  39820. Jan 00^
  39821. --set theItem to choose file -- uncomment to test in an AS editor
  39822.     tell application "Finder"
  39823.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  39824.         activate
  39825.     end tell
  39826. on error errMsg number errNum
  39827.     --enter statements to perform when no records are found such as...
  39828.     display dialog "Sorry, the item you selected could not be found."
  39829.     return
  39830. end try
  39831. e    No Changef@File System Manager
  39832. External File System
  39833. Foreign File Systemq
  39834. Dev.CD Jan 00 SDK1
  39835. D!All Packages
  39836. Mac OS SDK Edition
  39837. Find By Content (FBC) Extractor
  39838. 30452X
  39839. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  39840. Features:
  39841.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  39842.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  39843.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  39844. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  39845.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  39846. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  39847. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  39848.  8.5.
  39849. The provided examples go from very simple to rather complex in increasing order of difficulty.
  39850. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  39851. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  39852. onal justification, etc.
  39853. More ATSUI:
  39854. Read Me, please...
  39855. SampleWindows.cp
  39856. SampleWindows.h
  39857. SomeUnicodeStuff.cp
  39858. SomeUnicodeStuff.h
  39859. TypeServicesForUnicode
  39860. TypeServicesForUnicode.cp
  39861. TypeServicesForUnicode.h
  39862. TypeServicesForUnicode.mcp
  39863. TypeServicesForUnicode.rsrc
  39864. WindowUtilities.cp
  39865. WindowUtilities.h
  39866. Dec 99M
  39867. Mac OS
  39868.  8.5 and laterN=Unicode Imaging Text Type Bi-directional Rotation Double-byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:
  39869. IMPORTANT INFO ABOUT SOUND MANAGER
  39870. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  39871. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  39872. http://www.apple.com/store
  39873. To get started,  you can go to the DeveloB
  39874. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  39875. http://www.apple.com/quicktime/developers
  39876. JpCheck the QuickTime 3 SDK
  39877. folder for more information
  39878. integrated with QuickTime.
  39879. The Sound Manager is now fullyK
  39880. Sep 93L
  39881. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  39882.  - Development Kits
  39883.  - Mac OS
  39884.  - Sound Managern
  39885. summary
  39886. allows
  39887. several
  39888. attrib
  39889. Apple Workgroup Server 9650/350 Developer Note
  39890. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  39891. J/Workgroup Server 9150
  39892. Workgroup_Server_9650.pdfK
  39893. Oct 97L
  39894. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  39895.  - Technical Documentation
  39896.  - Developer Notes
  39897.  - Servers
  39898. worldscr@
  39899. summary
  39900. xcmds
  39901. xfcns
  39902. perform
  39903. QuickTime VR
  39904. IMPORTANT INFO ABOUT QUICKTIME VR
  39905. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  39906. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  39907. http://www.apple.com/store
  39908. To get started,  you can go to the DevelopW
  39909. tablet
  39910. tanzania
  39911. tanzania
  39912. zanzibar
  39913. starmax
  39914. firmware
  39915. tasking
  39916. tasks
  39917. tcp/ip
  39918. tcp/ip
  39919. appletalk
  39920. reconfiguration
  39921. network
  39922. setup
  39923. ottcpwilldial
  39924. virtual
  39925. external
  39926. toolbox
  39927. toolkit
  39928. tools
  39929. traditional
  39930. translation
  39931. translation
  39932. macintosh
  39933. translator
  39934. sysconfig
  39935. sysconfig
  39936. 1.5b16
  39937. sysenv
  39938. sysenv
  39939. 1.0d13
  39940. system
  39941. system
  39942. related
  39943. system
  39944. additions
  39945. system
  39946. folder
  39947. items
  39948. system
  39949. picker
  39950. systemfolder
  39951. systemfolder
  39952. t-italian
  39953. ta-tradchinese
  39954. tabloid
  39955. tabloid
  39956. target
  39957. tccalc
  39958. target
  39959. testbanks
  39960. testbanks
  39961. testing
  39962. testmagic
  39963. testmagic
  39964. tests
  39965. testvrmedia
  39966. testvrmedia
  39967. extractors
  39968. plug-ins
  39969. textchanger
  39970. textchanger
  39971. 2.0.1
  39972. sighyper
  39973. hytime
  39974. themes
  39975. timecode
  39976. timeslaving
  39977. title
  39978. duplication
  39979. dynamic
  39980. dynamic
  39981. linking
  39982. dynamic
  39983. scrolling
  39984. protocol
  39985. editing
  39986. editor
  39987. effects
  39988. eject
  39989. electronics
  39990. elements
  39991. email
  39992. embed
  39993. ties of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  39994. J=Addresses
  39995. Audio Help
  39996. HyperCard Player
  39997. What is HyperCard?K
  39998. Feb 92L
  39999. Jul 98N
  40000. HyperCard Player, stacksOHDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Mar 00 RL Disk 1
  40001.  - Utilities
  40002.  - HyperCard Player
  40003.  - HyperCard Player 2.4
  40004. Dev.CD Feb 00 TC
  40005.  - Sample CodeV
  40006. 32870X
  40007. Feb 00^
  40008. r--set theItem to choose file -- uncomment to test in an AS editor
  40009.     tell application "Finder"
  40010.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40011.         activate
  40012.     end tell
  40013. on error errMsg number errNum
  40014.     --enter statements to perform when no records are found such as...
  40015.     display dialog "Sorry, the item you selected could not be found."
  40016.     return
  40017. end try
  40018. e    No Changeq
  40019. Dev.CD Feb 00 TC
  40020. "D!All Packages
  40021. Tool Chest Edition
  40022. F(Snippets - Development Tools & Languages
  40023. balloonyres
  40024. balloonyres
  40025. barnesandnoble
  40026. barnesandnoble
  40027. basic
  40028. basic
  40029. connectivity
  40030. 1.1.1
  40031. bbedit
  40032. bbedit
  40033. extensions
  40034. bbedit
  40035. bbedit
  40036. quickstart
  40037. before
  40038. begin
  40039. benelux
  40040. benelux
  40041. distributors/localiz
  40042. betabase
  40043. betabase
  40044. bigeasy2
  40045. bigeasy2
  40046. bigeasy2
  40047. All Packages
  40048. F    QuickTimeO
  40049. Dev.CD Jan 94P
  40050. Dev.CD Jan 9V
  40051. 32740X
  40052. Jan 94
  40053. b--set theItem to choose file -- uncomment to test in an AS editor
  40054.     tell application "Finder"
  40055.         open item "Dev.CD Jan 94"
  40056.         activate
  40057.     end tell
  40058. on error errMsg number errNum
  40059.     --enter statements to perform when no records are found such as...
  40060.     display dialog "Sorry, the item you selected could not be found."
  40061.     return
  40062. end try
  40063. All Packages
  40064. F    QuickTimeO
  40065. Dev.CD Jan 94P
  40066. Dev.CD Jan 9V
  40067. 32741X
  40068. Jan 94
  40069. b--set theItem to choose file -- uncomment to test in an AS editor
  40070.     tell application "Finder"
  40071.         open item "Dev.CD Jan 94"
  40072.         activate
  40073.     end tell
  40074. on error errMsg number errNum
  40075.     --enter statements to perform when no records are found such as...
  40076.     display dialog "Sorry, the item you selected could not be found."
  40077.     return
  40078. end try
  40079. All Packages
  40080. F    QuickTimeO
  40081. Dev.CD Jan 94P
  40082. Dev.CD Jan 9V
  40083. 32742X
  40084. Jan 94
  40085. omisehfsflavor
  40086. EvenBetterBusError init
  40087. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  40088. General tools.imgK
  40089. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  40090.  - Tool Chest
  40091.  - Testing & Debugging
  40092.  - General toolsV
  40093. 32301X
  40094. Feb 00^
  40095. --set theItem to choose file -- uncomment to test in an AS editor
  40096.     tell application "Finder"
  40097.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  40098.         activate
  40099.     end tell
  40100. on error errMsg number errNum
  40101.     --enter statements to perform when no records are found such as...
  40102.     display dialog "Sorry, the item you selected could not be found."
  40103.     return
  40104. end try
  40105. e    No Changeq
  40106. Dev.CD Feb 00 TC
  40107. D!All Packages
  40108. Tool Chest Edition
  40109. File Synchronization 1.1
  40110. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  40111. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  40112. Issues: Tool for Developer use. Not for distribution.
  40113. JJ68K
  40114. File Sync 1.1 Developer Read Me
  40115. File Synchronization Guide
  40116. PowerPCK
  40117. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  40118.  - Tool Chest
  40119.  - Developer Utilities
  40120.  - File Synchronization 1.1RDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  40121. 32302X
  40122. Feb 00^
  40123. --set theItem to choose file -- uncomment to test in an AS editor
  40124.     tell application "Finder"
  40125.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  40126.         activate
  40127.     end tell
  40128. on error errMsg number errNum
  40129.     --enter statements to perform when no records are found such as...
  40130.     display dialog "Sorry, the item you selected could not be found."
  40131.     return
  40132. end try
  40133. e    No ChangefKfile
  40134. synchronization
  40135. backup
  40136. assistant
  40137. folder
  40138. duplication
  40139. control panelq
  40140. Dev.CD Feb 00 TC
  40141. D!All Packages
  40142. Mac OS SDK Edition
  40143. File System Manager
  40144. antlr
  40145. appearance
  40146. appearance
  40147. manager
  40148. appearance
  40149. append
  40150. appkit
  40151. appkit
  40152. reference
  40153. apple
  40154. apple
  40155. advanced
  40156. typography
  40157. apple
  40158. detectors
  40159. apple
  40160. developer
  40161. apple
  40162. event
  40163. apple
  40164. event
  40165. folder
  40166. actions
  40167. apple
  40168. event
  40169. server
  40170. apple
  40171. events
  40172. apple
  40173. events
  40174. spell
  40175. grammar
  40176. writeswell
  40177. spellswell
  40178. working
  40179. apple
  40180. guide
  40181. apple
  40182. apple
  40183. media
  40184. conference
  40185. apple
  40186. apple
  40187. apple
  40188. servers
  40189. apple
  40190. shared
  40191. library
  40192. manager
  40193. apple
  40194. system
  40195. apple
  40196. services
  40197. unicode
  40198. imaging
  40199. appleevent
  40200. appleevents
  40201. appleglot
  40202. appleglot
  40203. localization
  40204. internationalization
  40205. translation
  40206. unmountprojector@
  40207. urlaccesslib
  40208. utilities@
  40209. versions@
  40210. webobjectsandjava@
  40211. windows@
  40212. windows
  40213. sample
  40214. with@
  40215. services
  40216. specification@
  40217. writeswell
  40218. viii@
  40219. 1.4f3@
  40220. debabelizer@
  40221. delivery@
  40222. demonstrating@
  40223. designing@
  40224. detective@
  40225. developer's@
  40226. developers@
  40227. developments@
  40228. dialogs@
  40229. digital@
  40230. disk@
  40231. dithering@
  40232. documents@
  40233. docviewer@
  40234. dramatic@
  40235. easing@
  40236. editions@
  40237. effort@
  40238. enabling@
  40239. enhancements@
  40240. environments@
  40241. example@
  40242. executing@
  40243. exploring@
  40244. fall@
  40245. features@
  40246. e    No Changef
  40247. QuickTime
  40248. Dev.CD Feb 00 TC
  40249. D!All Packages
  40250. Tool Chest Edition
  40251. SGCapture2DiskI
  40252. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J-README.txt
  40253. sg.bat
  40254. SGCapture
  40255. SGCapture.zip
  40256. Feb 00
  40257. - Common
  40258.     - Sun Compliant Java Runtime Environment 1.1
  40259.     - QuickTime 3 
  40260.     - QTJava.zip
  40261.     - QTJava media samples
  40262. - Mac OS:
  40263.     - System 8 or later
  40264.     - Macintosh Runtime for Java (MRJ) 2.1
  40265. - Windows 95, 98, or NT::
  40266.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40267. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  40268.  - What's New?
  40269.  - Sample Code
  40270.  - QuickTime
  40271.  - QuickTime for Java
  40272.  - SGCaptureV
  40273. 32855X
  40274. Feb 00^
  40275. e    No Changef
  40276. QuickTime
  40277. Dev.CD Feb 00 TC
  40278. D!All Packages
  40279. Tool Chest Edition
  40280. Sherlock Plug-ins
  40281. Search Internet
  40282.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  40283.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  40284. Developers can create a new plug-in to add a search engine to Sherlock
  40285. s repertoire if they know how to interpreW
  40286. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD Feb 00 TC
  40287.  - Tool Chest
  40288.  - Devices
  40289.  - NuBus/Slot Manager
  40290.  - ROM Build/Download 3.2.4V
  40291. 32821X
  40292. Feb 00^
  40293. --set theItem to choose file -- uncomment to test in an AS editor
  40294.     tell application "Finder"
  40295.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  40296.         activate
  40297.     end tell
  40298. on error errMsg number errNum
  40299.     --enter statements to perform when no records are found such as...
  40300.     display dialog "Sorry, the item you selected could not be found."
  40301.     return
  40302. end try
  40303. e    No ChangefuSlot
  40304. Slot Manager
  40305. Slot Mgr.
  40306. Declaration
  40307. configuration
  40308. configuration ROM
  40309. NuBus
  40310.  CRCPatch
  40311. CRCCalc
  40312. tjs commq
  40313. Dev.CD Feb 00 TC
  40314. D!All Packages
  40315. Tool Chest Edition
  40316. Sad Mac Error Codes 1.1h
  40317. coachmarks
  40318. 32778X
  40319. Jul 93
  40320. b--set theItem to choose file -- uncomment to test in an AS editor
  40321.     tell application "Finder"
  40322.         open item "Dev.CD Jul 93"
  40323.         activate
  40324.     end tell
  40325. on error errMsg number errNum
  40326.     --enter statements to perform when no records are found such as...
  40327.     display dialog "Sorry, the item you selected could not be found."
  40328.     return
  40329. end try
  40330. All Packages
  40331. F    QuickTimeO
  40332. Dev.CD Jul 93P
  40333. Dev.CD Jul 9V
  40334. 32779X
  40335. Jul 93
  40336. b--set theItem to choose file -- uncomment to test in an AS editor
  40337.     tell application "Finder"
  40338.         open item "Dev.CD Jul 93"
  40339.         activate
  40340.     end tell
  40341. on error errMsg number errNum
  40342.     --enter statements to perform when no records are found such as...
  40343.     display dialog "Sorry, the item you selected could not be found."
  40344.     return
  40345. end try
  40346. All Packages
  40347. F    QuickTimeO
  40348. Dev.CD Jul 93
  40349. Dev.CD Apr 93P
  40350. Dev.CD Jul 93
  40351. Dev.CD Apr 9V
  40352. 32780X
  40353. Jul 93
  40354. documentation
  40355. doubletrouble
  40356. doubletrouble
  40357.  ICC Profiles DocsV
  40358. 30454X
  40359. Jan 00^
  40360. --set theItem to choose file -- uncomment to test in an AS editor
  40361.     tell application "Finder"
  40362.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  40363.         activate
  40364.     end tell
  40365. on error errMsg number errNum
  40366.     --enter statements to perform when no records are found such as...
  40367.     display dialog "Sorry, the item you selected could not be found."
  40368.     return
  40369. end try
  40370. e    No Changef#ColorSync
  40371. Profile Specificationq
  40372. Dev.CD Jan 00 SDK1
  40373. D!All Packages
  40374. Tool Chest Edition
  40375. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  40376. It is an MPW text file. JFImran's READ ME
  40377. Imran's READ ME.txt
  40378. KCHR mappings
  40379. Virtual Keycode diffK
  40380. Vol VL
  40381. Vol VIInge
  40382. --set theItem to choose file -- uncomment to test in an AS editor
  40383.     tell application "Finder"
  40384.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  40385.         activate
  40386.     end tell
  40387. on error errMsg number errNum
  40388.     --enter statements to perform when no records are found such as...
  40389.     display dialog "Sorry, the item you selected could not be found."
  40390.     return
  40391. end try
  40392. rMsg number errNum
  40393.     --enter statements to perform when no records are found such as...
  40394.     display dialog "Sorry, the item you selected could not be found."
  40395.     return
  40396. end try
  40397. e    No Changeq
  40398. Dev.CD Feb 00 TC
  40399. In Use
  40400. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  40401.  drives.
  40402. Vol III
  40403. Feb 00^
  40404. --set theItem to choose file -- uncomment to test in an AS editor
  40405.     tell application "Finder"
  40406.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:"
  40407.         activate
  40408.     end tell
  40409. on error errMsg number errNum
  40410.     --enter statements to perform when no records are found such as...
  40411.     display dialog "Sorry, the item you selected could not be found."
  40412.     return
  40413. end try
  40414. e    No Changeq
  40415. Dev.CD Feb 00 TC
  40416. All Packages
  40417. Indian Language KitO
  40418. Dev.CD May 97 TCP
  40419. Dev.CD May 97 TV
  40420. 30457X
  40421. May 97
  40422. e--set theItem to choose file -- uncomment to test in an AS editor
  40423.     tell application "Finder"
  40424.         open item "Dev.CD May 97 TC"
  40425.         activate
  40426.     end tell
  40427. on error errMsg number errNum
  40428.     --enter statements to perform when no records are found such as...
  40429.     display dialog "Sorry, the item you selected could not be found."
  40430.     return
  40431. end try
  40432. D!All Packages
  40433. Tool Chest Edition
  40434. Indian Language Kit 1.0
  40435. beginning
  40436. behalf
  40437. behave
  40438. behavior
  40439. behaviors
  40440. behaviour
  40441. being
  40442. beings
  40443. believe
  40444. belly
  40445. belong
  40446. belongs
  40447. below
  40448. bending
  40449. beneath
  40450. benefit
  40451. benefits
  40452. benign
  40453. berdahl
  40454. berkeley
  40455. berkowitz
  40456. least
  40457. leave
  40458. leaving
  40459. ledapp
  40460. legacy
  40461. legal
  40462. length
  40463. lesser
  40464. lessons
  40465. levels
  40466. lexical
  40467. lexicon
  40468. libraries
  40469. libraryQ
  40470. licenced
  40471. license
  40472. licensed
  40473. licenses
  40474. licensing
  40475. light
  40476. light-weight
  40477. lighter
  40478. e    No Changeq
  40479. Dev.CD May 98 TC
  40480. D!All Packages
  40481. Tool Chest Edition
  40482. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  40483. General tools.imgK
  40484. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  40485.  - Tool Chest
  40486.  - Testing & Debugging
  40487.  - General toolsV
  40488. 32301X
  40489. Feb 00^
  40490. --set theItem to choose file -- uncomment to test in an AS editor
  40491.     tell application "Finder"
  40492.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  40493.         activate
  40494.     end tell
  40495. on error errMsg number errNum
  40496.     --enter statements to perform when no records are found such as...
  40497.     display dialog "Sorry, the item you selected could not be found."
  40498.     return
  40499. end try
  40500. e    No Changeq
  40501. Dev.CD Feb 00 TC
  40502. ev.CD Feb 00 TC
  40503. Jun 97
  40504. f--set theItem to choose file -- uncomment to test in an AS editor
  40505.     tell application "Finder"
  40506.         open item "Dev.CD Jun 97 SSW"
  40507.         activate
  40508.     end tell
  40509. on error errMsg number errNum
  40510.     --enter statements to perform when no records are found such as...
  40511.     display dialog "Sorry, the item you selected could not be found."
  40512.     return
  40513. end try
  40514. All Packages
  40515. F    QuickTimeO
  40516. Dev.CD Jun 97 SSWP
  40517. Dev.CD Jun 97 SSV
  40518. 32797X
  40519. Jun 97
  40520. f--set theItem to choose file -- uncomment to test in an AS editor
  40521.     tell application "Finder"
  40522.         open item "Dev.CD Jun 97 SSW"
  40523.         activate
  40524.     end tell
  40525. on error errMsg number errNum
  40526.     --enter statements to perform when no records are found such as...
  40527.     display dialog "Sorry, the item you selected could not be found."
  40528.     return
  40529. end try
  40530. All Packages
  40531. F    QuickTimeO
  40532. Dev.CD Jun 97 SSWP
  40533. Dev.CD Jun 97 SSV
  40534. 32798X
  40535. Jun 97
  40536. Debug Extensions:
  40537. Documentation:
  40538. Mac Interfaces:
  40539. Mac SampleCode New for 1.6:
  40540. Mac SampleCode Previous:
  40541. Release Extensions:
  40542. Release Installer:
  40543. Stub Libraries:
  40544. Unsupported Libraries:K
  40545. Jun 95L
  40546. Jul 99M'PowerPC CPUs with system 7.5 or greaterN
  40547. QD3D 1.6O?Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:PGDev.CD Oct 99 SDK1
  40548.  - Development Kits
  40549.  - Mac OS
  40550.  - QuickDraw3D 1.6 SDKV
  40551. 32712X
  40552. Oct 99^
  40553. --set theItem to choose file -- uncomment to test in an AS editor
  40554.     tell application "Finder"
  40555.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  40556.         activate
  40557.     end tell
  40558. on error errMsg number errNum
  40559.     --enter statements to perform when no records are found such as...
  40560.     display dialog "Sorry, the item you selected could not be found."
  40561.     return
  40562. end try
  40563. Deletedf
  40564. QD3D 1.6q
  40565. Dev.CD Oct 99 SDK1
  40566. D!All Packages
  40567. Mac OS SDK Edition
  40568. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  40569. powerbookg3series
  40570. powerbookg3series
  40571. powermac
  40572. powermac
  40573. stuff
  40574. powerpc
  40575. powerplant
  40576. ppclist
  40577. ppclist
  40578. ppcnumerics
  40579. ppcsoftware
  40580. pre-asip
  40581. pre-release
  40582. pre-release
  40583. prebuilt
  40584. preferences
  40585. prefix
  40586. prefs
  40587. prefs
  40588. system
  40589. previous
  40590. primer
  40591. print
  40592. print
  40593. total
  40594. pages
  40595. print2
  40596. printaetypes
  40597. printaetypes
  40598. printing
  40599. printondemand
  40600. printondemand
  40601. printpict
  40602. printpict
  40603. printpictlist
  40604. printpictlist
  40605. privileges
  40606. privileges
  40607. process
  40608. processes
  40609. guide
  40610. projectfolders
  40611. projectmenu
  40612. projects
  40613. projectxplugin68k
  40614. projectxplugin68knfp
  40615. projectxpluginppc
  40616. projlistmenu
  40617. proto
  40618. proto
  40619. e    No Changef
  40620. EOModeler
  40621. databaseq
  40622. Dev.CD Mar 00 RL Disk 1
  40623. D!All Packages
  40624. Tool Chest Edition
  40625. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  40626. sBenelux*distributors/localizers
  40627. Denmark*distributors/localizers
  40628. Finland*distributors/localizers
  40629. France*distributors/localizers
  40630. Germany*distributors/localizers
  40631. IEA*distributors/localizers
  40632. Italy*distributors/localizers
  40633. Norway*distributors/localizers
  40634. Spain*distributors/localizers
  40635. Sweden*distributors/localizers
  40636. Switz.*distributors/localizers
  40637. UK/EIRE*distributors/localizers
  40638. Jul 94M
  40639. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  40640.  - Programs & Marketing
  40641.  - Market & Distribution Guides
  40642.  - Euro Distributors/LocalizersV
  40643. 32300X
  40644. May 98^
  40645. #ography features supported by Apple QuickDraw GX technology.
  40646. The kit comes with a selection of keyboard layouts accompanied by a r
  40647. 9ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:P`Dev.CD Feb 00 TC
  40648.  - What's New?
  40649.  - Sample Code
  40650.  - QuickTime
  40651.  - QuickTime for Java
  40652.  - SoundRecordV
  40653. 32894X
  40654. Feb 00^
  40655. --set theItem to choose file -- uncomment to test in an AS editor
  40656.     tell application "Finder"
  40657.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:"
  40658.         activate
  40659.     end tell
  40660. on error errMsg number errNum
  40661.     --enter statements to perform when no records are found such as...
  40662.     display dialog "Sorry, the item you selected could not be found."
  40663.     return
  40664. end try
  40665. e    No Changef
  40666. QuickTime
  40667. Dev.CD Feb 00 TC
  40668. :D!All Packages
  40669. Tool Chest Edition
  40670. SoundSprocketTestI
  40671. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  40672. 1e    No Change
  40673. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  40674. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  40675. SetPDiMC:  This MPW toolG
  40676.  sets the 
  40677. Printer Driver Is MultiFinder Compatible
  40678.  flag (see 
  40679. Learning to Drive
  40680.  on the Developer Essentials disc).
  40681. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  40682. J'Sample Code.img
  40683. Windows Sample Code.imgK
  40684. Nov 94L
  40685. Nov 96O
  40686. Dev.CD Feb 00 TC:Sample Code:P
  40687. Dev.CD Feb 00 TC
  40688.  - Sample Codecal
  40689. typically
  40690. typing
  40691. typist
  40692. typographic
  40693. typography
  40694. modeled
  40695. modeless
  40696. modeling
  40697. models
  40698. modem
  40699. moderate
  40700. moderated
  40701. moderm
  40702. modern
  40703. Dev.CD Feb 00 TC:Sample Code:P
  40704. Dev.CD Feb 00 TC
  40705.  - Sample CodeV
  40706. 30459X
  40707. Feb 00^
  40708. r--set theItem to choose file -- uncomment to test in an AS editor
  40709.     tell application "Finder"
  40710.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40711.         activate
  40712.     end tell
  40713. on error errMsg number errNum
  40714.     --enter statements to perform when no records are found such as...
  40715.     display dialog "Sorry, the item you selected could not be found."
  40716.     return
  40717. end try
  40718. Movedf=TSMTE
  40719. TextEdit
  40720. inline input
  40721. Japanese
  40722. internationalizationq
  40723. Dev.CD Feb 00 TC
  40724. D(All Packages
  40725. Reference Library Edition
  40726. Inside Macintosh - QuickDraw GX
  40727. ~--set theItem to choose file -- uncomment to test in an AS editor
  40728.     tell application "Finder"
  40729.         open item "Dev.CD Apr 94
  40730. Dev.CD Jan 94
  40731. Dev.CD Oct 93"
  40732.         activate
  40733.     end tell
  40734. on error errMsg number errNum
  40735.     --enter statements to perform when no records are found such as...
  40736.     display dialog "Sorry, the item you selected could not be found."
  40737.     return
  40738. end try
  40739. insidemac
  40740. typechar
  40741. typed
  40742. typeintltext
  40743. types
  40744. typeservicesforunico
  40745. typeservicesforunico
  40746. sample
  40747. application
  40748. provided
  40749. typical
  40750. typically
  40751. typing
  40752. typist
  40753. typographic
  40754. typography
  40755. ucgetcharproperty
  40756. udpsample
  40757. ufailure
  40758. library
  40759. ukrainian
  40760. ukranian
  40761. ultimate
  40762. ultimately
  40763. un/mount
  40764. unable
  40765. unaffected
  40766. unbeknownst
  40767. unbound
  40768. unclear
  40769. uncompiled
  40770. uncompressed
  40771. unconditionally
  40772. under
  40773. --set theItem to choose file -- uncomment to test in an AS editor
  40774.     tell application "Finder"
  40775.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  40776.         activate
  40777.     end tell
  40778. on error errMsg number errNum
  40779.     --enter statements to perform when no records are found such as...
  40780.     display dialog "Sorry, the item you selected could not be found."
  40781.     return
  40782. end try
  40783. ev.CD Dec 99 RL
  40784. D!All Packages
  40785. Mac OS SDK Edition
  40786. Installer SDK 1.2.3
  40787. --set theItem to choose file -- uncomment to test in an AS editor
  40788.     tell application "Finder"
  40789.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  40790.         activate
  40791.     end tell
  40792. on error errMsg number errNum
  40793.     --enter statements to perform when no records are found such as...
  40794.     display dialog "Sorry, the item you selected could not be found."
  40795.     return
  40796. end try
  40797.  the key elements of QuickDraw GX programs a
  40798. nd then moves on to illustrate these features using practical programming examples.
  40799. QuickDraw GX Environment & Utilities
  40800. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  40801. QuickDraw GX Graphics
  40802. This book shows  
  40803. e    No Changef
  40804. PowerBook 1400q
  40805. Dev.CD Mar 00 RL Disk 2
  40806. All Packages
  40807. F    EOModeler
  40808. Learning EOModeler
  40809. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  40810. EOModeler.pdfK
  40811. Jun 99M
  40812. Acrobat Reader 3.0N
  40813. EOModeler, databaseO>Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Mar 00 RL Disk 1
  40814.  - Interactive Media Resources
  40815.  - EOModelerV
  40816. 32299X
  40817. Mar 00^    RL Disk 1
  40818. --set theItem to choose file -- uncomment to test in an AS editor
  40819.     tell application "Finder"
  40820.         open item "Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:"
  40821.         activate
  40822.     end tell
  40823. on error errMsg number errNum
  40824.     --enter statements to perform when no records are found such as...
  40825.     display dialog "Sorry, the item you selected could not be found."
  40826.     return
  40827. end try
  40828. Dev.CD Apr 95
  40829. Dev.CD Jan 9V
  40830. 32686X
  40831. Apr 95
  40832. p--set theItem to choose file -- uncomment to test in an AS editor
  40833.     tell application "Finder"
  40834.         open item "Dev.CD Apr 95
  40835. Dev.CD Jan 95"
  40836.         activate
  40837.     end tell
  40838. on error errMsg number errNum
  40839.     --enter statements to perform when no records are found such as...
  40840.     display dialog "Sorry, the item you selected could not be found."
  40841.     return
  40842. end try
  40843. All Packages
  40844. QuickDraw GXO
  40845. Dev.CD Apr 95
  40846. Dev.CD Jan 95P
  40847. Dev.CD Apr 95
  40848. Dev.CD Jan 9V
  40849. 32687X
  40850. Apr 95
  40851. p--set theItem to choose file -- uncomment to test in an AS editor
  40852.     tell application "Finder"
  40853.         open item "Dev.CD Apr 95
  40854. Dev.CD Jan 95"
  40855.         activate
  40856.     end tell
  40857. on error errMsg number errNum
  40858.     --enter statements to perform when no records are found such as...
  40859.     display dialog "Sorry, the item you selected could not be found."
  40860.     return
  40861. end try
  40862. All Packages
  40863. QuickDraw GXO
  40864. Dev.CD Apr 95P
  40865. Dev.CD Apr 9V
  40866. 32688X
  40867. colorsync
  40868. photoshop
  40869. plug-ins
  40870. colorsync
  40871. profile
  40872. rename
  40873. colour
  40874. comet
  40875. communications
  40876. compare
  40877. compiler
  40878. compilers
  40879. component
  40880. component
  40881. compression
  40882. decompression
  40883. compound
  40884. compress
  40885. compression
  40886. computer
  40887. computer
  40888. based
  40889. media
  40890. television
  40891. broadcast
  40892. graphics
  40893. conditional
  40894. conference
  40895. conferencing
  40896. configuration
  40897. connectivity
  40898. ontrols
  40899. conversion
  40900. converter
  40901. coprocessor
  40902. foundation
  40903. overview
  40904. opaque
  40905. types
  40906. reference
  40907. counts
  40908. corners
  40909. countersQ
  40910. counting
  40911. counts
  40912. creator
  40913. creator
  40914. signature
  40915. registration
  40916. cross-platform
  40917. ctabhandle
  40918. cursors
  40919. custom
  40920. cyrillic
  40921. conversion
  40922. apple
  40923. event
  40924. server
  40925. scripting
  40926. database
  40927. database
  40928. Apr 95
  40929. b--set theItem to choose file -- uncomment to test in an AS editor
  40930.     tell application "Finder"
  40931.         open item "Dev.CD Apr 95"
  40932.         activate
  40933.     end tell
  40934. on error errMsg number errNum
  40935.     --enter statements to perform when no records are found such as...
  40936.     display dialog "Sorry, the item you selected could not be found."
  40937.     return
  40938. end try
  40939. All Packages
  40940. QuickDraw GXO
  40941. Dev.CD Apr 95P
  40942. Dev.CD Apr 9V
  40943. 32689X
  40944. Apr 95
  40945. b--set theItem to choose file -- uncomment to test in an AS editor
  40946.     tell application "Finder"
  40947.         open item "Dev.CD Apr 95"
  40948.         activate
  40949.     end tell
  40950. on error errMsg number errNum
  40951.     --enter statements to perform when no records are found such as...
  40952.     display dialog "Sorry, the item you selected could not be found."
  40953.     return
  40954. end try
  40955. All Packages
  40956. QuickDraw GXO
  40957. Dev.CD Aug 93P
  40958. Dev.CD Aug 9V
  40959. 32690X
  40960. Aug 93
  40961. system
  40962. enabler
  40963. system
  40964. enabler
  40965. system
  40966. enabler
  40967. 160/180
  40968. system
  40969. enabler
  40970. system
  40971. enabler
  40972. 160/165c/180/180c
  40973. system
  40974. enabler
  40975. system
  40976. enabler
  40977. performa
  40978. system
  40979. enabler
  40980. performa
  40981. system
  40982. enabler
  40983. color
  40984. classic
  40985. e    No Changef0PC Card 3.0
  40986. Location Manager
  40987. Eject
  40988. Action moduleq
  40989. Dev.CD Feb 00 TC
  40990. D!All Packages
  40991. Mac OS SDK Edition
  40992. Embedding Profile Documentation
  40993. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  40994. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  40995. Embedding ICC Profile in GIF89a
  40996. Embedding ICC Profiles in EPS
  40997. Embedding ICC Profiles in JFIF
  40998. Embedding ICC Profiles in Pict
  40999. Embedding ICC Profiles in TIFFK
  41000. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  41001.  - Development Kits (Disc 1)
  41002.  - ColorSync SDK
  41003.  - Documentation
  41004.  - Embedding Profile DocumentationV
  41005. 32297X
  41006. Apr 98^
  41007. e    No Changef2ColorSync
  41008. Profile Embed
  41009. Dev.CD Apr 98 SDK1
  41010. All Packages
  41011. F)Enhanced Macintosh PB 1400 Developer NoteI
  41012. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  41013. PB_190_5300RAMCard_Er.pdf
  41014. PowerBook_1400.pdf
  41015. PowerBook_1400_Addendum.pdf
  41016. PowerBook_2400c.pdf
  41017. PowerBook_3400.pdf
  41018. PowerBook_5300.pdf
  41019. PowerBook_Duo_2300c.pdf
  41020. PowerBook_Processor_Upg.pdfK
  41021. Sep 97M
  41022. Acrobat Reader.N
  41023. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  41024.  - Technical Publications
  41025.  - hardware
  41026.  - Developer_Notes
  41027.  - Macintosh_CPUs-PPC_PortableV
  41028. 32298X
  41029. Mar 00^    RL Disk 2
  41030. e    No Change
  41031. t is should be understood that these items may have some bugs.
  41032. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  41033. r--set theItem to choose file -- uncomment to test in an AS editor
  41034.     tell application "Finder"
  41035.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41036.         activate
  41037.     end tell
  41038. on error errMsg number errNum
  41039.     --enter statements to perform when no records are found such as...
  41040.     display dialog "Sorry, the item you selected could not be found."
  41041.     return
  41042. end try
  41043. ller SDK 1.2.3:PGDev.CD Jan 00 SDK1
  41044.  - Development Kits
  41045.  - Mac OS
  41046.  - Installer SDK 1.2.3
  41047. All Packages
  41048. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  41049. Dev.CD Jan 94
  41050. Dev.CD Oct 93
  41051. Dev.CD Jul 93P6Dev.CD Apr 94
  41052. Dev.CD Jan 94
  41053. Dev.CD Oct 93
  41054. Dev.CD Jul 9V
  41055. 33050X
  41056. Apr 94
  41057. --set theItem to choose file -- uncomment to test in an AS editor
  41058.     tell application "Finder"
  41059.         open item "Dev.CD Apr 94
  41060. Dev.CD Jan 94
  41061. Dev.CD Oct 93
  41062. Dev.CD Jul 93"
  41063.         activate
  41064.     end tell
  41065. on error errMsg number errNum
  41066.     --enter statements to perform when no records are found such as...
  41067.     display dialog "Sorry, the item you selected could not be found."
  41068.     return
  41069. end try
  41070. All Packages
  41071. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41072. Dev.CD Jan 94
  41073. Dev.CD Oct 93
  41074. Dev.CD Jul 93
  41075. Dev.CD Apr 93PDDev.CD Apr 94
  41076. Dev.CD Jan 94
  41077. Dev.CD Oct 93
  41078. Dev.CD Jul 93
  41079. Dev.CD Apr 9V
  41080. 33051X
  41081. Apr 94
  41082. list's
  41083. attention
  41084. attractive
  41085. attribute
  41086. attributes
  41087. audience
  41088. audiences
  41089. audio
  41090. audio
  41091. allows
  41092. start
  41093. pause
  41094. audit
  41095. audited
  41096. auditing
  41097. aug-95
  41098. august
  41099. aurp-speaking
  41100. authenticate
  41101. authenticated
  41102. authentication
  41103. authenticator
  41104. author
  41105. authoring
  41106. authorized
  41107. authors
  41108. auto-scroll
  41109. autoguest
  41110. autoguest
  41111. control
  41112. panel
  41113. attempts
  41114. prevent
  41115. automagically
  41116. automate
  41117. automated
  41118. automates
  41119. automatic
  41120. automatically
  41121. automating
  41122. automation
  41123. autoversioning
  41124. auxiliary
  41125. intro
  41126. windows
  41127. sample
  41128. windows
  41129. system
  41130. files
  41131. windowutilities
  41132. windowutilities
  41133. windowutilities
  41134. editor
  41135. resedit
  41136. editor
  41137. notes
  41138. samples
  41139. codewarrior
  41140. codewarrior
  41141. coerceprgeneral
  41142. coerceprgeneral
  41143. OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  41144.  - Programs & Marketing
  41145.  - Market & Distribution GuidesV
  41146. 30463X
  41147. May 98^
  41148. --set theItem to choose file -- uncomment to test in an AS editor
  41149.     tell application "Finder"
  41150.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  41151.         activate
  41152.     end tell
  41153. on error errMsg number errNum
  41154.     --enter statements to perform when no records are found such as...
  41155.     display dialog "Sorry, the item you selected could not be found."
  41156.     return
  41157. end try
  41158. e    No Changeq
  41159. Dev.CD May 98 TC
  41160. D!All Packages
  41161. Mac OS SDK Edition
  41162. Interactive Corp Success Guide
  41163. emulator
  41164. enabled
  41165. enabler
  41166. encoding
  41167. endpoint
  41168. endpoints
  41169. address
  41170. engine
  41171. enterprise
  41172. enterprise
  41173. objects
  41174. framework
  41175. ion:Interactive Media Resources:Interactive Corp Success Guide:"
  41176.         activate
  41177.     end tell
  41178. on error errMsg number errNum
  41179.     --enter statements to perform when no records are found such as...
  41180.     display dialog "Sorry, the item you selected could not be found."
  41181.     return
  41182. end try
  41183. DeletedfCreturn on investment
  41184. business processes
  41185. interactive media solutionsq
  41186. Dev.CD Jan 98 SDK1
  41187. D!All Packages
  41188. Mac OS SDK Edition
  41189. WebObjects Tools and Techniques
  41190. r--set theItem to choose file -- uncomment to test in an AS editor
  41191.     tell application "Finder"
  41192.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41193.         activate
  41194.     end tell
  41195. on error errMsg number errNum
  41196.     --enter statements to perform when no records are found such as...
  41197.     display dialog "Sorry, the item you selected could not be found."
  41198.     return
  41199. end try
  41200. e Reference & Information Publishing.
  41201. The book demonstrates through real life case studies that it is possible to 
  41202. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  41203. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  41204. Movedq
  41205. Dev.CD Feb 00 TC
  41206. D!All Packages
  41207. Tool Chest Edition
  41208. Eject PC Cards Location Module
  41209. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  41210. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  41211. J'Sample Code.img
  41212. Windows Sample Code.imgK
  41213. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  41214. Dev.CD Feb 00 TC:Sample Code:P
  41215. Dev.CD Feb 00 TC
  41216.  - Sample CodeV
  41217. 32296X
  41218. Feb 00^
  41219. #dobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  41220. emulator@
  41221. entertainment@
  41222. error@
  41223. field@
  41224. fontsync@
  41225. gateway@
  41226. hardware
  41227. acceleration@
  41228. menubar
  41229. corners
  41230. desktop
  41231. finder
  41232. grayrgn@
  41233. jump@
  41234. language
  41235. manager@
  41236. runtime
  41237. architecture@
  41238. memory
  41239. monitor@
  41240. multimedia@
  41241. network
  41242. services
  41243. location
  41244. manager@
  41245. network
  41246. setup@
  41247. transport
  41248. debug@
  41249. option
  41250. management@
  41251. pccard@
  41252. ping@
  41253. PbDev.CD Sep 97 RL
  41254.  - Technical Documentation
  41255.  - Toolbox Assistant
  41256.  - QuickView Databases-Standalone
  41257. stack
  41258. synccatch
  41259. synchronization
  41260. synthesis
  41261. sysconfig
  41262. sysconfig
  41263. 1.5b16
  41264. systemO
  41265. All Packages
  41266. System 7 Tune-UpO
  41267. Dev.CD Sept 92
  41268. Dev.CD Aug 92P
  41269. Dev.CD Sept 92
  41270. Dev.CD Aug 9V
  41271. 32916X
  41272. Sept 9
  41273. q--set theItem to choose file -- uncomment to test in an AS editor
  41274.     tell application "Finder"
  41275.         open item "Dev.CD Sept 92
  41276. Dev.CD Aug 92"
  41277.         activate
  41278.     end tell
  41279. on error errMsg number errNum
  41280.     --enter statements to perform when no records are found such as...
  41281.     display dialog "Sorry, the item you selected could not be found."
  41282.     return
  41283. end try
  41284. All Packages
  41285. System 7 Tune-UpO
  41286. Dev.CD Sept 92
  41287. Dev.CD Aug 92P
  41288. Dev.CD Sept 92
  41289. Dev.CD Aug 9V
  41290. 32917X
  41291. Sept 9
  41292. q--set theItem to choose file -- uncomment to test in an AS editor
  41293.     tell application "Finder"
  41294.         open item "Dev.CD Sept 92
  41295. Dev.CD Aug 92"
  41296.         activate
  41297.     end tell
  41298. on error errMsg number errNum
  41299.     --enter statements to perform when no records are found such as...
  41300.     display dialog "Sorry, the item you selected could not be found."
  41301.     return
  41302. end try
  41303. DVD Primer
  41304. Publishing in the Age of DVD, Second Edition
  41305. A Primer for Creating Content for DVD
  41306. by Mark Ely and Dave Block
  41307. After several years of intense development and cross-industry cooperation
  41308. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41309.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cbObjects Builder
  41310. Tools
  41311. Tips and Techniquesq
  41312. Dev.CD Jan 00 SDK1
  41313. D!All Packages
  41314. Mac OS SDK Edition
  41315. Interfaces&LibrariesI
  41316. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  41317. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  41318. UniversalInterfaces3.3a1.imgK
  41319. Feb 94L
  41320. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:nge
  41321. entertainment
  41322. environment
  41323. eomodeler
  41324. nsor Information Systems, Inc.
  41325. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  41326. WebObjectsToolsAndTech.pdfK
  41327. Jul 99M
  41328. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOODev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:PTDev.CD Jan 00 SDK1
  41329.  - Interactive Media Resources
  41330.  - WebObjects Tools and Techniques
  41331. 32881X
  41332. Feb 00^
  41333. r--set theItem to choose file -- uncomment to test in an AS editor
  41334.     tell application "Finder"
  41335.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41336.         activate
  41337.     end tell
  41338. on error errMsg number errNum
  41339.     --enter statements to perform when no records are found such as...
  41340.     display dialog "Sorry, the item you selected could not be found."
  41341.     return
  41342. end try
  41343. e    No Changeq
  41344. Dev.CD Feb 00 TC
  41345. -D!All Packages
  41346. Tool Chest Edition
  41347. Snippets - QuickTime
  41348. Q(** = new, * = revised)
  41349. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  41350. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  41351. J'Sample Code.img
  41352. Windows Sample Code.imgK
  41353. Feb 92L
  41354. Nov 96O
  41355. Dev.CD Feb 00 TC:Sample Code:P
  41356. Dev.CD Feb 00 TC
  41357.  - Sample CodeV
  41358. 32882X
  41359. Feb 00^
  41360. Advanced Web Site Technique.pdf
  41361. Avoid Audio Pitfalls Guide.pdf
  41362. CompbasedMediaBroadcastEnv
  41363. Creating MIDI for the Web3.pdf
  41364. DeBabelizer 3.0.pdf
  41365. Design For Reuse.pdf
  41366. DesignForRobustness
  41367. Digital Asset Management.pdf
  41368. Digital Storyboard.pdf 
  41369. DVD Development.pdf
  41370. DVD_Primer.pdf
  41371. Enhanced CD Survival Guide.pdf
  41372. EOModeler
  41373. Frameworks.pdf
  41374. Gender-Based Title Creation.pdf
  41375. Int_Media_Writer_Resources.pdf
  41376. Java Survival Guide.pdf
  41377. Making Cool QD3D Apps.pdf
  41378. Music on the Net.pdf
  41379. New Audio Features QT3.pdf
  41380. Porting
  41381. kObjectiveCtoJava
  41382. Push Tech Survival Gd.pdf
  41383. QT3-More Than Dig. Video.pdf
  41384. Simplified Stream Audio.pdf
  41385. Web Animation Guide.pdf
  41386. WebObjects Database Part I.pdf
  41387. WebObjects Database Part II.pdf
  41388. WebObjects Memory Mgmt.pdf
  41389. WebObjects Tools and Techniques
  41390. WebObjectsCategories&Posers.pdf
  41391. WebObjectsPerformanceTuning
  41392. Working with WebObjects.pdf
  41393. Writing for Interactive Media
  41394. 32294X
  41395. Jan 00^
  41396. --set theItem to choose file -- uncomment to test in an AS editor
  41397.     tell application "Finder"
  41398.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  41399.         activate
  41400.     end tell
  41401. on error errMsg number errNum
  41402.     --enter statements to perform when no records are found such as...
  41403.     display dialog "Sorry, the item you selected could not be found."
  41404.     return
  41405. end try
  41406. e    No Changef:DVD
  41407. content
  41408. development
  41409. entertainment
  41410. consumer electronicsq
  41411. Dev.CD Jan 00 SDK1
  41412. D!All Packages
  41413. Tool Chest Edition
  41414. EditTextCdevI
  41415. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. J'Sample Code.img
  41416. Windows Sample Code.imgK
  41417. Apr 97O
  41418. Dev.CD Feb 00 TC:Sample Code:P
  41419. Dev.CD Feb 00 TC
  41420.  - Sample CodeV
  41421. 32295X
  41422. Feb 00^
  41423. #st:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  41424.  - Tool Chest
  41425.  - Devices
  41426.  - CD-ROM
  41427.  - iso9660V
  41428. 30468X
  41429. Feb 00^
  41430. Apr 99M
  41431. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  41432.  - Interactive Media Resourcesrol Panel version 3.0.2
  41433.  EtherTalk version 2.5.7
  41434.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  41435.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  41436.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  41437. r all Apple Comm Slot ethernet cards
  41438.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  41439.  TokenTalk version 2.5.7
  41440.  Token Ring Control Panel version 1.0.1
  41441.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  41442.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  41443.  A/ROSE 1.2.1, for use in some token ring configurations
  41444. See the document "NSI 1.5.1 - Read Me First" for details.
  41445. Aug 92L
  41446. Jul 95
  41447. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  41448. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  41449. premastering
  41450. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  41451. the medium.
  41452. Working with DVD requires an in-depth understanding of the fo
  41453. ^rmat, production process, and tools required to bring titles to market. By
  41454. understanding DVD and all that it entails, professional media develop-ers
  41455. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  41456. Apr 99
  41457. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  41458. J'Sample Code.img
  41459. Windows Sample Code.imgK
  41460. Sep 99M
  41461. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  41462. Dev.CD Feb 00 TC:Sample Code:P
  41463. Dev.CD Feb 00 TC
  41464.  - Sample Codeersion 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  41465.  - Tool Chest
  41466.  - Testing & Debugging
  41467.  - Virtual User toolsV
  41468. 30469X
  41469. Feb 00^
  41470. sample
  41471. demonstrating
  41472. certain
  41473. kinds
  41474. sample
  41475. illustrating
  41476. scrolling
  41477. controls
  41478. sample
  41479. showing
  41480. asynchronously
  41481. record
  41482. sound
  41483. sample
  41484. accompany
  41485. chapter
  41486. introduction
  41487. sample
  41488. program
  41489. demonstrating
  41490. write
  41491. sample
  41492. program
  41493. demonstrate
  41494. direct
  41495. access
  41496. ether
  41497. samplefilter
  41498. samples
  41499. sanctioned
  41500. sanity
  41501. sanskrit
  41502. satisfy
  41503. satisfying
  41504. saturate
  41505. saved
  41506. savedpapfilexx
  41507. savemenu
  41508. saver
  41509. saves
  41510. saving
  41511. savory
  41512. savvy
  41513. sawitzki
  41514. sbarcdef
  41515. scalable
  41516. scale
  41517. scanned
  41518. scanner
  41519. scanners
  41520. scanning
  41521. Feb 00M
  41522. N/AOBDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:PPDev.CD Feb 00 TC
  41523.  - What's New?
  41524.  - Sample Code
  41525.  - Archive
  41526.  - Games
  41527.  - SoundboardV
  41528. 32892X
  41529. Feb 00^
  41530. --set theItem to choose file -- uncomment to test in an AS editor
  41531.     tell application "Finder"
  41532.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:"
  41533.         activate
  41534.     end tell
  41535. on error errMsg number errNum
  41536.     --enter statements to perform when no records are found such as...
  41537.     display dialog "Sorry, the item you selected could not be found."
  41538.     return
  41539. end try
  41540. e    No Changeq
  41541. Dev.CD Feb 00 TC
  41542. 8D!All Packages
  41543. Tool Chest Edition
  41544. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J6README.txt
  41545. smr.bat
  41546. SndMemRecord
  41547. SoundMemRecord.zip
  41548. Feb 00
  41549. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  41550. 32893X
  41551. 1e    No Change
  41552. --set theItem to choose file -- uncomment to test in an AS editor
  41553.     tell application "Finder"
  41554.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:"
  41555.         activate
  41556.     end tell
  41557. on error errMsg number errNum
  41558.     --enter statements to perform when no records are found such as...
  41559.     display dialog "Sorry, the item you selected could not be found."
  41560.     return
  41561. end try
  41562. ple CodeO
  41563. Dev.CD Feb 00 TC:Sample Code:P
  41564. Dev.CD Feb 00 TC
  41565.  - Sample CodeV
  41566. 30470X
  41567. Feb 00^
  41568. r--set theItem to choose file -- uncomment to test in an AS editor
  41569.     tell application "Finder"
  41570.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41571.         activate
  41572.     end tell
  41573. on error errMsg number errNum
  41574.     --enter statements to perform when no records are found such as...
  41575.     display dialog "Sorry, the item you selected could not be found."
  41576.     return
  41577. end try
  41578. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeither Sample Code
  41579. 32293X
  41580. Feb 00^
  41581. r--set theItem to choose file -- uncomment to test in an AS editor
  41582.     tell application "Finder"
  41583.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41584.         activate
  41585.     end tell
  41586. on error errMsg number errNum
  41587.     --enter statements to perform when no records are found such as...
  41588.     display dialog "Sorry, the item you selected could not be found."
  41589.     return
  41590. end try
  41591. e    No Changef!Network Setup
  41592. network preferencesq
  41593. Dev.CD Feb 00 TC
  41594. D!All Packages
  41595. Mac OS SDK Edition
  41596.  Age of DVD, Second Edition
  41597. A Primer for Creating Content for DVD
  41598. by Mark Ely and Dave Block
  41599. After several years of intense development and cross-industry cooperation
  41600. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41601.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cgle interactive c
  41602. cation that allows you to add copywrite information to a movie or view it if it already exists.
  41603. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  41604. ComboWalker
  41605. Digitizers
  41606. DrawTextCodec Example
  41607. Dumpster
  41608. GetInfo Init
  41609. GrabGuy b15
  41610. MovieShop
  41611. QuickTime XCMDs 
  41612. Reinstaller
  41613. Set Movie Info
  41614. Things!K
  41615. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD Feb 00 TC
  41616.  - Tool Chest
  41617.  - QuickTime
  41618.  - QuickTime Tools
  41619. DIMPORTANT INFORMATION ABOUT THIS SDK
  41620. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  41621. http://www.apple.com/quicktime/.
  41622. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  41623. untitled (DOS 1.4MB format)K
  41624. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  41625.  - Development Kits (Disc 2)
  41626.  - QuickTake for Windows 1.5
  41627. objects
  41628. webobjects
  41629. webobjects
  41630. webobjects
  41631. webobjects
  41632. builder
  41633. window
  41634. workgroup
  41635. server
  41636. working
  41637. workstation
  41638. wrapper
  41639. writeswell
  41640. yellow
  41641. yellow
  41642. yellow
  41643. zanzibar
  41644. zaptcp
  41645. zones
  41646. r--set theItem to choose file -- uncomment to test in an AS editor
  41647.     tell application "Finder"
  41648.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41649.         activate
  41650.     end tell
  41651. on error errMsg number errNum
  41652.     --enter statements to perform when no records are found such as...
  41653.     display dialog "Sorry, the item you selected could not be found."
  41654.     return
  41655. end try
  41656. ay 97 TC
  41657. Dev.CD Nov 96 TC
  41658. Dev.CD Aug 96 TC
  41659. Dev.CD May 96 TC
  41660. Dev.CD Feb 96 TC"
  41661.         activate
  41662.     end tell
  41663. on error errMsg number errNum
  41664.     --enter statements to perform when no records are found such as...
  41665.     display dialog "Sorry, the item you selected could not be found."
  41666.     return
  41667. end try
  41668. All Packages
  41669. Japanese Language KitO
  41670. Dev.CD Feb 95P
  41671. Dev.CD Feb 9V
  41672. 30472X
  41673. Feb 95
  41674. e    No Changef
  41675. QuickTime
  41676. Dev.CD Feb 00 TC
  41677. D!All Packages
  41678. Tool Chest Edition
  41679. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  41680. Windows Sample Code.imgK
  41681. May 98L
  41682. Jun 98M
  41683. OpenTransportN"OpenTransport, arp, cache, displayO
  41684. Dev.CD Feb 00 TC:Sample Code:P
  41685. Dev.CD Feb 00 TC
  41686.  - Sample CodeV
  41687. 32292X
  41688. Feb 00^
  41689. r--set theItem to choose file -- uncomment to test in an AS editor
  41690.     tell application "Finder"
  41691.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41692.         activate
  41693.     end tell
  41694. on error errMsg number errNum
  41695.     --enter statements to perform when no records are found such as...
  41696.     display dialog "Sorry, the item you selected could not be found."
  41697.     return
  41698. end try
  41699. e    No Changef
  41700. OpenTransport
  41701. cache
  41702. displayq
  41703. Dev.CD Feb 00 TC
  41704. D!All Packages
  41705. Tool Chest Edition
  41706. DumpNetworkSetup
  41707.     eWriter Halftone Dither Sample Code
  41708. portingobjectivectoj
  41709. portuguese
  41710. portuguese
  41711. brazilian
  41712. 1.1.3
  41713. power
  41714. power
  41715. emulator
  41716. power
  41717. emulator
  41718. release
  41719. notes
  41720. power
  41721. macintosh
  41722. artwork
  41723. powerbook
  41724. powerbook
  41725. addendum
  41726. powerbook
  41727. powerbook
  41728. 2400c
  41729. powerbook
  41730. powerbook
  41731. powerbook
  41732. 2300c
  41733. powerbook
  41734. processor
  41735. powerbook
  41736. zoomed
  41737. video
  41738. ~--set theItem to choose file -- uncomment to test in an AS editor
  41739.     tell application "Finder"
  41740.         open item "Dev.CD Oct 93
  41741. Dev.CD Jul 93
  41742. Dev.CD Apr 93"
  41743.         activate
  41744.     end tell
  41745. on error errMsg number errNum
  41746.     --enter statements to perform when no records are found such as...
  41747.     display dialog "Sorry, the item you selected could not be found."
  41748.     return
  41749. end try
  41750. All Packages
  41751. F    QuickTimeO
  41752. Dev.CD Oct 93
  41753. Dev.CD Jul 93P
  41754. Dev.CD Oct 93
  41755. Dev.CD Jul 9V
  41756. 32761X
  41757. Oct 93
  41758. p--set theItem to choose file -- uncomment to test in an AS editor
  41759.     tell application "Finder"
  41760.         open item "Dev.CD Oct 93
  41761. Dev.CD Jul 93"
  41762.         activate
  41763.     end tell
  41764. on error errMsg number errNum
  41765.     --enter statements to perform when no records are found such as...
  41766.     display dialog "Sorry, the item you selected could not be found."
  41767.     return
  41768. end try
  41769. All Packages
  41770. F    QuickTimeO
  41771. Dev.CD Oct 93
  41772. Dev.CD Jul 93P
  41773. Dev.CD Oct 93
  41774. Dev.CD Jul 9V
  41775. 32762X
  41776. Oct 93
  41777. p--set theItem to choose file -- uncomment to test in an AS editor
  41778.     tell application "Finder"
  41779.         open item "Dev.CD Oct 93
  41780. Dev.CD Jul 93"
  41781.         activate
  41782.     end tell
  41783. on error errMsg number errNum
  41784.     --enter statements to perform when no records are found such as...
  41785.     display dialog "Sorry, the item you selected could not be found."
  41786.     return
  41787. end try
  41788. pages
  41789. systems
  41790. helper
  41791. class
  41792. driver
  41793. menubar
  41794. corners
  41795. desktop
  41796. finder
  41797. grayrgn
  41798. hierarchical
  41799. level
  41800. hooper
  41801. hp-ux
  41802. rendering
  41803. htmlrenderinglib
  41804. human
  41805. human
  41806. interface
  41807. guidelines
  41808. hypercard
  41809. hypercard
  41810. player
  41811. services
  41812. utilities
  41813. iconref
  41814. icons
  41815. identification
  41816. image
  41817. graphical
  41818. graphical
  41819. interface
  41820. graphics
  41821. grayscale
  41822. groupdrawing
  41823. easyview
  41824. guide
  41825. guide
  41826. guide
  41827. contents
  41828. guidelines
  41829. gwlayers
  41830. gwlayers
  41831. gwlayers
  41832. spooler
  41833. patch
  41834. gxenvironment
  41835. gxgraphics
  41836. gxobjects
  41837. gxoverridetool
  41838. gxoverview
  41839. gxprintdrivers
  41840. gxprinting
  41841. gxtops
  41842. gxtops
  41843. installer
  41844. gxtypography
  41845. h-norwegian
  41846. handbook
  41847. handler
  41848. Movedq
  41849. Dev.CD Feb 00 TC
  41850. D!All Packages
  41851. Tool Chest Edition
  41852. F    DukeMovie
  41853. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  41854. J-dk.bat
  41855. DukeMovie
  41856. DukeMovie.zip
  41857. README.txt
  41858. Feb 00
  41859. - Common
  41860.     - Sun Compliant Java Runtime Environment 1.1
  41861.     - QuickTime 3 
  41862.     - QTJava.zip
  41863.     - QTJava media samples
  41864. - Mac OS:
  41865.     - System 8 or later
  41866.     - Macintosh Runtime for Java (MRJ) 2.1
  41867. - Windows 95, 98, or NT::
  41868.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41869. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:P^Dev.CD Feb 00 TC
  41870.  - What's New?
  41871.  - Sample Code
  41872.  - QuickTime
  41873.  - QuickTime for Java
  41874.  - DukeMovieV
  41875. 32291X
  41876. Feb 00^
  41877. cvtccomments
  41878. builds
  41879. cwpro2
  41880. cyberdog
  41881. cyberdog
  41882. cyberdogaddendum
  41883. cyrillic
  41884. cyrillic
  41885. first
  41886. czech
  41887. czech
  41888. 1.1.3
  41889. d-german
  41890. generator
  41891. danish
  41892. danish
  41893. 1.1.3
  41894. access
  41895. manager
  41896. folder
  41897. database
  41898. database
  41899. suite
  41900. databases-standalone
  41901. datamaster
  41902. datamaster
  41903. datasheet
  41904. dateconverter
  41905. dateconverter
  41906.  filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it ttempt to use it 
  41907. markpascal
  41908. masher
  41909. mcplaymovie
  41910. mcplaymovie
  41911. mdefproc
  41912. mdefproc
  41913. media
  41914. megamovies
  41915. memhell
  41916. memhell
  41917. 1.0a6
  41918. readme
  41919. age Kits
  41920.  - Japanese Language Kit 1.2
  41921. All Packages
  41922. System Enabler 065 (LC 575)O
  41923. Dev.CD Apr 94
  41924. Dev.CD Jan 94P
  41925. Dev.CD Apr 94
  41926. Dev.CD Jan 9V
  41927. 33056X
  41928. Apr 94
  41929. p--set theItem to choose file -- uncomment to test in an AS editor
  41930.     tell application "Finder"
  41931.         open item "Dev.CD Apr 94
  41932. Dev.CD Jan 94"
  41933.         activate
  41934.     end tell
  41935. on error errMsg number errNum
  41936.     --enter statements to perform when no records are found such as...
  41937.     display dialog "Sorry, the item you selected could not be found."
  41938.     return
  41939. end try
  41940. All Packages
  41941. System Enabler 065 (LC 575)O
  41942. Dev.CD Apr 94
  41943. Dev.CD Jan 94P
  41944. Dev.CD Apr 94
  41945. Dev.CD Jan 9V
  41946. 33057X
  41947. Apr 94
  41948. --set theItem to choose file -- uncomment to test in an AS editor
  41949.     tell application "Finder"
  41950.         open item "Dev.CD Apr 94
  41951. Dev.CD Jan 94
  41952. Dev.CD Oct 93
  41953. Dev.CD Jul 93
  41954. Dev.CD Apr 93"
  41955.         activate
  41956.     end tell
  41957. on error errMsg number errNum
  41958.     --enter statements to perform when no records are found such as...
  41959.     display dialog "Sorry, the item you selected could not be found."
  41960.     return
  41961. end try
  41962. kopala
  41963. korean
  41964. korean-language
  41965. kotoeri
  41966. kunicodetextrunheuri
  41967. kzoomlarger
  41968. label
  41969. labelmenu
  41970. labels
  41971. labels-like
  41972. labor
  41973. lands
  41974. language
  41975. summary
  41976. minimaldeclrom
  41977. minimaldeclrom
  41978. module
  41979. monitor
  41980. mountprojector
  41981. mountserver
  41982. program
  41983. goodies
  41984. goodies
  41985. scripts
  41986. readme
  41987. scripts
  41988. readme
  41989. 1.0.1b1c2
  41990. installer
  41991. installer
  41992. 1.0.1b1c2
  41993. multimedia
  41994. multimedia
  41995. standards
  41996. music
  41997. music
  41998. helper
  41999. mybuildmenu
  42000. namerevisioncurrent
  42001. native
  42002. native
  42003. navig
  42004. install
  42005. netsprocket
  42006. netsprocket
  42007. checkedoutfiles
  42008. checker
  42009. checkers
  42010. checkgestalt
  42011. checkinall
  42012. checking
  42013. checks
  42014. checksum
  42015. checkwindowin
  42016. checkwindowout
  42017. chesley
  42018. chess
  42019. chest
  42020. chineese
  42021. chinese
  42022. chiropractic
  42023. chock
  42024. choice
  42025. choices
  42026. choose
  42027. chooser
  42028. chooses
  42029. choosing
  42030. christine
  42031. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  42032. 30476X
  42033. Moved
  42034. files/foldersW
  42035. filesharingon
  42036. filetool
  42037. filing
  42038. filled
  42039. filler
  42040. filling
  42041. fills
  42042. filter
  42043. filtering
  42044. filters
  42045. final
  42046. lobal event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  42047. JejGNE Helper.68K.cw7.
  42048. jGNE Helper.68K.tpm7.
  42049. jGNE Helper.c
  42050. MW jGNE Helper
  42051. native jGNE
  42052. TPM jGNE HelperK
  42053. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  42054.  - Tool Chest
  42055.  - OS Utilities
  42056.  - jGNE Helper
  42057. opens
  42058. openselection
  42059. openstep
  42060. openstep
  42061. documentation
  42062. applies
  42063. rhapsody
  42064. means
  42065. opentransport
  42066. openwindow
  42067. opf-opendoc
  42068. opportunity
  42069. optimal
  42070. optimize
  42071. optimized
  42072. optimizer
  42073. optimizing
  42074. optimum
  42075. option
  42076. options
  42077. ~--set theItem to choose file -- uncomment to test in an AS editor
  42078.     tell application "Finder"
  42079.         open item "Dev.CD Apr 94
  42080. Dev.CD Jan 94
  42081. Dev.CD Oct 93"
  42082.         activate
  42083.     end tell
  42084. on error errMsg number errNum
  42085.     --enter statements to perform when no records are found such as...
  42086.     display dialog "Sorry, the item you selected could not be found."
  42087.     return
  42088. end try
  42089. appleevent-based
  42090. appleevents
  42091. appleglot
  42092. appleguide
  42093. appleguidegluelib
  42094. appleii
  42095. applejava
  42096. applelink
  42097. applemodemtool
  42098. applemrj
  42099. applemrjsetup
  42100. applescript
  42101. applescript's
  42102. applesearch
  42103. appleshare
  42104. appleshare/file
  42105. applesingle/appledou
  42106. applet
  42107. appletalkW
  42108. appletalk's
  42109. appletalk/ip
  42110. applets
  42111. partitions
  42112. partners
  42113. partnership
  42114. partnerships
  42115. parts
  42116. party
  42117. pascal
  42118. pascal/handle
  42119. pasmatit
  42120. passed
  42121. passes
  42122. passing
  42123. passphrase
  42124. passphrases
  42125. @ODDev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:PLDev.CD Jan 00 SDK1
  42126.  - Development Kits
  42127.  - Mac OS
  42128.  - Speech Synthesis Manager
  42129. sessions
  42130. set-top
  42131. setadbinfo
  42132. setdeskcpat
  42133. setdialogdefaultitem
  42134. setenv
  42135. setgworld
  42136. setindstring
  42137. setmarkers
  42138. setmfsize
  42139. setpdimc
  42140. setproject
  42141. GetDir 2.6 (US)
  42142. GetFInfo 1.3 (US)
  42143. GetIcon 1.0 (US)
  42144. GetMode 1.4 (US)
  42145. GetVInfo 1.0 (US)
  42146. GetVolumes 1.1 (US)
  42147. GlobalList 1.1 (US)
  42148. GlobalMaster 1.0 (US)
  42149. HowMany 1.1 (US)
  42150. ICNToICON 1.8 (US)
  42151. Infoid 1.1 (US)
  42152. InputDialog 1.2 (US)
  42153. IsDate 1.0 (US)
  42154. IsFinderLocked 1.2 (US)
  42155. KillRes 1.4 (US)
  42156. LaunchDoc 1.0 (US)
  42157. LineCount 1.7 (US)
  42158. ListComponents 1.0 (US)
  42159. ListLogic 1.6 (US)
  42160. Listoid 3.4 (US)
  42161. ListSelect 5.1 (US)
  42162. MacType 1.3 (US)
  42163. Menu 2.1 (US)
  42164. MergeItems 1.0 (US)
  42165. Mousoid 1.1 (US)
  42166. Notification 1.0 (US)
  42167. usList 1.0 (US)
  42168. Oldies:
  42169. PICToid 1.3 (US)
  42170. PictToClip 1.7 (US)
  42171. PlayIt 1.0 (US)
  42172. PPCList 1.1 (US)
  42173. PrintPICT 1.4 (US)
  42174. PrintPICTList 1.3 (US)
  42175. Privileges 1.3 (US)
  42176. Promptoid 1.5 (US)
  42177. QCopy 1.2 (US)
  42178. Recordit 1.0 (US)
  42179. RemoveFolder 1.2 (US)
  42180. ReplaceAttributes 1.0 (US)
  42181. ReplaceCharSet 1.1 (US)
  42182. ResolveAlias 1.2 (US)
  42183. ResText 2.3 (US)
  42184. RestoreCtrlChars 1.1 (US)
  42185. SayText 1.1 (US)
  42186. ScrapXCMDs 1.9 (US)
  42187. SelectDir 1.1 (US)
  42188. SelectFile 1.2 (US)
  42189. SendPS 1.4 (US)
  42190. ServerVols 1.1 (US)
  42191. SetFileFlag 1.2 (US)
  42192. SetFinderLock 
  42193. edition
  42194. editions
  42195. editor
  42196. editor's
  42197. editors
  42198. edittext
  42199. edittextcdev
  42200. educational
  42201. eenie
  42202. effect
  42203. effective
  42204. effectively
  42205. effectiveness
  42206. effects
  42207. efficient
  42208. efficiently
  42209. effort
  42210. effortless
  42211. effortlessly
  42212. mactcp
  42213. communications
  42214. toolbox
  42215. serial
  42216. ports
  42217. audio
  42218. management
  42219. manager
  42220. manuals
  42221. media
  42222. memory
  42223. memory
  42224. manager
  42225. power
  42226. macintosh
  42227. heaps
  42228. memory
  42229. AddChange
  42230. AddHeader
  42231. CancelWindowCheckOut
  42232. ChangeFileName
  42233. CheckedOutFiles
  42234. CheckInAll
  42235. CheckWindowIn
  42236. CheckWindowOut
  42237. CompareDirText
  42238. CompareLastRevision
  42239. CoolRequest
  42240. CvtCComments
  42241. DirActive
  42242. Docs & Help Files
  42243. FindChange
  42244. FindLurkers
  42245. FLookup
  42246. GetKeys
  42247. GetLastChange
  42248. GetMFSize
  42249. InitProjector
  42250. Justify
  42251. KeyMenu
  42252. Lookup
  42253. LookupMenu
  42254. MarkC
  42255. MarkPascal
  42256. MountProjector
  42257. MountServer
  42258. MyBuildMenu
  42259. OpenCheckedOut
  42260. OpenMultFiles
  42261. OSErr
  42262. PasMatIt
  42263. Print2
  42264. ProjectFolders
  42265. ProjectMenu
  42266. ProjListMenu
  42267. RelString
  42268. SetMarkers
  42269. SetMFSB
  42270. SetProject
  42271. SetProjector
  42272. SourceMenu
  42273. StripUnits
  42274. UnmountProjector
  42275. UnwrapCommentText
  42276. UserStartup
  42277. Goodies
  42278. WrapCommentText
  42279. MPW Goodies Info
  42280. MPW Goodies Info.txt
  42281. reen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  42282. JManager APIs
  42283. Fat CFM code resources
  42284. JavaJ'Sample Code.img
  42285. Windows Sample Code.imgK
  42286. Aug 97:Sample Code:V
  42287. 30477X
  42288. 1e    No Change
  42289. Vol IIIL
  42290. Vol VIIOIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Feb 00 TC
  42291.  - Tool Chest
  42292.  - Development Kits
  42293.  - MPW Related
  42294.  - DTS MPW Goodies477X
  42295. Feb 00^
  42296. r--set theItem to choose file -- uncomment to test in an AS editor
  42297.     tell application "Finder"
  42298.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42299.         activate
  42300.     end tell
  42301. on error errMsg number errNum
  42302.     --enter statements to perform when no records are found such as...
  42303.     display dialog "Sorry, the item you selected could not be found."
  42304.     return
  42305. end try
  42306. e    No Changef
  42307. after dark
  42308. wombatq
  42309. Dev.CD Feb 00 TC
  42310. All Packages
  42311. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  42312. Dev.CD Jan 94
  42313. Dev.CD Oct 93
  42314. Dev.CD Aug 93P6Dev.CD Apr 94
  42315. Dev.CD Jan 94
  42316. Dev.CD Oct 93
  42317. Dev.CD Aug 9V
  42318. 30478X
  42319. Apr 94
  42320. 32289X
  42321. Feb 00^
  42322. --set theItem to choose file -- uncomment to test in an AS editor
  42323.     tell application "Finder"
  42324.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  42325.         activate
  42326.     end tell
  42327. on error errMsg number errNum
  42328.     --enter statements to perform when no records are found such as...
  42329.     display dialog "Sorry, the item you selected could not be found."
  42330.     return
  42331. end try
  42332. e    No Changeq
  42333. Dev.CD Feb 00 TC
  42334. D!All Packages
  42335. Tool Chest Edition
  42336. DTS QT Utilities.Aug-95I
  42337. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  42338. Windows Sample Code.imgK
  42339. Jun 95L
  42340. Nov 95O
  42341. Dev.CD Feb 00 TC:Sample Code:P
  42342. Dev.CD Feb 00 TC
  42343.  - Sample CodeV
  42344. 32290X
  42345. Feb 00^
  42346. Summary: This folder contains MPW goodies from Developer Technical Support. 
  42347. Features:  
  42348.  AddChange
  42349.  AddHeader
  42350.  CancelWindowCheckOut
  42351.  ChangeFileName
  42352.  CheckedOutFiles
  42353.  CheckInAll
  42354.  CheckWindowIn
  42355.  CheckWindowOut
  42356.  CompareDirText
  42357.  CompareLastRevision
  42358.  CoolRequest
  42359.  CvtCComments
  42360.  DirActive
  42361.  Docs & Help Files:
  42362.  FindChange
  42363.  FindLurkers
  42364.  FLookup
  42365.  GetKeys
  42366.  GetLastChange
  42367.  GetMFSize
  42368.  InitProjector
  42369.  Justify
  42370.  KeyMenu
  42371.  Lookup
  42372.  LookupMenu
  42373.  MarkC
  42374.  MarkPascal
  42375.  MountProjector
  42376.  MountServer
  42377.  MyBuildMenu
  42378.  OpenCheckedOut
  42379.  OpenMultFiles
  42380.  OSErr
  42381.  PasMatIt
  42382.  Print2
  42383.  ProjectFolders
  42384.  ProjectMenu
  42385.  ProjListMenu
  42386.  Quit
  42387.  RelString
  42388.  SetMarkers
  42389.  SetMFSize
  42390.  SetProject
  42391.  SetProjector
  42392.  SourceMenu
  42393.  Srcs:
  42394.  StripUnits
  42395.  Trim
  42396.  UnmountProjector
  42397.  UnwrapCommentText
  42398.  UserStartup
  42399. Goodies
  42400.  Wild
  42401.  WrapCommentText
  42402. MPW Goodies Info
  42403. Vol IIIL
  42404. Vol VII
  42405. demonstration
  42406. 1.1.4
  42407. context
  42408. switching
  42409. demos
  42410. demostrates
  42411. demystify
  42412. demystifying
  42413. denali
  42414. department
  42415. departure
  42416. depend
  42417. dependence
  42418. dependencies
  42419. dependency
  42420. dependent
  42421. depending
  42422. d such as...
  42423.     display dialog "Sorry, the item you selected could not be found."
  42424.     return
  42425. end try
  42426. Deletedf-keychain
  42427. password storage
  42428. passphrase
  42429. passwordq
  42430. Dev.CD Jan 99 SDK1
  42431.  D!All Packages
  42432. Tool Chest Edition
  42433. KibitzI
  42434. Summary: Sample network chess application.
  42435. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  42436. MPW 3.2, System 7
  42437. This package is System 7.0 compatible.J'Sample Code.img
  42438. Windows Sample Code.imgK
  42439. Jan 92O
  42440. Dev.CD Feb 00 TC:Sample Code:P
  42441. Dev.CD Feb 00 TC
  42442.  - Sample CodeV
  42443. 30480X
  42444. Feb 00^
  42445. smith
  42446. smith's
  42447. snapshot
  42448. snapshot
  42449. sample
  42450. application
  42451. shows
  42452. snapshots
  42453. snapshotsample1.0b3
  42454. snarfer
  42455. snarfing
  42456. snazzy
  42457. sndforever
  42458. sndplay
  42459. sndplaydoublebuffer
  42460. sndplaydoublebuffera
  42461. sndstartfileplay
  42462. snippet
  42463. snippets
  42464. society
  42465. software
  42466. solaris
  42467. Jan 98M
  42468. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO4Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:P6Dev.CD Mar 00 RL Disk 1
  42469.  - Interactive Media Resources
  42470. 33263X
  42471. Mar 00^    RL Disk 1
  42472. --set theItem to choose file -- uncomment to test in an AS editor
  42473.     tell application "Finder"
  42474.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:"
  42475.         activate
  42476.     end tell
  42477. on error errMsg number errNum
  42478.     --enter statements to perform when no records are found such as...
  42479.     display dialog "Sorry, the item you selected could not be found."
  42480.     return
  42481. end try
  42482. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  42483. Dev.CD Mar 00 RL Disk 1
  42484. D!All Packages
  42485. Tool Chest Edition
  42486. TypeServicesForUnicode
  42487. --set theItem to choose file -- uncomment to test in an AS editor
  42488.     tell application "Finder"
  42489.         open item "Dev.CD Apr 94
  42490. Dev.CD Jan 94
  42491. Dev.CD Oct 93
  42492. Dev.CD Jul 93
  42493. Dev.CD Apr 93"
  42494.         activate
  42495.     end tell
  42496. on error errMsg number errNum
  42497.     --enter statements to perform when no records are found such as...
  42498.     display dialog "Sorry, the item you selected could not be found."
  42499.     return
  42500. end try
  42501. looking
  42502. looks
  42503. lookup
  42504. lookupmenu
  42505. lookups
  42506. looming
  42507. looney
  42508. looping
  42509. loops
  42510. loose
  42511. loosely
  42512. ultimate
  42513. upgrade
  42514. anyone
  42515. internet
  42516. macapp
  42517. macapp-based
  42518. macbug
  42519. maccalendar
  42520. machine
  42521. machines
  42522. --set theItem to choose file -- uncomment to test in an AS editor
  42523.     tell application "Finder"
  42524.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  42525.         activate
  42526.     end tell
  42527. on error errMsg number errNum
  42528.     --enter statements to perform when no records are found such as...
  42529.     display dialog "Sorry, the item you selected could not be found."
  42530.     return
  42531. end try
  42532. you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  42533. *ime parameters. You
  42534. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  42535. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  42536. JTKiller Content.pdf
  42537. Part I PDF Links
  42538. Part II PDF Links
  42539. Part III PDF Links
  42540. sound filesK
  42541. Jan 98d
  42542. PMDev.CD Feb 00 TC
  42543.  - What's New?
  42544.  - Sample Code
  42545.  - Games
  42546.  - DSp Context SwitchV
  42547. 32288X
  42548. Feb 00^
  42549. --set theItem to choose file -- uncomment to test in an AS editor
  42550.     tell application "Finder"
  42551.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:"
  42552.         activate
  42553.     end tell
  42554. on error errMsg number errNum
  42555.     --enter statements to perform when no records are found such as...
  42556.     display dialog "Sorry, the item you selected could not be found."
  42557.     return
  42558. end try
  42559. e    No Changef
  42560. DrawSprocket
  42561. Context Switchq
  42562. Dev.CD Feb 00 TC
  42563. D!All Packages
  42564. Tool Chest Edition
  42565. DTS MPW Goodies
  42566. All Packages
  42567. System UpdateO
  42568. Dev.CD Oct 94P
  42569. Dev.CD Oct 9V
  42570. 33219X
  42571. Oct 94
  42572. b--set theItem to choose file -- uncomment to test in an AS editor
  42573.     tell application "Finder"
  42574.         open item "Dev.CD Oct 94"
  42575.         activate
  42576.     end tell
  42577. on error errMsg number errNum
  42578.     --enter statements to perform when no records are found such as...
  42579.     display dialog "Sorry, the item you selected could not be found."
  42580.     return
  42581. end try
  42582. All Packages
  42583. System UpdateO
  42584. Dev.CD Oct 94
  42585. Dev.CD Jul 94P
  42586. Dev.CD Oct 94
  42587. Dev.CD Jul 9V
  42588. 33220X
  42589. Oct 94
  42590. p--set theItem to choose file -- uncomment to test in an AS editor
  42591.     tell application "Finder"
  42592.         open item "Dev.CD Oct 94
  42593. Dev.CD Jul 94"
  42594.         activate
  42595.     end tell
  42596. on error errMsg number errNum
  42597.     --enter statements to perform when no records are found such as...
  42598.     display dialog "Sorry, the item you selected could not be found."
  42599.     return
  42600. end try
  42601. All Packages
  42602. System UpdateV
  42603. 33221X
  42604. Deletedq
  42605. Dev.CD Dec 99 RL
  42606. D!All Packages
  42607. Tool Chest Edition
  42608. DSp Context Switch
  42609. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  42610. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  42611. The controls for the sample application are:
  42612. - BJright arrow for a larger context
  42613. - left arrow for smaller
  42614. - Cmd-Q to exit.
  42615. JfDSp Context Switch
  42616. DSp Context Switch Main.c
  42617. DSp Context Switch.CW2.
  42618. DSp Context Switch.CW5.
  42619. Read MeK
  42620. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  42621. DrawSprocket, Context SwitchOBDev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:nge
  42622. All Packages
  42623. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42624. Dev.CD Jan 94
  42625. Dev.CD Oct 93
  42626. Dev.CD Jul 93
  42627. Dev.CD Apr 93PDDev.CD Apr 94
  42628. Dev.CD Jan 94
  42629. Dev.CD Oct 93
  42630. Dev.CD Jul 93
  42631. Dev.CD Apr 9V
  42632. 33203X
  42633. Apr 94
  42634. --set theItem to choose file -- uncomment to test in an AS editor
  42635.     tell application "Finder"
  42636.         open item "Dev.CD Apr 94
  42637. Dev.CD Jan 94
  42638. Dev.CD Oct 93
  42639. Dev.CD Jul 93
  42640. Dev.CD Apr 93"
  42641.         activate
  42642.     end tell
  42643. on error errMsg number errNum
  42644.     --enter statements to perform when no records are found such as...
  42645.     display dialog "Sorry, the item you selected could not be found."
  42646.     return
  42647. end try
  42648. All Packages
  42649. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  42650. Dev.CD Jan 94
  42651. Dev.CD Oct 93P(Dev.CD Apr 94
  42652. Dev.CD Jan 94
  42653. Dev.CD Oct 9V
  42654. 33204X
  42655. Apr 94
  42656. e    No Changef
  42657. ADBOp
  42658. CFM-68Kq
  42659. Dev.CD Feb 00 TC
  42660. D!All Packages
  42661. Tool Chest Edition
  42662. SetupGL
  42663. SetupGL is a set of functions that can be used in new and exitsing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quak
  42664. Summary:  Drop
  42665. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  42666. Features:  This updated version fixes a bug which prevented Drop
  42667. PS from seeing printers in zones other than the default one.
  42668. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  42669. PS is freeware, provided by Bare Bones Software.
  42670. J-!NOT AN APPLE PRODUCT!:
  42671. About Drop
  42672. Nov 94L
  42673. Sep 95M
  42674. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  42675. PS 1.1.3:PFDev.CD Nov 99 TC
  42676.  - Tool Chest
  42677.  - Developer Utilities
  42678.  - Drop
  42679. PS 1.1.3
  42680. $D!All Packages
  42681. Tool Chest Edition
  42682. includes
  42683. dukemovie
  42684. dukemovie
  42685. dumpster
  42686. dutch
  42687. dutch
  42688. 1.1.3
  42689. development
  42690. primer
  42691. dzautodrone
  42692. dzautodrone
  42693. dzautodroneburn
  42694. dzautodroneburn
  42695. dzautodroneexpl
  42696. dzautodroneexpl
  42697. dzdisplay
  42698. dzdisplay
  42699. dzdisplay
  42700. dzdrone
  42701. dzdrone
  42702. dzdrone
  42703. dzevenmoreresources
  42704. dzevenmoreresources
  42705. dzevents
  42706. dzevents
  42707. dzevents
  42708. dzgame
  42709. dzgame
  42710. dzgame
  42711. dzinput
  42712. dzinput
  42713. dzinput
  42714. dzisppresets
  42715. dzisppresets
  42716. dzisppresets
  42717. dzkeycap
  42718. dzkeycap
  42719. dzmain
  42720. dzmain
  42721. dzmain
  42722. dzmenu
  42723. dzmenu
  42724. dzmenu
  42725. 32286X
  42726. Nov 99^
  42727. --set theItem to choose file -- uncomment to test in an AS editor
  42728.     tell application "Finder"
  42729.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  42730. PS 1.1.3:"
  42731.         activate
  42732.     end tell
  42733. on error errMsg number errNum
  42734.     --enter statements to perform when no records are found such as...
  42735.     display dialog "Sorry, the item you selected could not be found."
  42736.     return
  42737. end try
  42738. Deletedq
  42739. Dev.CD Nov 99 TC
  42740. D(All Packages
  42741. Reference Library Edition
  42742. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  42743. About DropDisk
  42744. DropDiskK
  42745. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  42746.  - Utilities
  42747.  - DropDisk 1.0b5V
  42748. 32287X
  42749. Dec 99^
  42750. references@
  42751. register@
  42752. reinit@
  42753. reliable@
  42754. remains@
  42755. reports@
  42756. requiring@
  42757. resources@
  42758. respond@
  42759. item "Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:"
  42760.         activate
  42761.     end tell
  42762. on error errMsg number errNum
  42763.     --enter statements to perform when no records are found such as...
  42764.     display dialog "Sorry, the item you selected could not be found."
  42765.     return
  42766. end try
  42767. e    No Changeq
  42768. Dev.CD Feb 00 TC
  42769. %D!All Packages
  42770. Tool Chest Edition
  42771. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  42772. J'Sample Code.img
  42773. Windows Sample Code.imgK
  42774. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  42775. Finder label menu iconO
  42776. Dev.CD Feb 00 TC:Sample Code:P
  42777. Dev.CD Feb 00 TC
  42778.  - Sample CodeV
  42779. 30485X
  42780. 1le CodeV
  42781. 30485X
  42782. Moved
  42783. dzmenu
  42784. dzmoreresources
  42785. dzmoreresources
  42786. dzprefix
  42787. dzprefix
  42788. dzresource
  42789. dzresource
  42790. dzresource
  42791. dzsound
  42792. dzsound
  42793. dzsound
  42794. dzsound
  42795. dzspace
  42796. dzspace
  42797. dzspace
  42798. dzthumbprint
  42799. dzthumbprint
  42800. dzutils
  42801. dzutils
  42802. dzutils
  42803. dzversion
  42804. dzversion
  42805. e-spanish
  42806. easyview
  42807. pe fonts that produce high-quality on-s
  42808. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  42809. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  42810. editor
  42811. mini-conference
  42812. report
  42813. embedding
  42814. embedding
  42815. profile
  42816. embedding
  42817. profile
  42818. gif89a
  42819. embedding
  42820. profile
  42821. embedding
  42822. profiles
  42823. embedding
  42824. profiles
  42825. embedding
  42826. profiles
  42827. embedding
  42828. profiles
  42829. emulator
  42830. emulator
  42831. release
  42832. notes
  42833. emulator
  42834. update
  42835. extension
  42836. enabler
  42837. encoding
  42838. encodings
  42839. engineering
  42840. engines
  42841. english
  42842. english
  42843. british
  42844. 1.1.3
  42845. english
  42846. installer
  42847. englishmiscellaneous
  42848. englishmiscellaneous
  42849. englishmiscellaneous
  42850. englishterminology
  42851. englishterminology
  42852. englishterminology
  42853. enhanced
  42854. enhanced
  42855. survival
  42856. guide
  42857. enterprise
  42858. enterprise
  42859. environment
  42860. - Common
  42861.     - Sun Compliant Java Runtime Environment 1.1
  42862.     - QuickTime 3 
  42863.     - QTJava.zip
  42864.     - QTJava media samples
  42865. - Mac OS:
  42866.     - System 8 or later
  42867.     - Macintosh Runtime for Java (MRJ) 2.1
  42868. - Windows 95, 98, or NT::
  42869.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42870. QuickTime, Java, MRJ
  42871. p--set theItem to choose file -- uncomment to test in an AS editor
  42872.     tell application "Finder"
  42873.         open item "Dev.CD Apr 94
  42874. Dev.CD Jan 94"
  42875.         activate
  42876.     end tell
  42877. on error errMsg number errNum
  42878.     --enter statements to perform when no records are found such as...
  42879.     display dialog "Sorry, the item you selected could not be found."
  42880.     return
  42881. end try
  42882. beaker
  42883. beard
  42884. beast
  42885. beasts
  42886. beautiful
  42887. became
  42888. because
  42889. adjust
  42890. you'll
  42891. access
  42892. documentation
  42893. software
  42894. technolo
  42895. you're
  42896. you've
  42897. dialog
  42898. dialogbits
  42899. --set theItem to choose file -- uncomment to test in an AS editor
  42900.     tell application "Finder"
  42901.         open item "Dev.CD Apr 94
  42902. Dev.CD Jan 94
  42903. Dev.CD Oct 93
  42904. Dev.CD Jul 93"
  42905.         activate
  42906.     end tell
  42907. on error errMsg number errNum
  42908.     --enter statements to perform when no records are found such as...
  42909.     display dialog "Sorry, the item you selected could not be found."
  42910.     return
  42911. end try
  42912. MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3Db 00 TC:Sample Code:"
  42913.         activate
  42914.     end tell
  42915. on error errMsg number errNum
  42916.     --enter statements to perform when no records are found such as...
  42917.     display dialog "Sorry, the item you selected could not be found."
  42918.     return
  42919. end try
  42920. Movedf
  42921. Finder label menu iconq
  42922. Dev.CD Feb 00 TC
  42923. &D!All Packages
  42924. Mac OS SDK Edition
  42925. nguage Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  42926. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  42927. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wisometimes even wi
  42928. 30486X
  42929. references
  42930. referential
  42931. referred
  42932. reflect
  42933. reflecting
  42934. reformats
  42935. reformatting
  42936. regarded
  42937. regarding
  42938. regardless
  42939. regards
  42940. region
  42941. regions
  42942. ode.img
  42943. Windows Sample Code.imgK
  42944. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  42945. Finder label menu iconO
  42946. Dev.CD Feb 00 TC:Sample Code:P
  42947. Dev.CD Feb 00 TC
  42948.  - Sample CodeV
  42949. 30485X
  42950.  real project.
  42951. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  42952. You will need to download InputSprocket 1.2.1 in order to build this project.
  42953. DroneZone
  42954. DroneZone Release Notes.doc
  42955. DroneZone.CW2.prj
  42956. DroneZone.CW5.prj
  42957. DZAutoDrone.3DMF
  42958. DZAutoDroneBurn.3DMF
  42959. DZAutoDroneExpl.3DMF
  42960. DZDisplay.c
  42961. DZDisplay.h
  42962. DZDrone.c
  42963. DZDrone.h
  42964. DZEvenMoreResources.r
  42965. DZEvents.c
  42966. DZEvents.h
  42967. DZGame.c
  42968. DZGame.h
  42969. DZInput.c
  42970. DZInput.h
  42971. DZISpPresets.r
  42972. DZISpPresets.rsrc
  42973. DZKeyCap.h
  42974. DZMain.c
  42975. DZMain.h
  42976. DZMenu.c
  42977. DZMenu.h
  42978. DZMoreResources.r
  42979. DZPrefix.h
  42980. DZResource.h
  42981. DZResource.rsrc
  42982. DZSound.c
  42983. DZSound.h
  42984. DZSound.rsrc
  42985. DZSpace.c
  42986. DZSpace.h
  42987. DZThumbprint.h
  42988. DZUtils.c
  42989. DZUtils.h
  42990. DZVersionB
  42991. Feb 00sis SDK:
  42992. 32285X
  42993. Feb 00^
  42994. --set theItem to choose file -- uncomment to test in an AS editor
  42995.     tell application "Finder"
  42996.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:"
  42997.         activate
  42998.     end tell
  42999. on error errMsg number errNum
  43000.     --enter statements to perform when no records are found such as...
  43001.     display dialog "Sorry, the item you selected could not be found."
  43002.     return
  43003. end try
  43004. e    No Changef6InputSprocket
  43005. DrawSprocket
  43006. SoundSprocket
  43007. 3D Sound
  43008. QD3Dq
  43009. Dev.CD Feb 00 TC
  43010. D!All Packages
  43011. Tool Chest Edition
  43012. PS 1.1.3
  43013. O9Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:PDDev.CD Feb 00 TC
  43014.  - What's New?
  43015.  - Sample Code
  43016.  - Games
  43017.  - DroneZonenalysis on Mac OS.
  43018. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  43019. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  43020. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  43021. Features:
  43022.  Compares resources based on a user defined script file
  43023.  Compares file/resource flags
  43024.  Verifies vers resources
  43025.  Reports missing rB
  43026. esources between original/localized files
  43027. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  43028. Verifier 1.0.imgK
  43029. Jun 92L
  43030. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD Feb 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD Feb 00 TC
  43031.  - Tool Chest
  43032.  - Localization
  43033.  - Verifier
  43034. revised
  43035. lyzer
  43036. analyzes
  43037. analyzing
  43038. r--set theItem to choose file -- uncomment to test in an AS editor
  43039.     tell application "Finder"
  43040.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43041.         activate
  43042.     end tell
  43043. on error errMsg number errNum
  43044.     --enter statements to perform when no records are found such as...
  43045.     display dialog "Sorry, the item you selected could not be found."
  43046.     return
  43047. end try
  43048. scrolling
  43049. scrolling
  43050. control
  43051. proportional
  43052. scroll
  43053. appearance
  43054. loadable
  43055. loader
  43056. loading
  43057. locales
  43058. localization
  43059. localized
  43060. location
  43061. location
  43062. configuration
  43063. setting
  43064. preference
  43065. switch
  43066. module
  43067. logical
  43068. lproj
  43069. lurkers
  43070. lurkers
  43071. projector
  43072. management
  43073. manager
  43074. manuals
  43075. media
  43076. memory
  43077. memory
  43078. manager
  43079. power
  43080. macintosh
  43081. heaps
  43082. memory
  43083. r--set theItem to choose file -- uncomment to test in an AS editor
  43084.     tell application "Finder"
  43085.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43086.         activate
  43087.     end tell
  43088. on error errMsg number errNum
  43089.     --enter statements to perform when no records are found such as...
  43090.     display dialog "Sorry, the item you selected could not be found."
  43091.     return
  43092. end try
  43093. c OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  43094. Current Language Kits with Mac OS 8.0 or newer.
  43095. and/or
  43096. anderson
  43097. angles
  43098. animate
  43099. animated
  43100. animation
  43101. animators
  43102. anniversay
  43103. annotated
  43104. annotations
  43105. announcement
  43106. announcing
  43107. annoying
  43108. anonymous
  43109. developing
  43110. drivers
  43111. sometimes
  43112. resedit
  43113. whenever
  43114. where
  43115. whereas
  43116. wherever
  43117. whether
  43118. e    No Changef<device
  43119. driver
  43120. block
  43121. storage
  43122. Drive,r Gestalt
  43123. CD-ROM
  43124. hard diskq
  43125. Dev.CD Feb 00 TC
  43126. D!All Packages
  43127. Tool Chest Edition
  43128. F    DroneZone
  43129. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of ait Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Feb 00 TC
  43130.  - Language Kits
  43131.  - Language Kit Updater f/MacOS8
  43132. 32283X
  43133. Feb 00^
  43134. --set theItem to choose file -- uncomment to test in an AS editor
  43135.     tell application "Finder"
  43136.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:"
  43137.         activate
  43138.     end tell
  43139. on error errMsg number errNum
  43140.     --enter statements to perform when no records are found such as...
  43141.     display dialog "Sorry, the item you selected could not be found."
  43142.     return
  43143. end try
  43144. e    No Changeq
  43145. Dev.CD Feb 00 TC
  43146. D!All Packages
  43147. Tool Chest Edition
  43148. DriverGestaltExplorerI
  43149. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  43150. s support of Driver Gestalt.J'Sample Code.img
  43151. Windows Sample Code.imgK
  43152. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  43153. Dev.CD Feb 00 TC:Sample Code:P
  43154. Dev.CD Feb 00 TC
  43155.  - Sample CodeV
  43156. 32284X
  43157. Feb 00^
  43158. Collation
  43159. Print To PDF
  43160. LaserWriter 8.5.1 GM.seaK
  43161. Jun 95L
  43162. Jan 98N"LaserWriter 8 driver printer 8.5.1
  43163. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  43164. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  43165. JGAbout Driver Installer
  43166. About Driver Installer.txt
  43167. Installer for DriversK
  43168. Vol IVO5Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Feb 00 TC
  43169.  - Tool Chest
  43170.  - Devices
  43171.  - Driver Installermentation
  43172. Read me before using new API!
  43173. Nov 93L
  43174. Nov 93M
  43175. System Software 6.0.7 or later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  43176.  - Tool Chest
  43177.  - Printing
  43178.  - LaserWriter 8 API
  43179. Drive Setup
  43180. Drive Setup GuideK
  43181. May 96L
  43182. Feb 99N
  43183. Disk, Drive Setup, AidO2Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  43184.  - Utilities
  43185.  - Drive UtilitiesV
  43186. 32282X
  43187. Mar 00^    RL Disk 1
  43188. --set theItem to choose file -- uncomment to test in an AS editor
  43189.     tell application "Finder"
  43190.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  43191.         activate
  43192.     end tell
  43193. on error errMsg number errNum
  43194.     --enter statements to perform when no records are found such as...
  43195.     display dialog "Sorry, the item you selected could not be found."
  43196.     return
  43197. end try
  43198. e    No Changef
  43199. Drive Setup
  43200. Dev.CD Mar 00 RL Disk 1
  43201. D!All Packages
  43202. Tool Chest Edition
  43203. Driver Installer
  43204.      memory leaks. Heavily commented source code included.J
  43205. Memory Management.imgK
  43206. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  43207.  - Tool Chest
  43208.  - Testing & Debugging
  43209.  - Memory ManagementV
  43210. 30491X
  43211. Feb 00^
  43212. saver
  43213. scanners
  43214. scrap
  43215. scrap
  43216. color
  43217. script
  43218. scriptable
  43219. scriptable
  43220. print
  43221. simpletext
  43222. scriptablestuffiteng
  43223. scripts
  43224. scriptswitcher
  43225. scriptx
  43226. scriptx
  43227. 1.5.1
  43228. scroll
  43229. samples
  43230. tools
  43231. sdec/scom
  43232. security
  43233. security
  43234. sedit
  43235. sedit
  43236. 1.0b3
  43237. selectors
  43238. server
  43239. control
  43240. services
  43241. setdefaultdtp
  43242. setdeskcpatdemo
  43243. setled
  43244. setup
  43245. setupgl
  43246. setwindbackcolor
  43247. sgcapture
  43248. sgcapture2disk
  43249. shared
  43250. sherlock
  43251. sherlock
  43252. plug-ins
  43253. shimmermate
  43254. shimmermate
  43255. 2.0.1
  43256. globals
  43257. movie
  43258. showdialogboxes
  43259. Dev.CD Feb 00 TC:Sample Code:P
  43260. Dev.CD Feb 00 TC
  43261.  - Sample CodeV
  43262. 32885X
  43263. Feb 00^
  43264. r--set theItem to choose file -- uncomment to test in an AS editor
  43265.     tell application "Finder"
  43266.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43267.         activate
  43268.     end tell
  43269. on error errMsg number errNum
  43270.     --enter statements to perform when no records are found such as...
  43271.     display dialog "Sorry, the item you selected could not be found."
  43272.     return
  43273. end try
  43274. e    No Changeq
  43275. Dev.CD Feb 00 TC
  43276. 1D!All Packages
  43277. Tool Chest Edition
  43278. Snippets - Toolbox
  43279. technologies
  43280. technology
  43281. technote
  43282. technotes
  43283. tecsetbasicoptions
  43284. teknosys
  43285. telephone
  43286. telephones
  43287. telephony
  43288. r--set theItem to choose file -- uncomment to test in an AS editor
  43289.     tell application "Finder"
  43290.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43291.         activate
  43292.     end tell
  43293. on error errMsg number errNum
  43294.     --enter statements to perform when no records are found such as...
  43295.     display dialog "Sorry, the item you selected could not be found."
  43296.     return
  43297. end try
  43298. libraries
  43299. libraryQ
  43300. license
  43301. licensing
  43302. linecount
  43303. linecount
  43304. linked
  43305. linked
  43306. files
  43307. drawsprocket
  43308. getversion
  43309. context
  43310. drawsprocket
  43311. gspgetversion
  43312. toolbox
  43313. drive
  43314. driver
  43315. drivers
  43316. dumpobj
  43317. duplication
  43318. content
  43319. development
  43320. entertainment
  43321. consumer
  43322. electronics
  43323. dynamic
  43324. translation
  43325. manager
  43326. translation
  43327. editing
  43328. editor
  43329. effects
  43330. eject
  43331. electronics
  43332. elements
  43333. email
  43334. embed
  43335. emulator
  43336. enabled
  43337. enabler
  43338. encoding
  43339. endpoint
  43340. endpoints
  43341. engine
  43342. engine
  43343. internet
  43344. sherlock
  43345. enterprise
  43346. finder
  43347. display
  43348. folder
  43349. launch
  43350. folder
  43351. foreign
  43352. formatting
  43353. foundation
  43354. framework
  43355. function
  43356. functions
  43357. loading
  43358. resource
  43359. codec
  43360. codes
  43361. codewarrior
  43362. collation
  43363. collection
  43364. collection
  43365. services
  43366. color
  43367. color
  43368. depth
  43369. color
  43370. color
  43371. picker
  43372. 2.1.1
  43373. color2index
  43374. colorsync
  43375. colorsync
  43376. photoshop
  43377. plug-ins
  43378. colorsync
  43379. profile
  43380. rename
  43381. colour
  43382. colour
  43383. table
  43384. comet
  43385. communications
  43386. communications
  43387. toolbox
  43388. content
  43389. region
  43390. context
  43391. context
  43392. switch
  43393. contextual
  43394. contextual
  43395. control
  43396. control
  43397. control
  43398. panel
  43399. control
  43400. strip
  43401. controls
  43402. conversion
  43403. coprocessor
  43404. foundation
  43405. corners
  43406. countersQ
  43407. counting
  43408. counts
  43409. creator
  43410. cross-platform
  43411. ctabhandle
  43412. cursors
  43413. custom
  43414. custom
  43415. allocators
  43416. MjCan be opened by any application which will read PICT files, but looks best when opened with Canvas 3.0.3.OYDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:PdDev.CD Feb 00 TC
  43417.  - Tool Chest
  43418.  - Hardware
  43419.  - Display & Video Hardware
  43420.  - VRAM & bit-depth explainedV
  43421. 33275X
  43422. Feb 00^
  43423. --set theItem to choose file -- uncomment to test in an AS editor
  43424.     tell application "Finder"
  43425.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:"
  43426.         activate
  43427.     end tell
  43428. on error errMsg number errNum
  43429.     --enter statements to perform when no records are found such as...
  43430.     display dialog "Sorry, the item you selected could not be found."
  43431.     return
  43432. end try
  43433. e    No Changeq
  43434. Dev.CD Feb 00 TC
  43435. D!All Packages
  43436. Tool Chest Edition
  43437. VU Assist Modules for MacApp
  43438. All Packages
  43439. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43440. Dev.CD Jan 94
  43441. Dev.CD Oct 93
  43442. Dev.CD Jul 93
  43443. Dev.CD Apr 93PDDev.CD Apr 94
  43444. Dev.CD Jan 94
  43445. Dev.CD Oct 93
  43446. Dev.CD Jul 93
  43447. Dev.CD Apr 9V
  43448. 33054X
  43449. Apr 94
  43450. --set theItem to choose file -- uncomment to test in an AS editor
  43451.     tell application "Finder"
  43452.         open item "Dev.CD Apr 94
  43453. Dev.CD Jan 94
  43454. Dev.CD Oct 93
  43455. Dev.CD Jul 93
  43456. Dev.CD Apr 93"
  43457.         activate
  43458.     end tell
  43459. on error errMsg number errNum
  43460.     --enter statements to perform when no records are found such as...
  43461.     display dialog "Sorry, the item you selected could not be found."
  43462.     return
  43463. end try
  43464. All Packages
  43465. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43466. Dev.CD Jan 94
  43467. Dev.CD Oct 93
  43468. Dev.CD Jul 93
  43469. Dev.CD Apr 93PDDev.CD Apr 94
  43470. Dev.CD Jan 94
  43471. Dev.CD Oct 93
  43472. Dev.CD Jul 93
  43473. Dev.CD Apr 9V
  43474. 33055X
  43475. Apr 94
  43476. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:PKDev.CD Feb 00 TC
  43477.  - What's New?
  43478.  - Sample Code
  43479.  - Games
  43480.  - DrawSprocketTestV
  43481. 32281X
  43482. Feb 00^
  43483. --set theItem to choose file -- uncomment to test in an AS editor
  43484.     tell application "Finder"
  43485.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:"
  43486.         activate
  43487.     end tell
  43488. on error errMsg number errNum
  43489.     --enter statements to perform when no records are found such as...
  43490.     display dialog "Sorry, the item you selected could not be found."
  43491.     return
  43492. end try
  43493. e    No Changef)DrawSprocket
  43494. GetVersion
  43495. Context
  43496. CLUTq
  43497. Dev.CD Feb 00 TC
  43498. All Packages
  43499. Drive UtilitiesI
  43500. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.K
  43501. May 96L
  43502. Feb 99V
  43503. 32282X
  43504. 1e    No Change
  43505. display/context
  43506. displayaudit
  43507. displayed
  43508. displaying
  43509. displays
  43510. dispose
  43511. disposed
  43512. disposehandle
  43513. disposeresource
  43514. distances
  43515. distinguished
  43516. distinguishes
  43517. distinguishing
  43518. distribute
  43519. distributed
  43520. distribution
  43521. distributor
  43522. distributors
  43523. dithering
  43524. divided
  43525. firstscreendevi
  43526. dmgetnextscreendevic
  43527. p--set theItem to choose file -- uncomment to test in an AS editor
  43528.     tell application "Finder"
  43529.         open item "Dev.CD Apr 94
  43530. Dev.CD Jan 94"
  43531.         activate
  43532.     end tell
  43533. on error errMsg number errNum
  43534.     --enter statements to perform when no records are found such as...
  43535.     display dialog "Sorry, the item you selected could not be found."
  43536.     return
  43537. end try
  43538. draggingsprites
  43539. drawing
  43540. drawsprocket
  43541. drawsprockettest
  43542. drive
  43543. drive
  43544. utilities
  43545. driver
  43546. driver
  43547. installer
  43548. drivergestaltexplore
  43549. dronezone
  43550. 1.1.3
  43551. dropdisk
  43552. context
  43553. switch
  43554. goodies
  43555. utilities
  43556. aug-95
  43557. dukemovie
  43558. dumparpcache
  43559. dumpnetworksetup
  43560. primer
  43561. edition
  43562. editor
  43563. edittextcdev
  43564. effect
  43565. eject
  43566. eject
  43567. cards
  43568. location
  43569. module
  43570. embedding
  43571. embedding
  43572. profile
  43573. documentation
  43574. emulator
  43575. draggingsprites
  43576. draggingsprites
  43577. draglib
  43578. drawing
  43579. drawsprocket
  43580. drawsprocket
  43581. drawsprockettest
  43582. drawsprockettest
  43583. drawsprockettest
  43584. drawsprockettest
  43585. drawtextcodec
  43586. drawtextcodec
  43587. example
  43588. drive
  43589. setup
  43590. drive
  43591. setup
  43592. guide
  43593. driver
  43594. drivers
  43595. dronezone
  43596. dronezone
  43597. dronezone
  43598. dronezone
  43599. release
  43600. notes
  43601. dropdisk
  43602. dropshell
  43603. dropshell
  43604. dropshell
  43605. dropshell
  43606. dropshell
  43607. dropshell
  43608. dropshell
  43609. drvrs
  43610. dsappleevents
  43611. dsappleevents
  43612. dsappleevents
  43613. dsglobals
  43614. dsglobals
  43615. context
  43616. switch
  43617. context
  43618. switch
  43619. context
  43620. switch
  43621. context
  43622. switch
  43623. dsuserprocs
  43624. dsuserprocs
  43625. dsuserprocs
  43626. dsutils
  43627. dsutils
  43628. dsutils
  43629. --set theItem to choose file -- uncomment to test in an AS editor
  43630.     tell application "Finder"
  43631.         open item "Dev.CD Apr 94
  43632. Dev.CD Jan 94
  43633. Dev.CD Oct 93
  43634. Dev.CD Jul 93
  43635. Dev.CD Apr 93"
  43636.         activate
  43637.     end tell
  43638. on error errMsg number errNum
  43639.     --enter statements to perform when no records are found such as...
  43640.     display dialog "Sorry, the item you selected could not be found."
  43641.     return
  43642. end try
  43643. differentiating
  43644. differentiation
  43645. differing
  43646. differs
  43647. difficult
  43648. difficulties
  43649. difficulty
  43650. digest
  43651. digit
  43652. dialup
  43653. dictation
  43654. viewer
  43655. viewerdemo
  43656. viewerdemo
  43657. virtual
  43658. virtual
  43659. keycode
  43660. virtual
  43661. sphere
  43662. sample
  43663. virtual
  43664. tools
  43665. bit-depth
  43666. explnd
  43667. please
  43668. vu3.0.1d3W
  43669. vu3.0.1d3
  43670. vumeters
  43671. walltowalldialog
  43672. walltowalldialog
  43673. walltowalldialog
  43674. waste
  43675. waste
  43676. 1.3a6
  43677. waste
  43678. headers
  43679. waste
  43680. waste
  43681. classic
  43682. waste
  43683. documentation
  43684. waste
  43685. pascal
  43686. interfaces
  43687. wastelib
  43688. registration
  43689. dialog box that appears.
  43690. Note: QuickTime Conferencing supports Apple built-in video.  Apple cannot guarantee compatibility with third-party video input cards. 
  43691. A Note Regarding Interoperability
  43692. QuickTime Conferencing is the foundation for a broad range of Apple and third-party video and document conferencing solutions.
  43693. QuickTime Conferencing supports open standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  43694. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  43695. s point of view, regardless of the computer, network service, or devices being used.
  43696. Install QuickTime Conferencing
  43697. Marketing Stuff
  43698. Programming Stuff
  43699. QTC Technical Backgrounder
  43700. QuickTime Conf. - Read Me First
  43701. Using QuickTime ConferencingK
  43702. Apr 96
  43703. DraggingSpritesI
  43704. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  43705. DraggingSprites
  43706. DraggingSprites.zip
  43707. README.txt
  43708. Feb 00
  43709. - Common
  43710.     - Sun Compliant Java Runtime Environment 1.1
  43711.     - QuickTime 3 
  43712.     - QTJava.zip
  43713.     - QTJava media samples
  43714. - Mac OS:
  43715.     - System 8 or later
  43716.     - Macintosh Runtime for Java (MRJ) 2.1
  43717. - Windows 95, 98, or NT::
  43718.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43719. QuickTime, Java, MRJOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:PdDev.CD Feb 00 TC
  43720.  - What's New?
  43721.  - Sample Code
  43722.  - QuickTime
  43723.  - QuickTime for Java
  43724.  - DraggingSpritesV
  43725. 32280 TC:Sample Code:"
  43726.         activate
  43727.     end tell
  43728. on error errMsg number errNum
  43729.     --enter statements to perform when no records are found such as...
  43730.     display dialog "Sorry, the item you selected could not be found."
  43731.     return
  43732. end try
  43733. e    No Change
  43734. D!All Packages
  43735. Tool Chest Edition
  43736. -- uncomment to test in an AS editor
  43737.     tell application "Finder"
  43738.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43739.         activate
  43740.     end tell
  43741. on error errMsg number errNum
  43742.     --enter statements to perform when no records are found such as...
  43743.     display dialog "Sorry, the item you selected could not be found."
  43744.     return
  43745. end try
  43746. Feb 00^
  43747. --set theItem to choose file -- uncomment to test in an AS editor
  43748.     tell application "Finder"
  43749.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:"
  43750.         activate
  43751.     end tell
  43752. on error errMsg number errNum
  43753.     --enter statements to perform when no records are found such as...
  43754.     display dialog "Sorry, the item you selected could not be found."
  43755.     return
  43756. end try
  43757. e    No Changef
  43758. QuickTime
  43759. Dev.CD Feb 00 TC
  43760. D!All Packages
  43761. Tool Chest Edition
  43762. DrawSprocketTestI
  43763. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  43764. - Get Version
  43765. - Display/context iteration
  43766. - Context searching
  43767. - Multiple-buffering/page flipping
  43768. - CLUT operations
  43769. - DSpUserSelectContext
  43770. - Underlays
  43771. - Single BufferingJ^DrawSprocketTest
  43772. DrawSprocketTest.c
  43773. DrawSprocketTest.CW2.prj
  43774. DrawSprocketTest.CW5.prj
  43775. makefileK
  43776. Feb 00:What's New?:Sample Code:Games:DrawSprocketTest:V
  43777. 32281X
  43778. 1e    No Change
  43779. b--set theItem to choose file -- uncomment to test in an AS editor
  43780.     tell application "Finder"
  43781.         open item "Dev.CD Apr 93"
  43782.         activate
  43783.     end tell
  43784. on error errMsg number errNum
  43785.     --enter statements to perform when no records are found such as...
  43786.     display dialog "Sorry, the item you selected could not be found."
  43787.     return
  43788. end try
  43789. hubbard
  43790. human
  43791. hundreds
  43792. huxham
  43793. hybrid
  43794. hypercard
  43795. hyperdam
  43796. hypertalk
  43797. hypertext
  43798. Dev.CD Jan 94P
  43799. Dev.CD Jan 9V
  43800. 32754X
  43801. Jan 94
  43802. b--set theItem to choose file -- uncomment to test in an AS editor
  43803.     tell application "Finder"
  43804.         open item "Dev.CD Jan 94"
  43805.         activate
  43806.     end tell
  43807. on error errMsg number errNum
  43808.     --enter statements to perform when no records are found such as...
  43809.     display dialog "Sorry, the item you selected could not be found."
  43810.     return
  43811. end try
  43812. All Packages
  43813. F    QuickTimeOsDev.CD Jan 94
  43814. Dev.CD Oct 93
  43815. Dev.CD Jul 93
  43816. Dev.CD Apr 93
  43817. Dev.CD Mar 93
  43818. Dev.CD Feb 93
  43819. Dev.CD Jan 93
  43820. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  43821. Dev.CD Oct 93
  43822. Dev.CD Jul 93
  43823. Dev.CD Apr 93
  43824. Dev.CD Mar 93
  43825. Dev.CD Feb 93
  43826. Dev.CD Jan 93
  43827. Dev.CD Nov/Dec 9V
  43828. 32755X
  43829. Jan 94
  43830. Dev.CD Jan 94P
  43831. Dev.CD Jan 9V
  43832. 32735X
  43833. Jan 94
  43834. b--set theItem to choose file -- uncomment to test in an AS editor
  43835.     tell application "Finder"
  43836.         open item "Dev.CD Jan 94"
  43837.         activate
  43838.     end tell
  43839. on error errMsg number errNum
  43840.     --enter statements to perform when no records are found such as...
  43841.     display dialog "Sorry, the item you selected could not be found."
  43842.     return
  43843. end try
  43844. All Packages
  43845. F    QuickTimeO
  43846. Dev.CD Jan 94
  43847. Dev.CD Oct 93P
  43848. Dev.CD Jan 94
  43849. Dev.CD Oct 9V
  43850. 32736X
  43851. Jan 94
  43852. p--set theItem to choose file -- uncomment to test in an AS editor
  43853.     tell application "Finder"
  43854.         open item "Dev.CD Jan 94
  43855. Dev.CD Oct 93"
  43856.         activate
  43857.     end tell
  43858. on error errMsg number errNum
  43859.     --enter statements to perform when no records are found such as...
  43860.     display dialog "Sorry, the item you selected could not be found."
  43861.     return
  43862. end try
  43863. All Packages
  43864. F    QuickTimeO
  43865. Dev.CD Jan 94
  43866. Dev.CD Oct 93V
  43867. 32737X
  43868. e    No Changef*DisposeResource debugging resource handlesq
  43869. Dev.CD Feb 00 TC
  43870. D!All Packages
  43871. Tool Chest Edition
  43872. DoubleTrouble initI
  43873. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  43874. Issues:  This utility is not compatible with System 7.5.J
  43875. Memory Management.imgK
  43876. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  43877.  - Tool Chest
  43878.  - Testing & Debugging
  43879.  - Memory ManagementV
  43880. 32279X
  43881. Feb 00^
  43882. --set theItem to choose file -- uncomment to test in an AS editor
  43883.     tell application "Finder"
  43884.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  43885.         activate
  43886.     end tell
  43887. on error errMsg number errNum
  43888.     --enter statements to perform when no records are found such as...
  43889.     display dialog "Sorry, the item you selected could not be found."
  43890.     return
  43891. end try
  43892. e    No Changeq
  43893. Dev.CD Feb 00 TC
  43894. All Packages
  43895. 32280
  43896. dykstra-erickson
  43897. dylan
  43898. dynamic
  43899. dynamically
  43900. dynamics
  43901. dynamo
  43902. e-mail
  43903. earlier
  43904. early
  43905. earth
  43906. ease-of-use
  43907. easier
  43908. easiest
  43909. edition
  43910. editor
  43911. editor's
  43912. editors
  43913. edittext
  43914. edittextcdev
  43915. educational
  43916. effect
  43917. effective
  43918. effectively
  43919. effects
  43920. efficient
  43921. effort
  43922. effortless
  43923. --set theItem to choose file -- uncomment to test in an AS editor
  43924.     tell application "Finder"
  43925.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  43926.         activate
  43927.     end tell
  43928. on error errMsg number errNum
  43929.     --enter statements to perform when no records are found such as...
  43930.     display dialog "Sorry, the item you selected could not be found."
  43931.     return
  43932. end try
  43933. All Packages
  43934. System Enabler 088 (AVs)O
  43935. Dev.CD Apr 94
  43936. Dev.CD Jan 94P
  43937. Dev.CD Apr 94
  43938. Dev.CD Jan 9V
  43939. 33096X
  43940. Apr 94
  43941. p--set theItem to choose file -- uncomment to test in an AS editor
  43942.     tell application "Finder"
  43943.         open item "Dev.CD Apr 94
  43944. Dev.CD Jan 94"
  43945.         activate
  43946.     end tell
  43947. on error errMsg number errNum
  43948.     --enter statements to perform when no records are found such as...
  43949.     display dialog "Sorry, the item you selected could not be found."
  43950.     return
  43951. end try
  43952. All Packages
  43953. System Enabler 088 (AVs)O
  43954. Dev.CD Apr 94
  43955. Dev.CD Jan 94P
  43956. Dev.CD Apr 94
  43957. Dev.CD Jan 9V
  43958. 33097X
  43959. Apr 94
  43960. p--set theItem to choose file -- uncomment to test in an AS editor
  43961.     tell application "Finder"
  43962.         open item "Dev.CD Apr 94
  43963. Dev.CD Jan 94"
  43964.         activate
  43965.     end tell
  43966. on error errMsg number errNum
  43967.     --enter statements to perform when no records are found such as...
  43968.     display dialog "Sorry, the item you selected could not be found."
  43969.     return
  43970. end try
  43971. ample rates available ona given Mac and lists those rates.
  43972. SampleSndPlay:  This sample application shows how to use SndStartFilePlay.
  43973. SetSoundInput:  This application demonstrates how to set the sound input rate manually in order to record at the highest possible sound quality.
  43974. SndForEver:  This application demonstrates how to play a 'snd ' resource that has a loop in it.
  43975. SndPlayDoubleBuffer: Shows how to play sounds using SndPlayDoubleBuffer.
  43976. Sound Input:  SoundInputSample demonstrat
  43977. es the right way to set up the Sound Input Driver to record sound. In the past, developers have assumed that the state of Sound Input was always the same.  Newer Macintoshes, especially the PowerPC models, may have different settings so it is important to setup Sound Input correctly each time you use it.
  43978. SoundConvert:  SoundConvert demonstrates some of the new features in Sound Manager 3.2. The application allows you to read AIFF and AIFC sound files and convert them to any combination of
  43979. All Packages
  43980. F    QuickTimeO
  43981. Dev.CD Oct 93
  43982. Dev.CD Jul 93P
  43983. Dev.CD Oct 93
  43984. Dev.CD Jul 9V
  43985. 32756X
  43986. Oct 93
  43987. p--set theItem to choose file -- uncomment to test in an AS editor
  43988.     tell application "Finder"
  43989.         open item "Dev.CD Oct 93
  43990. Dev.CD Jul 93"
  43991.         activate
  43992.     end tell
  43993. on error errMsg number errNum
  43994.     --enter statements to perform when no records are found such as...
  43995.     display dialog "Sorry, the item you selected could not be found."
  43996.     return
  43997. end try
  43998. All Packages
  43999. F    QuickTimeO
  44000. Dev.CD Oct 93
  44001. Dev.CD Jul 93P
  44002. Dev.CD Oct 93
  44003. Dev.CD Jul 9V
  44004. 32757X
  44005. Oct 93
  44006. p--set theItem to choose file -- uncomment to test in an AS editor
  44007.     tell application "Finder"
  44008.         open item "Dev.CD Oct 93
  44009. Dev.CD Jul 93"
  44010.         activate
  44011.     end tell
  44012. on error errMsg number errNum
  44013.     --enter statements to perform when no records are found such as...
  44014.     display dialog "Sorry, the item you selected could not be found."
  44015.     return
  44016. end try
  44017. All Packages
  44018. platform
  44019. playback
  44020. player
  44021. plist
  44022. plotting
  44023. plug-ins
  44024. pmforecolor
  44025. polymorphic
  44026. polymorphic
  44027. functions
  44028. registry
  44029. scanner
  44030. portables
  44031. porting
  44032. ports
  44033. posers
  44034. power
  44035. power
  44036. power
  44037. macintosh
  44038. power
  44039. macintosh
  44040. debugger
  44041. powerbook
  44042. powerbook
  44043. powerbook
  44044. series
  44045. powerbooks
  44046. powerpcQ
  44047. powerpc
  44048. bandwidthQ
  44049. powerplant
  44050. toolbox
  44051. pre-mixer
  44052. pre-mixer
  44053. component
  44054. preemptive
  44055. preemptive
  44056. preference
  44057. preferences
  44058. preview
  44059. print
  44060. printer
  44061. printer
  44062. access
  44063. protocol
  44064. printer
  44065. selected
  44066. chooser
  44067. printers
  44068. printers
  44069. drivers
  44070. sample
  44071. printing
  44072. printing
  44073. private
  44074. process
  44075. process
  44076. manager
  44077. processes
  44078. platform@
  44079. postscript@
  44080. processing@
  44081. profiler@
  44082. quicktime
  44083. conferencing@
  44084. reconfiguration@
  44085. resources@
  44086. scan@
  44087. shared@
  44088. solutions@
  44089. stress@
  44090. system
  44091. identification@
  44092. technical
  44093. publications@
  44094. thread@
  44095. tree@
  44096. video
  44097. device@
  44098. yacc@
  44099. , the item you selected could not be found."
  44100.     return
  44101. end try
  44102. e    No Changef5Display Manager
  44103. Resolution
  44104. Screen
  44105. Monitor
  44106. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  44107. Dev.CD Jan 00 SDK1
  44108. D!All Packages
  44109. Tool Chest Edition
  44110. DisposeResource 2.0
  44111. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  44112. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  44113. Memory Management.imgK
  44114. Sep 92L
  44115. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  44116.  - Tool Chest
  44117.  - Testing & Debugging
  44118.  - Memory ManagementV
  44119. 32278X
  44120. Feb 00^
  44121. --set theItem to choose file -- uncomment to test in an AS editor
  44122.     tell application "Finder"
  44123.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  44124.         activate
  44125.     end tell
  44126. on error errMsg number errNum
  44127.     --enter statements to perform when no records are found such as...
  44128.     display dialog "Sorry, the item you selected could not be found."
  44129.     return
  44130. end try
  44131. All Packages
  44132. System Enabler 088 (AVs)O
  44133. Dev.CD Apr 94
  44134. Dev.CD Jan 94P
  44135. Dev.CD Apr 94
  44136. Dev.CD Jan 9V
  44137. 33098X
  44138. Apr 94
  44139. p--set theItem to choose file -- uncomment to test in an AS editor
  44140.     tell application "Finder"
  44141.         open item "Dev.CD Apr 94
  44142. Dev.CD Jan 94"
  44143.         activate
  44144.     end tell
  44145. on error errMsg number errNum
  44146.     --enter statements to perform when no records are found such as...
  44147.     display dialog "Sorry, the item you selected could not be found."
  44148.     return
  44149. end try
  44150. All Packages
  44151. System Enabler 088 (AVs)O
  44152. Dev.CD Apr 94
  44153. Dev.CD Jan 94P
  44154. Dev.CD Apr 94
  44155. Dev.CD Jan 9V
  44156. 33099X
  44157. Apr 94
  44158. p--set theItem to choose file -- uncomment to test in an AS editor
  44159.     tell application "Finder"
  44160.         open item "Dev.CD Apr 94
  44161. Dev.CD Jan 94"
  44162.         activate
  44163.     end tell
  44164. on error errMsg number errNum
  44165.     --enter statements to perform when no records are found such as...
  44166.     display dialog "Sorry, the item you selected could not be found."
  44167.     return
  44168. end try
  44169. illustration
  44170. illustrations
  44171. im-vi
  44172. imacs
  44173. image
  44174. enabler
  44175. encoding
  44176. evaluates
  44177. evaluating
  44178. evangelical
  44179. evangelism
  44180. evans
  44181. evenbetterbuserror
  44182. event
  44183. event-aware
  44184. event-driven
  44185. events
  44186. eventually
  44187. xamine
  44188. examined
  44189. examines
  44190. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  44191.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  44192. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  44193. Issues:  Only tested under System 7.
  44194. Stress testing tools.imgK
  44195. Apr 94N
  44196. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  44197.  - Tool Chest
  44198.  - Testing & Debugging
  44199.  - Stress testing toolsdified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  44200. --set theItem to choose file -- uncomment to test in an AS editor
  44201.     tell application "Finder"
  44202.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  44203.         activate
  44204.     end tell
  44205. on error errMsg number errNum
  44206.     --enter statements to perform when no records are found such as...
  44207.     display dialog "Sorry, the item you selected could not be found."
  44208.     return
  44209. end try
  44210.  freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  44211. General tools.imgK
  44212. Jul 92L
  44213. Jun 95M
  44214. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  44215. Deletedq
  44216. Dev.CD Nov 99 TC
  44217. D!All Packages
  44218. Mac OS SDK Edition
  44219. Display Manager SDKI
  44220. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  44221. Read Me
  44222. Sample CodeK
  44223. Sep 95L
  44224. Jan 00M
  44225. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Jan 00 SDK1
  44226.  - Development Kits
  44227.  - Mac OS
  44228.  - Display Manager SDKV
  44229. 32277X
  44230. Jan 00^
  44231. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  44232. All Packages
  44233. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  44234. Dev.CD Jan 94
  44235. Dev.CD Oct 93
  44236. Dev.CD Jul 93
  44237. Dev.CD Apr 93P